remove debug

This commit is contained in:
Adrien Beudin 2017-05-23 13:53:56 +02:00
parent fe83ad3664
commit 946427fc5c

View File

@ -118,7 +118,6 @@ class Video(object):
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"])
print target
CACHE.cache_picture(source, target, options)