You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
At one point I got a video of 20 minute as output from a 4 hour source file, that's obviously wrong. I don't know what happened because I don't have any log files. I probably always should generate a log per file processed at least.
The text was updated successfully, but these errors were encountered:
yeah capture logs from ffmpeg, but also like which step we're on because we're using various ffmpeg commands. It's important to know which one is failing, if we fail.
So the goal is:
setup some kind of logging mechanism
record which step we're on and capture output of the step.
probably in the process you can cleanup the monad stack (it's hardly a stack right now, and if you know how to)
All at your discretion. Any improvement is welcome.
At one point I got a video of 20 minute as output from a 4 hour source file, that's obviously wrong. I don't know what happened because I don't have any log files. I probably always should generate a log per file processed at least.
The text was updated successfully, but these errors were encountered: