I have a few foreign film .avi files plus their related English subtitles files. They are NTSC .
Yesterday i was able to encode one of film files with subtitles and fffmpegX worked like a charm. After toasting i was able to watch the movie using my TV/DVD player.
Then i tried to do some other different work with ffmpegX with .avi files of some TV shows but could not get it to work because of the following message. Read thru the manual but unable to locate the information for my question.Output video width is not divisible by 16
Theni tried another foreign film with English subtitles and again i had same message :What and where in ffmpegX do i change ?Output video width is not divisible by 16
Does ffmegX not go back to a default setting?
Really need help/advice please.
Results 1 to 6 of 6
-
-
Codecs like DivX only accept video with pixel width divisible by four and height divisible by 2. Xvid isn't so particular, but you mainly want to use even numbers of pixels, height and width with it. Don't know what codec you are using, but it may have similar limitations. Sometimes if you re-encode, you will have to resize or use black bars to keep the size in compliance. I don't use ffmpegX, but others could probably give you better advice.
-
The type of conversion that you were trying to do requires that the output video has a width that is somewhat restricted in size. Either the codec (or its implementation) or the conversion engine can require this.
The width of the output video in pixels can be set in the Video tab > Video Parameters > Video Size. The first field is the width, the second field is the height.
If you fill in just one and then use the Autosize selector, then ffmpegX will fill in the other dimension by calculating with the selected aspect ratio.
A width divisible by 16 means one of {16, 32, 48, ... 624, 640, 656, 672, 688, 704, 720, ...}
Are you converting AVI to AVI or AVI to DVD-Video?
Do note that DVD has additional video frame size restrictions, that is: 704x480 / 720x480 for both 4:3 and 16:9.
-
Case,
Thank you for the very specific/detailed information.
Yes indeed that was the answer.
I was going from .avi to DVD ( for watching those movies on my TV/DVD player ).
This old blind guy here failed to see and to use the Video tab.
Now, i know there is an on line manual but i wish there was a down-loadable pdf because i am not a fan of on line manuals.
Walter
Similar Threads
-
Mkv video frame width problem
By sanosuke in forum RestorationReplies: 6Last Post: 6th Feb 2010, 10:41 -
Divisible by 16?
By vid83 in forum Video ConversionReplies: 2Last Post: 30th Dec 2008, 18:46 -
Divisible by 16
By loneoak in forum ffmpegX general discussionReplies: 1Last Post: 22nd Mar 2008, 00:02 -
Joining AVI files, what should the output width/heighth ratio be?
By proudfrog in forum EditingReplies: 5Last Post: 17th Mar 2008, 23:48 -
How to-adjust video frame height and width
By tvlreject in forum EditingReplies: 1Last Post: 9th Jul 2007, 02:36