You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
yt-dlp/yt_dlp/postprocessor
pukkandan 7275535116
Split video by chapters (#158)
* New options `--split-chapters` and `--no-split-chapters`
* The output/path of the split files can be given using the key `chapter`
* Additional keys `section_title`, `section_number`, `section_start`, `section_end` are available in the output template
* Alias `--split-tracks` for parity with animelover/youtube-dl
* `--sponskrub-cut` and `--split-chapter` cannot work together

Closes:
https://github.com/blackjack4494/yt-dlc/issues/277
https://github.com/ytdl-org/youtube-dl/issues/28438
https://github.com/ytdl-org/youtube-dl/issues/12907
https://github.com/ytdl-org/youtube-dl/issues/6480
https://github.com/ytdl-org/youtube-dl/pull/25005

Rewritten from the implementation by: femaref and Wattux
https://github.com/Wattux/youtube-dl/tree/split-at-timestamps
https://github.com/ytdl-org/youtube-dl/pull/25005
https://github.com/femaref/youtube-dl/tree/split-track
3 years ago
..
__init__.py Split video by chapters (#158) 3 years ago
common.py Refactor (See desc) 3 years ago
embedthumbnail.py [embedthumbnail] Set mtime correctly 3 years ago
execafterdownload.py Completely change project name to yt-dlp (#85) 3 years ago
ffmpeg.py Split video by chapters (#158) 3 years ago
metadatafromfield.py Completely change project name to yt-dlp (#85) 3 years ago
movefilesafterdownload.py Completely change project name to yt-dlp (#85) 3 years ago
sponskrub.py Refactor (See desc) 3 years ago
xattrpp.py Completely change project name to yt-dlp (#85) 3 years ago