From caed72bf2e237b5bd95367f0f7feea166999213e Mon Sep 17 00:00:00 2001 From: wgw Date: Sun, 2 Mar 2008 01:03:56 -0600 Subject: [PATCH] print the purty version --- plugins/video/transcode.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/video/transcode.py b/plugins/video/transcode.py index 3a3b085..cbd24b6 100644 --- a/plugins/video/transcode.py +++ b/plugins/video/transcode.py @@ -48,7 +48,7 @@ def transcode(inFile, outFile, tsn=''): cmd = [FFMPEG, '-i', inFile] + cmd_string.split() print 'transcoding to tivo model '+tsn[:3]+' using ffmpeg command:' - print cmd + print ' '.join(cmd) debug_write(__name__, fn_attr(), ['ffmpeg command is ', ' '.join(cmd)]) ffmpeg = subprocess.Popen(cmd, stdout=subprocess.PIPE) try: -- 2.11.4.GIT