Dear all
I am trying to convert an Xvid avi to SVCD and it all goes fine. Audio converts OK no errors the video encodes OK again no errors however when I burn the CD and then watch it about 85 % of the way through the movie the screen goes blank and the above message appears at the top of the screen, can anyone shed any light as to what Iam doing wrong?
Please let me know what you need me to post to resolve
Cheers in advance![]()
+ Reply to Thread
Results 1 to 5 of 5
-
-
If you want to get any help, you'll need to provide more information--eg. what software are you using, and always post your script if you're looking for help w/avisynth.
did you scan your avi for bad frames?what are you askin' me for...
I'm an idiot! -
apolgies for my dumbness what is the script file? is it the xml file if so what part do you need it is rather large!!!
I am using DVD2SVCD and encoding with TMPGEnc. I have removed corrupt frames using Nandub and have checked the whole avi and it is OK. -
the script is a little text file that tells avisynth what filters you're using, etc.
it will be called something.avs
I don't use DVD2SVCD, so I don't know if/where it saves the file.
do a search for *.avs
it should look something like this:
Code:loadplugin("c:\plugins\mpeg2dec.dll") avishowsource("c:\movies\blah.avi")
what are you askin' me for...
I'm an idiot! -
Here is my script file how it makes more sense to you than it does to me!!
LoadPlugin("C:\PROGRA~1\DVD2SVCD\MPEG2Dec\mpeg2dec .dll")
AVISource("C:\DOCUME~1\Jasper\Desktop\cd1.avi",Fal se)
ConvertToYUY2()
BicubicResize(480,276,0.0,0.6)
AddBorders(0,102,0,102)
Thanks in advance for any help
Similar Threads
-
New AVISynth UI
By tin2tin in forum Latest Video NewsReplies: 23Last Post: 19th Jan 2012, 01:53 -
Using avisynth
By bsuska in forum Video ConversionReplies: 8Last Post: 16th Jul 2009, 08:32 -
AVIsynth help!
By helper in forum Newbie / General discussionsReplies: 11Last Post: 15th Oct 2008, 03:35 -
Avisynth 3.0
By nbi in forum LinuxReplies: 1Last Post: 30th Oct 2007, 16:50 -
Photo enlargement & division for printing
By kippard in forum ComputerReplies: 7Last Post: 17th Sep 2007, 02:35