mlsmithjr / transcoder

Python wrapper for ffmpeg for batch and/or concurrent transcoding
GNU General Public License v3.0
117 stars 25 forks source link

Output from ffmpeg hidden #25

Open sniarn opened 3 years ago

sniarn commented 3 years ago

I have a bunch of transcodes that are failing. I would never know without looking at the resulting file, however, since PyTranscoder hides the ffmpeg output. AFAIK ffmpeg logs to stdout and stderr but I think there is no way of redirecting this with PyTranscoder.

mlsmithjr commented 3 years ago

If the transcode fails due to error it should print the name of the logfile in your tmp directory where you can find the output.