VDM + Avisynth Problems
- Begi
- Joined: Tue Nov 25, 2008 4:04 pm
- Location: Detroit, Michigan, U.S.
VDM + Avisynth Problems
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:
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
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:
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
- mirkosp
- The Absolute Mudman
- Joined: Mon Apr 24, 2006 6:24 am
- Status: (」・ワ・)」(⊃・ワ・)⊃
- Location: Gallarate (VA), Italy
- Contact:
Re: VDM + Avisynth Problems
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.
2) Reinstall ffdshow.
3) See if it works and let us know, so we can try something else in negative case.
- Begi
- Joined: Tue Nov 25, 2008 4:04 pm
- Location: Detroit, Michigan, U.S.
Re: VDM + Avisynth Problems
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.
D:
same thing as before
- mirkosp
- The Absolute Mudman
- Joined: Mon Apr 24, 2006 6:24 am
- Status: (」・ワ・)」(⊃・ワ・)⊃
- Location: Gallarate (VA), Italy
- Contact:
- Qyot27
- Surreptitious fluffy bunny
- Joined: Fri Aug 30, 2002 12:08 pm
- Status: Creepin' between the bullfrogs
- Location: St. Pete, FL
- Contact:
Re: VDM + Avisynth Problems
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.
*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
- Begi
- Joined: Tue Nov 25, 2008 4:04 pm
- Location: Detroit, Michigan, U.S.
Re: VDM + Avisynth Problems
***i uninstalled vdub 1.9.8 and installed vdubmod 1.5.10.2 all inclusive***
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?Qyot27 wrote:Update to FFMS2 and see if that fixes it
could u give me a link?mirkosp wrote:Guess ffdshow can't really load it. Use dss2.
- mirkosp
- The Absolute Mudman
- Joined: Mon Apr 24, 2006 6:24 am
- Status: (」・ワ・)」(⊃・ワ・)⊃
- Location: Gallarate (VA), Italy
- Contact:
Re: VDM + Avisynth Problems
It's all just a big joke.Begi wrote: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?Qyot27 wrote:Update to FFMS2 and see if that fixes it
It actually really is ffmpegsource2.
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".could u give me a link?mirkosp wrote:Guess ffdshow can't really load it. Use dss2.
- Begi
- Joined: Tue Nov 25, 2008 4:04 pm
- Location: Detroit, Michigan, U.S.
Re: VDM + Avisynth Problems
i did that and im still getting the same error.mirkosp wrote: copy the avss.dll from "C:\Program Files\Combined Community Codec Pack\Filters\Haali" into "C:\Program Files\AviSynth 2.5\plugins".
- mirkosp
- The Absolute Mudman
- Joined: Mon Apr 24, 2006 6:24 am
- Status: (」・ワ・)」(⊃・ワ・)⊃
- Location: Gallarate (VA), Italy
- Contact:
Re: VDM + Avisynth Problems
You sure you're calling it as this?Begi wrote:i did that and im still getting the same error.mirkosp wrote: copy the avss.dll from "C:\Program Files\Combined Community Codec Pack\Filters\Haali" into "C:\Program Files\AviSynth 2.5\plugins".
Code: Select all
dss2("C:\Documents and Settings\User\My Documents\LimeWire\Saved\ErgoProxy\Episode 1.mkv")
- Begi
- Joined: Tue Nov 25, 2008 4:04 pm
- Location: Detroit, Michigan, U.S.
Re: VDM + Avisynth Problems
oopsmirkosp wrote:Code: Select all
dss2("C:\Documents and Settings\User\My Documents\LimeWire\Saved\ErgoProxy\Episode 1.mkv")
ok its working now. thanks a lot maneeee