MKV to MP4

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?

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

Re: MKV to MP4

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

Can I try to substitute the mvscr11.dll?

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 6:09 pm

You did put the load plugin BEFORE calling the lwlibavvideosource correct? (order does make a difference) Also, could you screenshot the error?
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 6:13 pm

l33tmeatwad wrote:You did put the load plugin BEFORE calling the lwlibavvideosource correct? (order does make a difference) Also, could you screenshot the error?
Worked. It open.

But everything is green and "bad"... D:

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 6:15 pm

VortexMV wrote:
l33tmeatwad wrote:You did put the load plugin BEFORE calling the lwlibavvideosource correct? (order does make a difference) Also, could you screenshot the error?
Worked. It open.

But everything is green and "bad"... D:
That's because it's 10bit (which is why the recontainering didn't work), you need to add "format="YUV420P8"" to it as per the example below.

Code: Select all

LWLibavVideoSource("video.mkv", format="YUV420P8")
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 6:16 pm

Thank you VERY MUCH! :ying:

Locked

Return to “Video & Audio Help”