Closed GoogleCodeExporter closed 8 years ago
Here's a simpler test case:
Download this: http://pw.atlasdigital.tv/pilotware_dv_hangar/MZ0525B1-8.mov
Then execute these two commands:
1.
ffmpeg -i MZ0525B1-8.mov -b 200k -maxrate 200k -s 80x60 -vcodec libx264 -vpre
ultrafast_firstpass -acodec libfaac -y -threads 0 -timecode 16:47:40:18
MZ0525B1-8small.mov -b 800k -s 320x240 -vcodec libx264 -vpre
ultrafast_firstpass -acodec libfaac -y -threads 0 -timecode 16:47:40:18
MZ0525B1-8same.mov
2. ffmpeg -i MZ0525B1-8.mov -b 800k -s 320x240 -vcodec libx264 -vpre
ultrafast_firstpass -acodec libfaac -y -threads 0 -timecode 16:47:40:18
MZ0525B1-8sameFirst.mov -b 200k -maxrate 200k -s 80x60 -vcodec libx264 -vpre
ultrafast_firstpass -acodec libfaac -y -threads 0 -timecode 16:47:40:18
MZ0525B1-8smallsecond.mov
You can see what I mean as described above.
Eric
Original comment by ericpar...@gmail.com
on 29 Jun 2010 at 9:57
Fixed in 0.6-rc3
Original comment by baptiste...@gmail.com
on 9 Mar 2011 at 3:00
Original issue reported on code.google.com by
ericpar...@gmail.com
on 28 Jun 2010 at 6:52Attachments: