Hi, I am having problems loading an encoded m2v file into DVD-lab standard. The original file has an aspect ratio of 16:9, so I am using the following avisynth file to encode it.
When I try to import this into the assets folder in DVD lab I get a "frame size error 720x352". Any help is appreciated, thanks.[/code]Code:AVISource("1.avi", False) AddBorders(0,60,0,60) LanczosResize(720,360) AddAudio() ConvertToYUY2()
+ Reply to Thread
Results 1 to 4 of 4
-
-
DVD-lab (as well as any other authoring software that does not re-encode automatically) requires one of the following resolutions:
352 x 240/288 (NTSC/PAL)
352 x 480/576
704 x 480/576
720 x 480/576
So in your case you need to do what guns1inger said and make sure that your output from AVISynth is 720 x 480 by placing the AddBorders command after the resize.
Seems strange though to me where DVD-lab is getting the 352 part from though ?If in doubt, Google it.
Similar Threads
-
Dvd-lab Read Data Size
By Burig in forum Authoring (DVD)Replies: 14Last Post: 19th Oct 2011, 19:41 -
DVD-lab frame size
By Burig in forum Authoring (DVD)Replies: 4Last Post: 17th Oct 2011, 11:27 -
VDub - Frame Size Problem - Huffyuv-2.1.1
By cnolan011 in forum Capturing and VCRReplies: 8Last Post: 24th Oct 2008, 20:54 -
Frame made in dvd lab pro 2
By PharmBoy in forum Authoring (DVD)Replies: 5Last Post: 28th Apr 2008, 22:57 -
video size quadruples in dvd lab pro
By YOURCONNEXX in forum Authoring (DVD)Replies: 1Last Post: 13th Mar 2008, 19:23