1
0
mirror of https://codeberg.org/polarisfm/youtube-dl synced 2024-11-26 10:24:33 +01:00
youtube-dl/youtube_dl/postprocessor
Wattux dcab7389ac [ffmpeg] Support splitting target based on extracted chapters (#24858)
This introduces a new FFmpegPostProcessor, which looks for "chapters"
extracted by IEs. For each identified chapter, it extracts a single
track from the source file, using ffmpeg's -ss / -t arguments.
2020-07-06 10:43:25 +02:00
..
__init__.py [ffmpeg] Support splitting target based on extracted chapters (#24858) 2020-07-06 10:43:25 +02:00
common.py [postprocessor/common] Use 'self._downloader.params' instead of 'self.params' 2015-09-05 12:11:36 +02:00
embedthumbnail.py [postprocessor/embedthumbnail] Skip embedding when there aren't any thumbnails 2018-02-25 19:33:13 +07:00
execafterdownload.py [postprocessor/execafterdownload] Encode command line (closes #13407) 2017-06-17 23:16:53 +07:00
ffmpeg.py [ffmpeg] Support splitting target based on extracted chapters (#24858) 2020-07-06 10:43:25 +02:00
metadatafromtitle.py [postprocessor/metadatafromtitle] Fix missing optional meta fields (closes #13408) 2017-06-17 19:05:10 +07:00
xattrpp.py Fix W504 and disable W503 (closes #20863) 2019-05-11 03:57:40 +07:00