I have some AVI files and I have been converting them to DVD using convertx2dvd which has worked well. They were originally PAL 4.3 and that is what I have been setting convertx2dvd.
However some of the episodes when converted end up slightly too wide with a small thin black section at the top and bottom of my TV 4.3 screen. Its not as much as when showing a wide screen movie but enough to make the characters slightly too wide and short.
Is there some software to SLIGHTLY vary the aspect ratio. I have tried using 16.9 in Nero 7 to convert to DVD and then there is a black section at either side and the characters seem slightly too narrow.
+ Reply to Thread
Results 1 to 6 of 6
-
-
It sounds like problems with the source video. You might be able to make small adjustments with avisynth and feed that to ConvertXtoDVD. That would save you re-encoding the video several times for no reason.
The other thing that *might* help is mpeg4modifier, which will let you make certain adjustments to aspect ratios without re-encoding. I might help, it might not.Read my blog here.
-
In basic terms, AviSynth is a frameserver. You'll write a script, basically a text file with extension .AVS, that loads the video and applies whatever filters/functions/etc you want. you then load the .AVS file into your encoder (you can also load the script file into VDub or MPC to "preview" the output).
The documentation that comes with AviSynth is pretty good. I've use it regularly but in a very basic way most of the time. But it still has a bit of a learning curve and may take some trial-and-error on your part to get the results you want (I'm a hardware engineer, and have done some software work as well, and I *still* need to trial-and-error nearly all of my complex (for me) scripts).
It's a very powerful tool, but does take some time to learn.
My 2 cents,
Jim -
Many thanks for your replies. I guess I was looking for a simple solution so it seems like I will just have to put up with the episodes that are slightly distorted
-
If you are happy to use a different encoder, or have plenty of disc space to losslessly compressed files then you may find virtualdub's resize filter easier to use. But it means you have to make at least part of the process manual.
Read my blog here.
Similar Threads
-
Aspect ratio problem: Converting 2.35:1 AVI to DVD w/out squishing
By Calidore in forum Authoring (DVD)Replies: 31Last Post: 1st Apr 2015, 11:33 -
AVI to DVD aspect ratio always wrong
By Focaldesign in forum ffmpegX general discussionReplies: 22Last Post: 26th Jan 2009, 18:18 -
AVI to DVD with different aspect ratio
By germ in forum ffmpegX general discussionReplies: 16Last Post: 7th Apr 2008, 22:50 -
Keep 16:9 aspect ratio from AVI to DVD through ConvertXtoDVD and Nero
By Oregondanne in forum Newbie / General discussionsReplies: 2Last Post: 6th Aug 2007, 20:06 -
720x576 avi files lose their aspect ratio when played on DVD player
By tzikeh in forum Authoring (DVD)Replies: 1Last Post: 24th May 2007, 01:47