]> jfr.im git - yt-dlp.git/commit - yt_dlp/options.py
[ModifyChapters] fixes (See desc)
authorpukkandan <redacted>
Fri, 3 Sep 2021 20:07:41 +0000 (01:37 +0530)
committerpukkandan <redacted>
Fri, 3 Sep 2021 20:09:31 +0000 (01:39 +0530)
commit165efb823b3a8a6a6788cfe23e6b93dfbe150568
treed9dc55050e3dd37827380cd2b256f7daa9dddd76
parentdd594deb2a0449dd8b145ef0552235f66ee3d454
[ModifyChapters] fixes (See desc)
* [docs] Fix typo
* Do not enable `sponskrub` by default
* Fix `--force-keyframes-at-cuts`
* Don't embed subtitles if the video has been cut. Previously, running `--remove-chapters` with `--embed-subs` multiple times caused repeated cuts and out-of-sync subtitles
* Store `_real_duration` to prevent running ffprobe multiple times
yt_dlp/options.py
yt_dlp/postprocessor/ffmpeg.py
yt_dlp/postprocessor/modify_chapters.py