I want to use ffmpeg to decode a h264 file.
Since I just want to measure the decoding time, the output file creation will spend a lot of time and time measurement will be not so accurate.
So could anyone help to solve this problem?
I use "ffmpeg -i blue_sky.h264 output.yuv "to decode.
Thanks in advance!
If you want measure only decoding time, I think you should use raw null format to /dev/null as output. You can do it with this command
ffmpeg -i input.mp4 -f null /dev/null
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With