02-08-2020, 12:04 PM
@vfr400racer When you play a h264 file with mpv, what is the clock speed of your CPU?
When I do this:
ffmpeg -benchmark -c:v h264_rkmpp -i file.mp4 -f null -
CPU clock speed stays at 408 MHz.
When I do this (omit -c:v h264_rkmpp):
ffmpeg -benchmark -i file.mp4 -f null -
CPU clock speed jumps to 2 GHz.
And it looks like VLC will play like the last one.
Do we need a custom compile of FFMPEG, VLC, or both?
When I do this:
ffmpeg -benchmark -c:v h264_rkmpp -i file.mp4 -f null -
CPU clock speed stays at 408 MHz.
When I do this (omit -c:v h264_rkmpp):
ffmpeg -benchmark -i file.mp4 -f null -
CPU clock speed jumps to 2 GHz.
And it looks like VLC will play like the last one.
Do we need a custom compile of FFMPEG, VLC, or both?