jappeace / cut-the-crap

Automated video editing for streamers
MIT License
102 stars 7 forks source link

Produce file processing log #16

Open jappeace opened 4 years ago

jappeace commented 4 years ago

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.

badly-drawn-wizards commented 4 years ago

Could you elaborate a bit:

jappeace commented 4 years ago

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:

All at your discretion. Any improvement is welcome.