MKV to MP4

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

Re: MKV to MP4

Post by l33tmeatwad » Sat Oct 12, 2013 12:13 pm

Post the exact error you are getting.
Software & Guides: AMVpack | AMV 101 | AviSynth 101 | VapourSynth 101
PixelBlended Studios: Website | Twitter | YouTube

VortexMV
Joined: Wed Oct 09, 2013 9:55 pm
Org Profile

Re: MKV to MP4

Post by VortexMV » Sat Oct 12, 2013 12:34 pm

l33tmeatwad wrote:Post the exact error you are getting.
-
Avisynth open failure:
Script error: There is no function named "LWLibavVideoSource"
(C:\AMV\video.avs, line 1)

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

Re: MKV to MP4

Post by l33tmeatwad » Sat Oct 12, 2013 12:58 pm

That means lsmash-source is not loading. Double check that you put the correct dll in C:\Program Files (x86)\AviSynth 2.5\plugins and it's not in a subdirectory.

If it is there you may need to manually load it in the script to try and troubleshoot why it's not loading at all.
Software & Guides: AMVpack | AMV 101 | AviSynth 101 | VapourSynth 101
PixelBlended Studios: Website | Twitter | YouTube

VortexMV
Joined: Wed Oct 09, 2013 9:55 pm
Org Profile

Re: MKV to MP4

Post by VortexMV » Sat Oct 12, 2013 1:05 pm

Checked here and the LSMASHSource.dll is in the plugin directory, with the uninstall.dat and unins000.

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

Re: MKV to MP4

Post by l33tmeatwad » Sat Oct 12, 2013 1:08 pm

VortexMV wrote:Checked here and the LSMASHSource.dll is in the plugin directory, with the uninstall.dat and unins000.
Not sure why you copied those other files...and those were not in the AviSynth folder in the 7 zip file, I'll have to check when I get home, but make SURE you copied from the AviSynth folder and not the vapoursynth folder.
Software & Guides: AMVpack | AMV 101 | AviSynth 101 | VapourSynth 101
PixelBlended Studios: Website | Twitter | YouTube

VortexMV
Joined: Wed Oct 09, 2013 9:55 pm
Org Profile

Re: MKV to MP4

Post by VortexMV » Sat Oct 12, 2013 1:53 pm

l33tmeatwad wrote:
VortexMV wrote:Checked here and the LSMASHSource.dll is in the plugin directory, with the uninstall.dat and unins000.
Not sure why you copied those other files...and those were not in the AviSynth folder in the 7 zip file, I'll have to check when I get home, but make SURE you copied from the AviSynth folder and not the vapoursynth folder.
Yeah, I´m sure that I copied the right files.

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

Re: MKV to MP4

Post by RTW47 » Sat Oct 12, 2013 2:25 pm

VortexMV wrote: and the mvscr.dll or something was already installed on my PC.
now, is msvcr110.dll really inside of C:\Windows\System32 (for 32-bit system) or C:\Windows\SysWOW64 (for 64-bit system)?
or you just sow something similar like: msvcr70, msvcr90, msvcr100...in that directory, thought that that .dll was already there and did not copied anything?

VortexMV
Joined: Wed Oct 09, 2013 9:55 pm
Org Profile

Re: MKV to MP4

Post by VortexMV » Sat Oct 12, 2013 2:34 pm

RTW47 wrote:
VortexMV wrote: and the mvscr.dll or something was already installed on my PC.
now, is msvcr110.dll really inside of C:\Windows\System32 (for 32-bit system) or C:\Windows\SysWOW64 (for 64-bit system)?
or you just sow something similar like: msvcr70, msvcr90, msvcr100...in that directory, thought that that .dll was already there and did not copied anything?
Yeah, when a paste the .dll on the system32/SysWOW64, it tells me that a ALREADY have the .dll and if I want to substitute.

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

Re: MKV to MP4

Post by l33tmeatwad » Sat Oct 12, 2013 5:15 pm

RTW47 wrote:
VortexMV wrote: and the mvscr.dll or something was already installed on my PC.
now, is msvcr110.dll really inside of C:\Windows\System32 (for 32-bit system) or C:\Windows\SysWOW64 (for 64-bit system)?
or you just sow something similar like: msvcr70, msvcr90, msvcr100...in that directory, thought that that .dll was already there and did not copied anything?
If that dll was missing then the error message would be different.

At this point I would recommend you do this:
1. Reinstall AviSynth (preferably 2.6 Alpha 5)
2. Load the plugin manually in your script:

Code: Select all

LoadPlugin("C:\Program Files (x86)\AviSynth 2.5\plugins\LSMASHSource.dll")
(Assuming your system is 64bit...)

If you get an error message after doing these steps, it will most definitely be a different error message and we can proceed to fix that once you get there.
Software & Guides: AMVpack | AMV 101 | AviSynth 101 | VapourSynth 101
PixelBlended Studios: Website | Twitter | YouTube

VortexMV
Joined: Wed Oct 09, 2013 9:55 pm
Org Profile

Re: MKV to MP4

Post by VortexMV » Sat Oct 12, 2013 5:52 pm

I do what you said, but it doesn't work. Same error.

Isn't there any other plugin for AviSynth that can do this?

Locked

Return to “Video & Audio Help”