diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 24 |
1 files changed, 15 insertions, 9 deletions
@@ -551,18 +551,24 @@ Then simply type this re-encoding is necessary (currently supported: mp4|flv|ogg|webm|mkv|avi) --postprocessor-args NAME:ARGS Give these arguments to the postprocessors. - Specify the postprocessor name and the - arguments separated by a colon ':' to give - the argument to only the specified - postprocessor. Supported names are + Specify the postprocessor/executable name + and the arguments separated by a colon ':' + to give the argument to only the specified + postprocessor/executable. Supported + postprocessors are: SponSkrub, ExtractAudio, VideoRemuxer, VideoConvertor, EmbedSubtitle, Metadata, Merger, FixupStretched, FixupM4a, FixupM3u8, - SubtitlesConvertor, EmbedThumbnail, - XAttrMetadata, SponSkrub and Default. You - can use this option multiple times to give - different arguments to different - postprocessors + SubtitlesConvertor and EmbedThumbnail. The + supported executables are: SponSkrub, + FFmpeg, FFprobe, avconf, avprobe and + AtomicParsley. You can use this option + multiple times to give different arguments + to different postprocessors. You can also + specify "PP+EXE:ARGS" to give the arguments + to the specified executable only when being + used by the specified postprocessor (Alias: + --ppa) -k, --keep-video Keep the intermediate video file on disk after post-processing --no-keep-video Delete the intermediate video file after |