PDA

View Full Version : bug report for avisynth


lyhlyh
14th December 2003, 12:10
i use 2.53 from sourceforge

and m2v from author's homepage

but

after i loadvfapiplugin("m2v.vfp","m2v")

the statement m2v("xxxx.mpg") fail

i compile source code ,find stack overflow when exec m2v

i also recompile m2v .and find if i comment the
the code for open audio stream .then avisynth work ok

while vfapi converter from tmpegenc's author can work with
non modified m2v.vfp

so i think this bug belong to avisynth

i find this bug a week ago, but i can post new thread here

and now i can not remember every detail now

and also i do not test the code from cvs avisynth

ps : avisynth 2.52 also fail with m2v.vfp

lyhlyh
4th January 2004, 18:42
no one meet same problem?

lawsonpu
16th October 2004, 17:44
yep, I've also had this problem. and I've reverted to an older version of AviSynth to solve it like u did.

Later,

P.S. I'm using m2v.vfp because it's the only thing i've found that'll read exported recordings from my Creative Digital VCR tv-card without severe audio video sync problems. (other than Mplayer classic) why are u using it?

cipher
17th October 2004, 09:42
u will need warpsharp.dll, which can be found on this page:

http://www.geocities.co.jp/SiliconValley-PaloAlto/2382/

and then plz try this:

LoadPlugin("Warpsharp.dll")
LoadAviUtlInputPlugin("m2v.vfp","MPEG2VIDEO")
MPEG2VIDEO("1.mpg")


:)