Help with AviSynth

User avatar
pan_dbgt01
Joined: Thu May 24, 2001 9:19 pm
Status: Hanging around. Trying to find time to edit.
Location: Canada
Org Profile

Re: Help with AviSynth

Post by pan_dbgt01 » Fri Nov 08, 2013 12:31 pm

RTW47 wrote: note: LoadPlugin line should go before source filter. :oops:
I will try this. Thanks.

User avatar
pan_dbgt01
Joined: Thu May 24, 2001 9:19 pm
Status: Hanging around. Trying to find time to edit.
Location: Canada
Org Profile

Re: Help with AviSynth

Post by pan_dbgt01 » Fri Nov 08, 2013 3:14 pm

RTW47 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:

Code: Select all

LWLibavVideoSource("Video.mp4")
LoadPlugin("C:\Program Files (x86)\AviSynth 2.5\plugins\LSMASHSource.dll")
in addition, if file name extensions are tured on:
rename Video.avs.avs to just Video.avs
I am missing the LSMASHSource.dll

User avatar
pan_dbgt01
Joined: Thu May 24, 2001 9:19 pm
Status: Hanging around. Trying to find time to edit.
Location: Canada
Org Profile

Re: Help with AviSynth

Post by pan_dbgt01 » Fri Nov 08, 2013 3:20 pm

pan_dbgt01 wrote:
RTW47 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:

Code: Select all

LWLibavVideoSource("Video.mp4")
LoadPlugin("C:\Program Files (x86)\AviSynth 2.5\plugins\LSMASHSource.dll")
in addition, if file name extensions are tured on:
rename Video.avs.avs to just Video.avs
I am missing the LSMASHSource.dll
Still no luck. I have no idea what to do.

User avatar
RTW47
Joined: Sat Oct 30, 2010 10:48 am
Status: Knight of Ni
Location: Argument Clinic
Org Profile

Re: Help with AviSynth

Post by RTW47 » Fri Nov 08, 2013 5:47 pm

Spoiler :
pan_dbgt01 wrote:I am missing the LSMASHSource.dll
I assume you have copied LSMASHSource.dll to AviSynth's plugin folder.
msvcr110.dll is in place, yet opening script in Vdub results in same error message as before.
-Update AviSynth to 2.6 Alpha 5 http://sourceforge.net/projects/avisynt ... _Releases/
-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")
tell if error message is different.

User avatar
pan_dbgt01
Joined: Thu May 24, 2001 9:19 pm
Status: Hanging around. Trying to find time to edit.
Location: Canada
Org Profile

Re: Help with AviSynth

Post by pan_dbgt01 » Fri Nov 08, 2013 9:03 pm

RTW47 wrote:
Spoiler :
pan_dbgt01 wrote:I am missing the LSMASHSource.dll
I assume you have copied LSMASHSource.dll to AviSynth's plugin folder.
msvcr110.dll is in place, yet opening script in Vdub results in same error message as before.
-Update AviSynth to 2.6 Alpha 5 http://sourceforge.net/projects/avisynt ... _Releases/
-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")
tell if error message is different.
You assumed right. Thanks, I wasn't sure if I should update to that version.

I hope this works.

User avatar
pan_dbgt01
Joined: Thu May 24, 2001 9:19 pm
Status: Hanging around. Trying to find time to edit.
Location: Canada
Org Profile

Re: Help with AviSynth

Post by pan_dbgt01 » Mon Nov 11, 2013 1:49 pm

pan_dbgt01 wrote:
RTW47 wrote:
Spoiler :
pan_dbgt01 wrote:I am missing the LSMASHSource.dll
I assume you have copied LSMASHSource.dll to AviSynth's plugin folder.
msvcr110.dll is in place, yet opening script in Vdub results in same error message as before.
-Update AviSynth to 2.6 Alpha 5 http://sourceforge.net/projects/avisynt ... _Releases/
-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")
tell if error message is different.
You assumed right. Thanks, I wasn't sure if I should update to that version.

I hope this works.
Now it says,
Avisynth open failure:
[Fatal]: Failed to avformat_open_input.

User avatar
l33tmeatwad
Joined: Wed Feb 16, 2005 3:22 pm
Location: Christiansburg, VA
Contact:
Org Profile

Re: Help with AviSynth

Post by l33tmeatwad » Mon Nov 11, 2013 3:13 pm

pan_dbgt01 wrote:Now it says,
Avisynth open failure:
[Fatal]: Failed to avformat_open_input.
Looks like LSMASHsource doesn't like that file...see if FFMPEGSource works and report back.
Software & Guides: AMVpack | AMV 101 | AviSynth 101 | VapourSynth 101
PixelBlended Studios: Website | Twitter | YouTube

User avatar
pan_dbgt01
Joined: Thu May 24, 2001 9:19 pm
Status: Hanging around. Trying to find time to edit.
Location: Canada
Org Profile

Re: Help with AviSynth

Post by pan_dbgt01 » Wed Nov 13, 2013 2:15 pm

l33tmeatwad wrote:
pan_dbgt01 wrote:Now it says,
Avisynth open failure:
[Fatal]: Failed to avformat_open_input.
Looks like LSMASHsource doesn't like that file...see if FFMPEGSource works and report back.
How do I get this to work?

User avatar
l33tmeatwad
Joined: Wed Feb 16, 2005 3:22 pm
Location: Christiansburg, VA
Contact:
Org Profile

Re: Help with AviSynth

Post by l33tmeatwad » Wed Nov 13, 2013 2:38 pm

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

User avatar
pan_dbgt01
Joined: Thu May 24, 2001 9:19 pm
Status: Hanging around. Trying to find time to edit.
Location: Canada
Org Profile

Re: Help with AviSynth

Post by pan_dbgt01 » Wed Nov 13, 2013 3:51 pm

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")
I think I officially quit. It's not working it's saying it can't open the video.

Locked

Return to “Video Editing Software”