I will try this. Thanks.RTW47 wrote: note: LoadPlugin line should go before source filter.
Help with AviSynth
- pan_dbgt01
- Joined: Thu May 24, 2001 9:19 pm
- Status: Hanging around. Trying to find time to edit.
- Location: Canada
Re: Help with AviSynth
- pan_dbgt01
- Joined: Thu May 24, 2001 9:19 pm
- Status: Hanging around. Trying to find time to edit.
- Location: Canada
Re: Help with AviSynth
I am missing the LSMASHSource.dllRTW47 wrote:for 64-bit system check again if:
LSMASHSource.dll is inside of C:\Program Files (x86)\AviSynth 2.5\plugins
msvcr110.dll is inside of C:\Windows\SysWOW64
if all dll's are placed correctly and same error appears then try loading plugin manually:in addition, if file name extensions are tured on:Code: Select all
LWLibavVideoSource("Video.mp4") LoadPlugin("C:\Program Files (x86)\AviSynth 2.5\plugins\LSMASHSource.dll")
rename Video.avs.avs to just Video.avs
- pan_dbgt01
- Joined: Thu May 24, 2001 9:19 pm
- Status: Hanging around. Trying to find time to edit.
- Location: Canada
Re: Help with AviSynth
Still no luck. I have no idea what to do.pan_dbgt01 wrote:I am missing the LSMASHSource.dllRTW47 wrote:for 64-bit system check again if:
LSMASHSource.dll is inside of C:\Program Files (x86)\AviSynth 2.5\plugins
msvcr110.dll is inside of C:\Windows\SysWOW64
if all dll's are placed correctly and same error appears then try loading plugin manually:in addition, if file name extensions are tured on:Code: Select all
LWLibavVideoSource("Video.mp4") LoadPlugin("C:\Program Files (x86)\AviSynth 2.5\plugins\LSMASHSource.dll")
rename Video.avs.avs to just Video.avs
- RTW47
- Joined: Sat Oct 30, 2010 10:48 am
- Status: Knight of Ni
- Location: Argument Clinic
Re: Help with AviSynth
Spoiler :
-Make sure you are using latest stable 32-bit (x86) version of virtual dub http://virtualdub.sourceforge.net/
because the 64-bit version cannot use 32-bit plugins. (use 32-bit versions of everything)
then try again opening avs script in Vdub like this:
Code: Select all
LoadPlugin("C:\Program Files (x86)\AviSynth 2.5\plugins\LSMASHSource.dll")
LWLibavVideoSource("Video.mp4")
- pan_dbgt01
- Joined: Thu May 24, 2001 9:19 pm
- Status: Hanging around. Trying to find time to edit.
- Location: Canada
Re: Help with AviSynth
You assumed right. Thanks, I wasn't sure if I should update to that version.RTW47 wrote:-Update AviSynth to 2.6 Alpha 5 http://sourceforge.net/projects/avisynt ... _Releases/Spoiler :
-Make sure you are using latest stable 32-bit (x86) version of virtual dub http://virtualdub.sourceforge.net/
because the 64-bit version cannot use 32-bit plugins. (use 32-bit versions of everything)
then try again opening avs script in Vdub like this:tell if error message is different.Code: Select all
LoadPlugin("C:\Program Files (x86)\AviSynth 2.5\plugins\LSMASHSource.dll") LWLibavVideoSource("Video.mp4")
I hope this works.
- pan_dbgt01
- Joined: Thu May 24, 2001 9:19 pm
- Status: Hanging around. Trying to find time to edit.
- Location: Canada
Re: Help with AviSynth
Now it says,pan_dbgt01 wrote:You assumed right. Thanks, I wasn't sure if I should update to that version.RTW47 wrote:-Update AviSynth to 2.6 Alpha 5 http://sourceforge.net/projects/avisynt ... _Releases/Spoiler :
-Make sure you are using latest stable 32-bit (x86) version of virtual dub http://virtualdub.sourceforge.net/
because the 64-bit version cannot use 32-bit plugins. (use 32-bit versions of everything)
then try again opening avs script in Vdub like this:tell if error message is different.Code: Select all
LoadPlugin("C:\Program Files (x86)\AviSynth 2.5\plugins\LSMASHSource.dll") LWLibavVideoSource("Video.mp4")
I hope this works.
Avisynth open failure:
[Fatal]: Failed to avformat_open_input.
- l33tmeatwad
- Joined: Wed Feb 16, 2005 3:22 pm
- Location: Christiansburg, VA
- Contact:
Re: Help with AviSynth
Looks like LSMASHsource doesn't like that file...see if FFMPEGSource works and report back.pan_dbgt01 wrote:Now it says,
Avisynth open failure:
[Fatal]: Failed to avformat_open_input.
Software & Guides: AMVpack | AMV 101 | AviSynth 101 | VapourSynth 101
PixelBlended Studios: Website | Twitter | YouTube
PixelBlended Studios: Website | Twitter | YouTube
- pan_dbgt01
- Joined: Thu May 24, 2001 9:19 pm
- Status: Hanging around. Trying to find time to edit.
- Location: Canada
Re: Help with AviSynth
How do I get this to work?l33tmeatwad wrote:Looks like LSMASHsource doesn't like that file...see if FFMPEGSource works and report back.pan_dbgt01 wrote:Now it says,
Avisynth open failure:
[Fatal]: Failed to avformat_open_input.
- l33tmeatwad
- Joined: Wed Feb 16, 2005 3:22 pm
- Location: Christiansburg, VA
- Contact:
Re: Help with AviSynth
After you download the latest revision (currently 2.19), copy ffms2.dll and ffms2.avsi into your AviSynth plugins folder. Your script would look like this:
Code: Select all
ffvideosource("video.mp4")
Software & Guides: AMVpack | AMV 101 | AviSynth 101 | VapourSynth 101
PixelBlended Studios: Website | Twitter | YouTube
PixelBlended Studios: Website | Twitter | YouTube
- pan_dbgt01
- Joined: Thu May 24, 2001 9:19 pm
- Status: Hanging around. Trying to find time to edit.
- Location: Canada
Re: Help with AviSynth
I think I officially quit. It's not working it's saying it can't open the video.l33tmeatwad wrote:After you download the latest revision (currently 2.19), copy ffms2.dll and ffms2.avsi into your AviSynth plugins folder. Your script would look like this:Code: Select all
ffvideosource("video.mp4")