I have avi and i'm encoding to mpeg2 for dvd.
Avi is 640x272 - 2.35:1
- what resolution did you suggest for mpg - 16:9 picture??
- what program (encoder) you are use for this (but not TMPGnc because is slow).
- how add black border??
Pls Help
+ Reply to Thread
Results 1 to 6 of 6
-
-
- what resolution did you suggest for mpg - 16:9 picture??
- what program (encoder) you are use for this (but not TMPGnc because is slow).
- how add black border??
/Mats -
Did you know all in one:
- add border, resize...??
Mainconcept, and CCE didn't have abb border.
VirtualDab is wery slow.
-
Resize and add borders in VirtualDub (one filter), then frame serving to encoder takes exactly the same time as encoding the AVI directly without frame serving. Zero impact on encoding time.
/Mats -
CCE will add borders if you check the DVD Compliant option. Unfortunately, it will add borders on both the top and sides if your input is not at a standard width or height.
I would suggest that you don't use that option (ever).
I prefer AVISynth to do my cropping, letterboxing, etc., but that's just my preference. You would need a few lines of script, typed into Notepad, to do what you ask.
AVISource("youravifilename.avi")
LanczosResize(720,360)
AddBorders(0,60,0,60)
ConvertToYUY2()
Save the above as a .AVS file (example: encode.avs ) in the same directory as your AVI file. You would have to change the AVISource filename to match your AVI's filename, of course. Other than that, it ill give you a 720x480 output, which can be encoded by CCE, TMPGenc, or any other encoder that will accept frameserved input.Impossible to see the future is. The Dark Side clouds everything... -
Mainconcept didn't have abb border
edit:
Theres a bug in eariler versions of Mainconcept, if you do above and type new height directly into the box an press ok - it forgets!
workaround - click (or tab) into another box and it remembers (& updates the sliders)
Also make sure the keep proportions box is UNchecked.
Similar Threads
-
Partial upconvert of DVD, add black border = Bluray
By HDTV's Frank in forum Authoring (Blu-ray)Replies: 3Last Post: 13th Jun 2011, 01:15 -
Is it possible to add a DVD Menu to a AVI?
By Rayster in forum Newbie / General discussionsReplies: 9Last Post: 7th Aug 2010, 10:47 -
how to add text manually to mpeg2 vidos
By harmeetmatta in forum EditingReplies: 2Last Post: 19th Mar 2010, 22:28 -
DVD Software that doesn't add black border
By Maikeru-sama in forum Video ConversionReplies: 8Last Post: 3rd Dec 2008, 13:08 -
Request: Please improve add border feature for overscan problem and menu
By maxxjulie in forum SVCD2DVD & VOB2MPGReplies: 4Last Post: 3rd Jan 2008, 19:36