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.mp4
Unexpected 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, 640x480, h.264, aac, total bit rate: 2039
in2.mp4: 60s, 15.9mb, 59.94fps, 640x480, h.264, aac, total bit rate: 2105
Using -qscale produces similarly odd results. Any ideas what could be causing this?
+ Reply to Thread
Results 1 to 4 of 4
-
-
-
If it's a guessing game, this thread belongs in the "Newbie / General discussions" section.
Similar Threads
-
FLV to MPEG conversion results in no files being produced
By mendojazzhead in forum ffmpegX general discussionReplies: 5Last Post: 16th Feb 2010, 12:23 -
More weird conversion results
By carlmart in forum Video ConversionReplies: 21Last Post: 23rd Jun 2009, 06:40 -
Weird conversion results
By carlmart in forum Video ConversionReplies: 47Last Post: 11th Jun 2009, 09:51 -
ffmpeg converts DV .mov to .avi, results run 5 times too fast
By sybariten in forum LinuxReplies: 1Last Post: 13th Jun 2008, 13:48 -
MKV conversion always results with poor AV sync
By johnhouk in forum Video ConversionReplies: 4Last Post: 23rd Jan 2008, 16:13