hello there ,
I followed "VicBond007's Guide to Working with DVD Footage", but I'm stick on the part which says load your avs. file on virtuall dvb cuz it says
it says unable to load (LoadPlugin("C:\Program Files\AviSynth2.5\plugins\MPEG2Dec3.dll")
LoadPlugin("C:\Program Files\AviSynth2.5\plugins\Decomb521.dll"))
although I followed the guide correctly ... I made avs. file as follows:
LoadPlugin("C:\Program Files\AviSynth2.5\plugins\MPEG2Dec3.dll")
LoadPlugin("C:\Program Files\AviSynth2.5\plugins\Decomb521.dll")
MPEG2Source("d:\HIS_AND_HER_1_9_SCN\ripped\ch1.d2v",idct=5,CPU2=4)
I hope someone knows a bout it!
problems in DVD ripping!!!
- Apeotheosis
- Joined: Thu Jan 22, 2004 11:56 am
- Location: Wonderland
I don't know a whole lot about script writing just yet but aren't you supposed to load the source first in your script?
Like:
MPEG2Source("d:\HIS_AND_HER_1_9_SCN\ripped\ch1.d2v",idct=5,CPU2=4)
LoadPlugin("C:\Program Files\AviSynth2.5\plugins\MPEG2Dec3.dll")
LoadPlugin("C:\Program Files\AviSynth2.5\plugins\Decomb521.dll")
But I'm not really for sure if that even matters. I've never seen idct or CPU2 either, so I'm not sure if that could be your problem. I've never used the plugin loader, I just run different filters to deinterlace and such.
Like:
MPEG2Source("d:\HIS_AND_HER_1_9_SCN\ripped\ch1.d2v",idct=5,CPU2=4)
LoadPlugin("C:\Program Files\AviSynth2.5\plugins\MPEG2Dec3.dll")
LoadPlugin("C:\Program Files\AviSynth2.5\plugins\Decomb521.dll")
But I'm not really for sure if that even matters. I've never seen idct or CPU2 either, so I'm not sure if that could be your problem. I've never used the plugin loader, I just run different filters to deinterlace and such.
Me wrote:I don't know where I'm going, but uhh...I'm definitely gonna think about it on the way.
- Apeotheosis
- Joined: Thu Jan 22, 2004 11:56 am
- Location: Wonderland
I just write the script in vdub's script editor. For example, I'm working with Rahxephon right now and my script for one of my episodes is as such:
The KernelDeint gets rid of my interlacing and the Tweak just boosts the contrast of my footage and the hue is changed a little bit. The saturation remains at 1.0 in this one so that hasn't been altered at all. Does that help?My Script wrote:mpeg2source("C:\RAHXEPHON_1\Clean Opening.d2v",ipp=true,cpu=4)
KernelDeint(order=1, threshold=10)
Tweak(Cont=1.1,Sat=1.0,hue=10)
Me wrote:I don't know where I'm going, but uhh...I'm definitely gonna think about it on the way.
-
aya_chani
- Joined: Thu Sep 25, 2003 11:17 am
can I talk to u in msn ..... I think its better ... cuz I can't get your point here... thats if u don't mind of course..
my e-mail is crazy_vampire17@hotmail.com
I'm waiting !
my e-mail is crazy_vampire17@hotmail.com
I'm waiting !
