1
0
mirror of https://github.com/yt-dlp/yt-dlp.git synced 2025-10-03 13:05:45 -04:00

[documentation] Add SplitChapters to --ppa

This commit is contained in:
pukkandan
2021-03-20 09:16:42 +05:30
parent a94bfd6cfe
commit dd18a58cb1
2 changed files with 14 additions and 14 deletions

View File

@@ -1090,7 +1090,7 @@ def parseOpts(overrideArguments=None):
'Specify the postprocessor/executable name and the arguments separated by a colon ":" '
'to give the argument to the specified postprocessor/executable. Supported postprocessors are: '
'SponSkrub, ExtractAudio, VideoRemuxer, VideoConvertor, EmbedSubtitle, Metadata, Merger, '
'FixupStretched, FixupM4a, FixupM3u8, SubtitlesConvertor and EmbedThumbnail. '
'FixupStretched, FixupM4a, FixupM3u8, SubtitlesConvertor, EmbedThumbnail and SplitChapters. '
'The supported executables are: SponSkrub, FFmpeg, FFprobe, and AtomicParsley. '
'You can also specify "PP+EXE:ARGS" to give the arguments to the specified executable '
'only when being used by the specified postprocessor. Additionally, for ffmpeg/ffprobe, '