I'm attempting to convert an AVI
the specs are as follows:
X-Vid MPEG-4
640*272 (2.21:1)
23.976fps
AC-3 384kbps 5 channels 48000 Hz
duration 2:01:55
I plan on keeping the AC3 stream (assuming it will stay in sync), so here's my AVSynth script:
AviSource("E:\Music\Myproject.avi",false)
LanczosResize(720,388)
AddBorders(0,46,0,46)
ConvertToYUY2()
The problem is that when I import the script into CCE it says:
"Frame size 780x56 is not supported. Supported frame size is up to 720x576"
I'm almost positive that I've used pretty much this same script before on another 2.21 AVI and it worked fine.
Anyone see any mistakes in my script?
Thanks!
+ Reply to Thread
Results 1 to 4 of 4
-
-
Never mind. I found the problem. It appears I had left out the "." between "my" and "project".
Is my aspect ratio correct? 720x388
Thanks! -
Brings up a good point though, always test a script before encoding, that way you can actually read the error message rather than the encoding app just seeing it as a ???x56 RGB source.
Similar Threads
-
avs script giving me fits
By willmoodom in forum Newbie / General discussionsReplies: 32Last Post: 30th Sep 2009, 03:43 -
How do I create an AVS script
By Sopt Finder in forum Newbie / General discussionsReplies: 4Last Post: 15th Jun 2009, 13:17 -
AVS script and Subtitle Workshop
By sambat in forum SubtitleReplies: 3Last Post: 19th Apr 2009, 10:20 -
This correct avs script for this source?
By alcOre in forum Newbie / General discussionsReplies: 2Last Post: 13th Feb 2009, 01:24 -
help with avs script (dv to mpeg2) Fading in/out
By ZiGGY909 in forum EditingReplies: 2Last Post: 14th Nov 2007, 14:12