-
Unexpected ffmpeg conversion results
Hi all. I’m using ffmpeg to reduce video captured by my Hauppauge HD PVR from 59.94fps to 29.97fps. My first experiment produced exactly the result I was expecting:
ffmpeg -i in.mp4 -sameq -r 29.97 out.mp4
in: 15.4mb out: 8.4mb (total bit rate: 1112)
Then I go to do this again:
ffmpeg -i in2.mp4 -sameq -r 29.97 out2.mp4Unexpected result:
in: 15.9mb out: 18.0mb (total bit rate: 2383)Now, the two input files ARE different video files, but I’d still expect consistent results:
in.mp4: 60s, 15.4mb, 59.94fps, 640×480, h.264, aac, total bit rate: 2039
in2.mp4: 60s, 15.9mb, 59.94fps, 640×480, h.264, aac, total bit rate: 2105Using -qscale produces similarly odd results. Any ideas what could be causing this?
Sorry, there were no replies found.