Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Produce file processing log #16

Open
jappeace opened this issue Dec 22, 2019 · 2 comments
Open

Produce file processing log #16

jappeace opened this issue Dec 22, 2019 · 2 comments
Labels
help wanted Extra attention is needed intermediate

Comments

@jappeace
Copy link
Owner

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.

@jappeace jappeace added help wanted Extra attention is needed intermediate labels May 23, 2020
@badly-drawn-wizards
Copy link
Contributor

badly-drawn-wizards commented May 23, 2020

Could you elaborate a bit:

  • What sort of format you expect the logs to be in? What information should be included?
  • Do these logs come from ffmpeg, or the program itself?

@jappeace
Copy link
Owner Author

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed intermediate
Projects
None yet
Development

No branches or pull requests

2 participants