digitalFAQ.com Forums [Archives]

digitalFAQ.com Forums [Archives] (http://www.digitalfaq.com/archives/)
-   Video Encoding and Conversion (http://www.digitalfaq.com/archives/encode/)
-   -   DVD2SVCD: Error - 355465 packets cause buffer under flow (http://www.digitalfaq.com/archives/encode/1627-dvd2svcd-error-355465-a.html)

jrv331 11-18-2002 01:31 PM

DVD2SVCD: Error - 355465 packets cause buffer under flow
 
Im having two problems and hope you guys can set me straingt. After making my svcd I multiplex as a non standard mpeg 1 it in tmpge 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


All times are GMT -5. The time now is 03:53 AM  —  vBulletin © Jelsoft Enterprises Ltd

Site design, images and content © 2002-2024 The Digital FAQ, www.digitalFAQ.com
Forum Software by vBulletin · Copyright © 2024 Jelsoft Enterprises Ltd.