log FFmpeg stdout
This commit is contained in:
parent
d3d81f0eed
commit
314fa316d2
1 changed files with 3 additions and 2 deletions
|
@ -191,7 +191,8 @@ def encode_h264(src, dest):
|
|||
logging.debug("First Pass command %s", firstpass)
|
||||
execute(firstpass)
|
||||
logging.debug("Second pass command %s", secondpass)
|
||||
execute(secondpass)
|
||||
out = execute(secondpass)
|
||||
logging.debug('FFmpeg stdout : %s', out)
|
||||
else:
|
||||
logging.debug("one pass encoding started ...")
|
||||
encode = [
|
||||
|
|
Reference in a new issue