mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2026-01-19 21:31:16 +00:00
[ModifyChapters] add --round-cuts-to-keyframes option
This commit is contained in:
@@ -677,6 +677,7 @@ def get_postprocessors(opts):
|
||||
'remove_ranges': opts.remove_ranges,
|
||||
'sponsorblock_chapter_title': opts.sponsorblock_chapter_title,
|
||||
'force_keyframes': opts.force_keyframes_at_cuts,
|
||||
'round_to_keyframes': opts.round_cuts_to_keyframes,
|
||||
}
|
||||
# FFmpegMetadataPP should be run after FFmpegVideoConvertorPP and
|
||||
# FFmpegExtractAudioPP as containers before conversion may not support
|
||||
|
||||
Reference in New Issue
Block a user