I'm using FFMPEG on OS X. I'm seeing odd results encoding MPEG-2 for NTSC DVD. I can't seem to get a consistent output size using the following command line:
ffmpeg -i /volumes/backup_win/quantum/00050.track_4113.264 -passlogfile /Private/tmp/ffmpegPass.log -target ntsc-dvd -fs 4340685210 -aspect 16:9 -croptop 140 -cropbottom 140 -bufsize 1835k -maxrate 9000k -b 5308k -s 720x352 -padbottom 64 -padtop 64 -r 23.976 -qmin 1 -qmax 20 -pass 1 -y /Users/Shared/output.m2v
The second pass command is identical except for the -PASS param. When I examine the output file's properties, it also reports itself as CBR, not VBR as I would have expected, with a Video Track Bitrate of 3788 kbps @ 23.976 fps.
The source is Blu-Ray (1080P). I also get an error that the encoding won't require all of the bitrate I've specified. The resulting file is only 3 GB instead of 4 GB.
Is there a trick to getting ABR/VBR output from FFMPEG via the command line with a specific target size?[/video]
+ Reply to Thread
Results 1 to 2 of 2
Thread
-
Impossible to see the future is. The Dark Side clouds everything...
Bump...
Anyone? Surely I'm not the first to experience this?Impossible to see the future is. The Dark Side clouds everything...
Similar Threads
-
How to get output file size before converting a file using ffmpeg?
By hayden in forum ProgrammingReplies: 1Last Post: 26th Feb 2012, 07:04 -
Splitting MPEG 2 files with ffmpeg causes stutters in output video
By rickyp123 in forum Video ConversionReplies: 8Last Post: 24th Dec 2010, 20:08 -
Output file name ever coming?!?!?
By heffneil in forum SVCD2DVD & VOB2MPGReplies: 3Last Post: 17th Nov 2010, 09:02 -
AVS to DVD error output video duration is shorter than expected
By gary153 in forum Newbie / General discussionsReplies: 10Last Post: 30th Oct 2010, 17:29 -
mpg file size smaller than expected, TMPGEnc 2.5 VBR 2-pass mode
By chipsndukes in forum Video ConversionReplies: 1Last Post: 22nd Dec 2008, 20:48
Statistics
Newest guides
Latest tool updates
New media comments



Quote