VDM + Avisynth Problems

This forum is for questions and discussion of all the aspects of handling and cleaning up your footage with Avisynth.
Locked
User avatar
Begi
Joined: Tue Nov 25, 2008 4:04 pm
Location: Detroit, Michigan, U.S.
Org Profile

VDM + Avisynth Problems

Post by Begi » Thu Feb 04, 2010 12:27 pm

Ok so heres the deal...
Im tryin to import an mkv file into vdubmod (ver. 1.5.4.1) via avisynth (i dled avisynth ver. 2.5.8). i cant import the file directly (vdm crashes) so i made an avs file out it

LoadPlugin("C:\Program Files\AviSynth 2.5\plugins\FFMpegSource.dll")
FFMPEGSource("C:\Documents and Settings\User\My Documents\LimeWire\Saved\ErgoProxy\Episode 1.mkv")


thats my script and when i go to open it in vdub this is the error message i get:

Image


i searched other posts...found one that seemed to be like mine but when i tried wat they did i still had te same problem.

HELP PLZ :amv:

User avatar
mirkosp
The Absolute Mudman
Joined: Mon Apr 24, 2006 6:24 am
Status: (」・ワ・)」(⊃・ワ・)⊃
Location: Gallarate (VA), Italy
Contact:
Org Profile

Re: VDM + Avisynth Problems

Post by mirkosp » Thu Feb 04, 2010 1:21 pm

1) Update virtualdub (latest stable is version 1.9.8).
2) Reinstall ffdshow.
3) See if it works and let us know, so we can try something else in negative case. :book:
Image

User avatar
Begi
Joined: Tue Nov 25, 2008 4:04 pm
Location: Detroit, Michigan, U.S.
Org Profile

Re: VDM + Avisynth Problems

Post by Begi » Thu Feb 04, 2010 2:25 pm

mirkosp wrote:1) Update virtualdub (latest stable is version 1.9.8).
2) Reinstall ffdshow.
3) See if it works and let us know, so we can try something else in negative case. :book:
Image

D:
same thing as before

User avatar
mirkosp
The Absolute Mudman
Joined: Mon Apr 24, 2006 6:24 am
Status: (」・ワ・)」(⊃・ワ・)⊃
Location: Gallarate (VA), Italy
Contact:
Org Profile

Re: VDM + Avisynth Problems

Post by mirkosp » Thu Feb 04, 2010 2:50 pm

Guess ffdshow can't really load it. Use dss2. :?
Image

User avatar
Qyot27
Surreptitious fluffy bunny
Joined: Fri Aug 30, 2002 12:08 pm
Status: Creepin' between the bullfrogs
Location: St. Pete, FL
Contact:
Org Profile

Re: VDM + Avisynth Problems

Post by Qyot27 » Thu Feb 04, 2010 3:54 pm

By searching the FFmpegSource thread on Doom9, that error applies to VC1-in-MKV*. Update to FFMS2 and see if that fixes it. If not, you'll have to use DSS2 or DirectShowSource, or demux the video stream and use AVISource.

*Ergo Proxy being old enough, it's probably those b0rked WMV9 encodes, but VC1 encompasses both the Advanced Profile and all of the old WMV9, so it still applies.



And if you want to use VDubMod, use 1.5.10.3. Grab VirtualDub 1.9.8 and its input plugins for MPEG2, WMV, etc. while you're at it, too. Never hurts.
My profile on MyAnimeList | Quasistatic Regret: yeah, yeah, I finally got a blog

User avatar
Begi
Joined: Tue Nov 25, 2008 4:04 pm
Location: Detroit, Michigan, U.S.
Org Profile

Re: VDM + Avisynth Problems

Post by Begi » Thu Feb 04, 2010 4:56 pm

***i uninstalled vdub 1.9.8 and installed vdubmod 1.5.10.2 all inclusive***
Qyot27 wrote:Update to FFMS2 and see if that fixes it
from what i read ffms2 and ffmpegsource have no relation to eachother. FFMS2 stands for Fabulous FM Source 2. so do you want me to download Fabulous FM Source or FFMpegSource?
mirkosp wrote:Guess ffdshow can't really load it. Use dss2. :?
could u give me a link?

User avatar
mirkosp
The Absolute Mudman
Joined: Mon Apr 24, 2006 6:24 am
Status: (」・ワ・)」(⊃・ワ・)⊃
Location: Gallarate (VA), Italy
Contact:
Org Profile

Re: VDM + Avisynth Problems

Post by mirkosp » Thu Feb 04, 2010 5:02 pm

Begi wrote:
Qyot27 wrote:Update to FFMS2 and see if that fixes it
from what i read ffms2 and ffmpegsource have no relation to eachother. FFMS2 stands for Fabulous FM Source 2. so do you want me to download Fabulous FM Source or FFMpegSource?
It's all just a big joke. :lol:
It actually really is ffmpegsource2.
mirkosp wrote:Guess ffdshow can't really load it. Use dss2. :?
could u give me a link?
If you have the CCCP, just copy the avss.dll from "C:\Program Files\Combined Community Codec Pack\Filters\Haali" into "C:\Program Files\AviSynth 2.5\plugins".
Image

User avatar
Begi
Joined: Tue Nov 25, 2008 4:04 pm
Location: Detroit, Michigan, U.S.
Org Profile

Re: VDM + Avisynth Problems

Post by Begi » Thu Feb 04, 2010 5:11 pm

mirkosp wrote: copy the avss.dll from "C:\Program Files\Combined Community Codec Pack\Filters\Haali" into "C:\Program Files\AviSynth 2.5\plugins".
i did that and im still getting the same error.

User avatar
mirkosp
The Absolute Mudman
Joined: Mon Apr 24, 2006 6:24 am
Status: (」・ワ・)」(⊃・ワ・)⊃
Location: Gallarate (VA), Italy
Contact:
Org Profile

Re: VDM + Avisynth Problems

Post by mirkosp » Thu Feb 04, 2010 5:14 pm

Begi wrote:
mirkosp wrote: copy the avss.dll from "C:\Program Files\Combined Community Codec Pack\Filters\Haali" into "C:\Program Files\AviSynth 2.5\plugins".
i did that and im still getting the same error.
You sure you're calling it as this?

Code: Select all

dss2("C:\Documents and Settings\User\My Documents\LimeWire\Saved\ErgoProxy\Episode 1.mkv")
Image

User avatar
Begi
Joined: Tue Nov 25, 2008 4:04 pm
Location: Detroit, Michigan, U.S.
Org Profile

Re: VDM + Avisynth Problems

Post by Begi » Thu Feb 04, 2010 5:30 pm

mirkosp wrote:

Code: Select all

dss2("C:\Documents and Settings\User\My Documents\LimeWire\Saved\ErgoProxy\Episode 1.mkv")
oops :sweat:

ok its working now. thanks a lot maneeee

Locked

Return to “AviSynth Help”