mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2025-02-07 04:50:08 +01:00
Mark as conflicting with --force-keyframes-at-cuts
This commit is contained in:
parent
a9abae0a92
commit
751f71a644
|
@ -532,6 +532,8 @@ def report_conflict(arg1, opt1, arg2='--allow-unplayable-formats', opt2='allow_u
|
|||
report_conflict('--sponskrub', 'sponskrub', '--sponsorblock-remove', 'sponsorblock_remove')
|
||||
report_conflict('--sponskrub-cut', 'sponskrub_cut', '--split-chapter', 'split_chapters',
|
||||
val1=opts.sponskrub and opts.sponskrub_cut)
|
||||
report_conflict('--force-keyframes-at-cuts', 'force_keyframes_at_cuts', '--round-cuts-to-keyframes',
|
||||
'round_cuts_to_keyframes')
|
||||
|
||||
# Conflicts with --allow-unplayable-formats
|
||||
report_conflict('--embed-metadata', 'addmetadata')
|
||||
|
|
Loading…
Reference in New Issue
Block a user