Im having two problems and hope you guys can set me straight. After using dvd2svcd to make my svcd I multiplex as a non standard mpeg 1 in tmpge( my dvd player wont play svcd) and get the following error "355465 packets cause buffer under flow" How do I fix that. Secondly- I added the blockbuster filter to my dvd2svcd.ini file and when it gets to cce- I start getting errors and it stops. I have changed the patch to reflect where the dll file is. Can you take a look and see if I put it in the wrong place.
Thanks again for all the help. May not seem like it, but I am learning.
John
[AVISYNTH_SimpleResize]
0=LoadPlugin(!SimpleResize.dll)
1=SimpleResize(^TargetWidth,^TargetHeight)
2=AddBorders(0,^BorderTop,0,^BorderBottom)
!SimpleResize.dll=D:\DVD2SVCD\SimpleResize\SimpleR esize.dll
[AVISYNTH_InterlacedResize]
0=LoadPlugin(!SimpleResize.dll)
1=InterlacedResize(^TargetWidth,^TargetHeight)
2=AddBorders(0,^BorderTop,0,^BorderBottom)
!SimpleResize.dll=D:\DVD2SVCD\SimpleResize\SimpleR esize.dll
[AVISYNTH_BilinearResize]
0=BilinearResize(^TargetWidth,^TargetHeight)
1=AddBorders(0,^BorderTop,0,^BorderBottom)
[AVISYNTH_BicubicResize]
0=BicubicResize(^TargetWidth,^TargetHeight,^b_valu e,^c_value)
1=AddBorders(0,^BorderTop,0,^BorderBottom)
^b_value=0.33
^c_value=0.33
[AVISYNTH_BlockbusterBilinearResize]
0=BilinearResize(^TargetWidth,^TargetHeight)
1=AddBorders(0,^BorderTop,0,^BorderBottom)
2=LoadPlugin(!Blockbuster.dll)
3=Blockbuster( method="noise", detail_min=1, detail_max=3, lv=1.5 )
4=Blockbuster( method="sharpen", detail_min=4, detail_max=99, strength=^StrengthValue )
!Blockbuster.dll=C:\DVD2SVCD\Blockbuster\Blockbust er.dll
^StrengthValue=20
+ Reply to Thread
Results 1 to 1 of 1
Similar Threads
-
MeGUI audio encoding dts/ac3 to aac-mp4, keep getting errors
By runLoganrun in forum AudioReplies: 5Last Post: 29th Jul 2010, 17:15 -
Encoding errors, cannot burn DVD
By Surber in forum Authoring (DVD)Replies: 3Last Post: 8th Apr 2010, 11:55 -
How to check for encoding errors
By Dark Alpha in forum Video ConversionReplies: 5Last Post: 30th Jan 2010, 10:25 -
svcd preview errors & vob file errors
By kiwi76 in forum SVCD2DVD & VOB2MPGReplies: 3Last Post: 10th Nov 2008, 16:02 -
check a DVD for errors/read errors?
By ebob in forum Authoring (DVD)Replies: 4Last Post: 5th Jun 2007, 10:53