avisource("C:\Movies\American Beauty (DVD Quality).avi")
LanczosResize(720,328)
AddBorders(0,248,0,248)
ConvertToYUY2()
This is the script i am using for CCE, but when i drag it into CCE I get the error saying
"Frame Size 720x824 is not supported. Supported frame size is up to 720x576"
Can anyone help me to fix this?
+ Reply to Thread
Results 1 to 5 of 5
-
-
Just open the file in virtual dub and you'll see what it's doing.
You're squeezing the height down to 328 lines and then adding black borders of 248 pixels at top and bottom. 328+248+248 = 824.
I don't blame CCE for complaining. -
Not without knowing what you want to do.
Do you really need to resize the image up to 720?
You could try
avisource("C:\Movies\American Beauty (DVD Quality).avi")
AddBorders(0,208,0,208) // 0,160,0,160 for NTSC
ConvertToYUY2()
That would get you 352x576 which you could encode 4:3 to maintain your aspect ratio. You'd still have legal DVD resolution without wasting bits on resized data.
You might consider reading:
https://www.videohelp.com/forum/userguides/174200.php -
Originally Posted by inqbus35
FitCD will export a nice dvd compliant avisynth script. If you have trouble setting up FitCD, try the guide at the following URL: http://www.donstevenson.net/myguides/myguides.html
Goodluck,
VCThis is so much fun!
Similar Threads
-
Recommended Format? Digital8 video to PS3 or PC format?
By fuzzysword in forum Video ConversionReplies: 5Last Post: 26th Apr 2010, 07:19 -
Format Too Large For A Single DVD?
By Keala in forum Blu-ray RippingReplies: 2Last Post: 15th Apr 2010, 12:38 -
Help Regarding convert the large size videos of several format
By darkstonecold in forum Video ConversionReplies: 18Last Post: 3rd Sep 2009, 14:27 -
video files are to large!!!!!!!!!!
By sharmine in forum Newbie / General discussionsReplies: 3Last Post: 5th Jan 2008, 06:30 -
What is a "Large format DVD"?
By alegator in forum Newbie / General discussionsReplies: 8Last Post: 19th Jun 2007, 14:36