fifonik
fifonik
Displaying frame type in popup sounds reasonable. Will try to find a way to do that. Not sure about different colours on plot.
Unfortunately, it is not possible to get per frame info when analyzing "packets" (`ffprobe -show_entries packet=...`) This functionality available when analyzing "frames" (`ffprobe -show_entries frame=...`). But in this case processing...
Have you tried to follow troubleshooting steps? Anything in log? 1. Planned (probably after first stable release) 2. I do not plan to add the option in UI, however it...
https://github.com/fifonik/FFBitrateViewer#troubleshooting
Thanks for the info. I do not see anything suspisious in log/on screenshot other than incorrect framerate formatting ("1920x1080-24,p", should be no comma between 24 and p). This should not...
BTW, what is your system regional settings?
NVM, I've reproduced the issue by setting current culture to "fr-FR"
Just published beta 2 with the fixes. Could you check it please? Thanks.
I'd like to add some details related to you suggestion about using HW acceleration. Currently the program asks ffprobe to get packets, not frames. So no any frames decoded during...
> I can clearly see that i'm IO bound In this case processing multiple files at once can only slows things down on HDD (random access slower then sequencial). >...