Skip to content

Commit 3cc1c00

Browse files
committed
ffmpeg_editlist: -n should have same effect as -c
1 parent a2f9b4c commit 3cc1c00

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ffmpeg_editlist.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -521,7 +521,7 @@ def main(argv=sys.argv[1:]):
521521
tmp_out,
522522
]
523523
LOG.info(shell_join(cmd))
524-
if not args.check:
524+
if not (args.check or args.dry_run):
525525
subprocess.check_call(cmd)
526526

527527
# Subtitles?

0 commit comments

Comments
 (0)