CCE gave me this error when I input AVS script. "Frame size 748x128 is not supported. Supported frame size is 720x576." The Divx video has a resolution of 480x360 and I use FitCD to create the script below.
# -= AviSynth script by FitCD v1.1.2 =-
#LoadPlugin("D:\PathOf\AnyPlugin.dll")
AviSource("E:\Sample.avi")
BicubicResize(336,224,0,0.6,0,0,480,360)
AddBorders(8,8,8,8 )
#Trim(0,33173).FadeOut(150)
+ Reply to Thread
Results 1 to 5 of 5
-
-
Avisynth is probably giving you some kind of error (it makes the error message the video stream). Open your avs file in VirtualDub or Media Player.
A man without a woman is like a statue without pigeons. -
Just to get avisynth to load the file, you can use
Code:avisource("E:\sample.avi",false)
That's the easy part. The hard part is likely to be converting your Windows Media Audio to a useful format. I would make sure you can do that before you bother taking the time to encode the video.A man without a woman is like a statue without pigeons.
Similar Threads
-
Convert AND Combine Multiple VCD DAT files to Single Divx/Xvid file
By GrayStrickland in forum Video ConversionReplies: 4Last Post: 17th Aug 2012, 12:23 -
How to encode DVd to DIVX with gui4ffmpeg
By gui4ffmpeg in forum User guidesReplies: 32Last Post: 21st Nov 2008, 04:02 -
DV to H.264 Resoultion Question-> 480x360 or 480x320???
By tarrickb in forum Video ConversionReplies: 1Last Post: 8th Aug 2008, 18:13 -
Is it possible to encode divx files to larger than 5gb?
By yoda313 in forum Video ConversionReplies: 18Last Post: 4th Jul 2008, 11:25 -
Dr. DivX converts large VOB files into tiny unusable divX files
By texas1 in forum Newbie / General discussionsReplies: 2Last Post: 6th Aug 2007, 21:44