From 3cce5415a4f1aa7a5be4b237f8c48c0a3542a178 Mon Sep 17 00:00:00 2001 From: Yorick Date: Wed, 9 Dec 2015 11:30:53 +0100 Subject: [PATCH] remove FFmpeg log because... I can --- export-video.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/export-video.py b/export-video.py index aafcb07..6fcb6a3 100755 --- a/export-video.py +++ b/export-video.py @@ -61,7 +61,6 @@ def execute(command, shell=False): except OSError as ex: logging.error('Could not run command %s: %s', command, ex) return - logging.debug(stdout, stderr) return stdout.strip() @@ -192,8 +191,7 @@ def encode_h264(src, dest): logging.debug("First Pass command %s", firstpass) execute(firstpass) logging.debug("Second pass command %s", secondpass) - out = execute(secondpass) - logging.debug('FFmpeg stdout : %s', out) + execute(secondpass) else: logging.debug("one pass encoding started ...") encode = [