Log in

View Full Version : avisynth plugin problem?


tasoss
15th March 2004, 22:20
Hello people.I'm using avisynth 2.5 + virtualdub 1.5.1.
After reading http://www.100fps.com/ i'm trying to follow the procedure.
So i downloaded
www.avisynth.org/warpenterprises/files/mpeg2dec_25_dll_20030107.zip
Using:
LoadPlugin("c:\MPEG2DEC.dll")
video=mpeg2source("d:\moto\moto.mpv")
audio=wavsource("d:\moto\mogo.mpa")
audiodub(video,audio)
The problem is that it cannot open the file(this is what it reports)
I'm using PVAStrumento in order to create a video file and an audio one from the mpeg(DVB) that is created from Progdvb(that i'm using in order to watch satellite tv).
What am i doing wrong?
I also changed the extension from mpv to mpg(pvastrumento has this feature) but nothing!Maybe it's something with the codec.I'm trying so long to make divx from the mpeg records but i cannot and i think i will never do.
Newbie to avisynth so forgive me for my question!
Thx in advanced.
ps:First post nice to meet you
ps2:my main purpose is to deinterlace the video and divx it.
thx

scharfis_brain
15th March 2004, 22:42
please prepare the mpv with dvd2avi first.
you have to create a d2v-project

tasoss
15th March 2004, 23:07
Hello and thx for answering.I must save it as an avi from dvd2avi?Because i cannot do it.The program crashes or creates a 0byte file.I have read something about that but i cannot remember.But as an avi it cannot be saved.Do u mean as a project(d2v)?And then what?
I just wanna create a divx with 50frames(deinterlaced).

sh0dan
15th March 2004, 23:24
:readfaq:

Save the d2v, and open the file in mpeg2source().

tasoss
16th March 2004, 00:10
Thx sh0dan.And sorry for not reading the faq.The truth is that i have read so many things until now and don't really know what is going on.

LoadPlugin("c:\MPEG2DEC.dll")
#video=mpeg2source("d:\moto\1.d2v")
mpeg2source("d:\moto\1.d2v")
#audio=wavsource("d:\moto\1.mpa")
#audiodub(video,audio)
#DirectShowSource("d:\moto\1.mpg")

It doesn't work.Sorry.Even with the other options enables (audio,audiodub...)it doesn't.
ps:is there a howto which describes how to create a divx(50 frames deinterlaced) from an mpeg(dvb) so i don't harass u?

scharfis_brain
16th March 2004, 06:47
you have to post the exact-typed error message and the things you did (step by step), if you want to get some precise help

tasoss
16th March 2004, 13:03
The whole process until now:
1)Record using Progdvb(mpg output)
2)PVAStrumento 2.1.0rc6 build 85.Mpv and Mpa output
3)DVD2AVI(Do i have to use the original version or DVD2AVIdg.exe?included in
plugins at avisynth site).I opened the file with dvd2avi(tried both versions)
and immediately saved it as a project(output .d2v file).
4)
LoadPlugin("d:\moto\MPEG2DEC.dll")
mpeg2source("d:\moto\1.d2v")
I have downloaded all the versions of mpeg2dec(the one that is said to work in avisynth 2.5x
reports that it's not a avisynth 2.5x plugin(?)).Moreover
MPEG2DEC2.dll is not recognised as a 2.5x plugin.
So this is my procedure until i find a way to continue and maybe one day
create divx from dvb :/
Thx in advanced

sh0dan
16th March 2004, 14:09
For HDTV, you need a special version of DVD2AVI and MPEG2DEC3. See more about it in the HDTV FAQ (http://forum.doom9.org/showthread.php?s=&threadid=49349).

tasoss
16th March 2004, 21:48
3)DVD2AVI(Do i have to use the original version or DVD2AVIdg.exe?
This is the one you are telling me and yeap I have already used it.

Wilbert
17th March 2004, 11:02
DVD2AVIdg.exe has no hdtv support yet. Look for DVD2AVIT3 v1.83:

http://forum.doom9.org/showthread.php?s=&threadid=49349