Mark as conflicting with --force-keyframes-at-cuts

This commit is contained in:
Quantum 2024-12-26 03:27:07 -05:00
parent a9abae0a92
commit 751f71a644

View File

@ -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')