I used to have draft setup to be more verbose while creating H264s. Is that an option I need to enable?
The verbosity may have changed when we updated to a new version of FFmpeg. Is there some particular message you want to see?
It was just nice to have some progress on the H264 creation, especially for long H264s for the sake of logs and debugging.
Do you think it would suffice to add this to individual Draft scripts? We could add something like a
Encoding frame 1 of 100
output to some of our example scripts.
Yeah if I remember correctly it would also print out the H264 settings: e.g. bitrate/quality/resolution/# of passes/b frames/H264 Level etc. Just so that we know our script is outputting correctly.
Oh! Thanks, I didn’t notice that was missing. That was useful and I’d like to get it back.