fix typo
This commit is contained in:
parent
86b5b0b4a2
commit
042a0ef17f
@ -92,7 +92,7 @@ class Video(object):
|
||||
print(command)
|
||||
error(os.system(command) == 0, "%s command failed" % ffmpeg_switches["binary"])
|
||||
else:
|
||||
command = "{binary} {loglevel} -i {source} {video} {vbitrate} {othee} {audio} {abitrate} {resolution} {format} -y {target}".format(**ffmpeg_switches)
|
||||
command = "{binary} {loglevel} -i {source} {video} {vbitrate} {other} {audio} {abitrate} {resolution} {format} -y {target}".format(**ffmpeg_switches)
|
||||
print(command)
|
||||
error(os.system(command) == 0, "%s command failed" % ffmpeg_switches["binary"])
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user