module FFmpegProgress::Presets

Contains various examples of ffmpeg options.

Constants

BURN_800

Like {BURN_MKV_SUBS}, but also downscale the video to 800px width.

BURN_MKV_SUBS

Read the default subtitles embedded in an input MKV file and hardcode them into the video. Any embedded fonts must be extracted and installed first to preserve them in the output, for example:

mkvextract attachments input.mkv {1..10}
cp *.ttf *.ttc *.otf ~/.fonts
DEFAULT_OPTIONS

The default options. Convert the video to x264 and audio to AAC.

WIDTH_800

Scale to 800px width.