log transcode command for #213

This commit is contained in:
clinton-hall 2013-12-06 09:13:57 +10:30
parent a2d2b40f89
commit 8a2613ad29

View file

@ -125,6 +125,10 @@ def Transcode_directory(dirName):
Logger.debug("Error when removing transcoding target: %s", e)
Logger.info("Transcoding video: %s", file)
cmd = ""
for item in command:
cmd = cmd + " " + item
Logger.debug("calling command:%s", cmd)
result = 1 # set result to failed in case call fails.
try:
result = call(command)