mirror of
https://github.com/nyanmisaka/ffmpeg-rockchip.git
synced 2025-10-30 20:16:42 +08:00
tools/normalize.py: both input and output file names are required
This commit is contained in:
committed by
Clément Bœsch
parent
e6b125e3be
commit
4cabee50f6
@@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
import sys, subprocess
|
import sys, subprocess
|
||||||
|
|
||||||
if len(sys.argv) > 1:
|
if len(sys.argv) > 2:
|
||||||
ifile = sys.argv[1]
|
ifile = sys.argv[1]
|
||||||
encopt = sys.argv[2:-1]
|
encopt = sys.argv[2:-1]
|
||||||
ofile = sys.argv[-1]
|
ofile = sys.argv[-1]
|
||||||
|
|||||||
Reference in New Issue
Block a user