i'm trying to convert a vob to mp4, with a width of 720 and a height of 348, but after the video is done, the file is 348 x 348. any ideas?
Code:Encoding started on Thu May 7 06:15:33 PDT 2009 FFmpeg version CVS, Copyright (c) 2000-2004 Fabrice Bellard Mac OSX universal build for ffmpegX libavutil version: 49.0.0 libavcodec version: 51.9.0 libavformat version: 50.4.0 Input #0, mpeg, from '/Users/jfish/Movies/Incoming/RAY Title 1/VIDEO_TS/RAY Title 1.VOB': Duration: 02:32:25.4, start: 0.280633, bitrate: 6346 kb/s Stream #0.0[0x1e0], 29.97 fps(r): Video: mpeg2video, yuv420p, 720x480, 9800 kb/s Stream #0.1[0x80]: Audio: ac3, 48000 Hz, 5:1, 448 kb/s Stream #0.2[0x81]: Audio: ac3, 48000 Hz, 5:1, 384 kb/s Stream #0.3[0x82]: Audio: ac3, 48000 Hz, stereo, 192 kb/s Output #0, mp4, to '/Users/jfish/Movies/Incoming/RAY Title 1/VIDEO_TS/RAY Title 1.VOB.ff.avi.mp4': Stream #0.0, 23.98 fps(c): Video: mpeg4, yuv420p, 720x384, q=2-15, 4900 kb/s Stream #0.1: Audio: aac, 48000 Hz, stereo, 128 kb/s Stream mapping: Stream #0.0 -> #0.0 Stream #0.1 -> #0.1 video:3153386kB audio:142763kB global headers:0kB muxing overhead 0.153788% bench: utime=3104.277s Encoding completed on Thu May 7 07:02:30 PDT 2009
Results 1 to 2 of 2
-
-
It seems that ffmpegX needs a fix when it comes to encoding to MP4 mpeg-4 (ffmpeg) with an aspect ratio other than 4:3 or 16:9. Anything that is not 4:3 or 16:9 gets a an instruction to display the video at 4:3, regardless of the native video resolution (720x384) of the output file.
I am surprised you managed to get 384x384, as I get 4:3 consistently when I try something similar.
A low level solution is to remove the "-aspect" option (or change its value to 1.875) from the command line that ffmpegX uses.
A GUI solution is to not crop (and keep the letterbox bars) and encode to 16:9 (720x400).
Similar Threads
-
how to check width and height of a mov file
By moniia in forum Newbie / General discussionsReplies: 4Last Post: 31st Jan 2011, 14:19 -
Mencoder Maximum Height/Width
By andrewbutkus in forum Video ConversionReplies: 2Last Post: 8th Oct 2010, 09:02 -
same resolution but difference in display w.r.t. height and width
By Pravz in forum Video ConversionReplies: 8Last Post: 2nd Sep 2010, 01:03 -
Can you edit mp4's with different frame height/width so that they merge?
By stiltsky in forum EditingReplies: 7Last Post: 30th Jul 2010, 00:36 -
Changing width & height
By Blå_Mocka in forum Newbie / General discussionsReplies: 2Last Post: 31st May 2008, 11:27