Hi10p problem

User avatar
Kyssifur
Joined: Fri Jul 22, 2005 1:35 am
Status: I can Ntertain
Location: Budapest, Hungary
Contact:
Org Profile

Hi10p problem

Post by Kyssifur » Fri Sep 13, 2013 3:42 pm

So basically I have a Hi10p mkv and want YUV420 UTvid AVI.

There is no working "randomconverter" and it's not working in virtualdubmod.

Grey screen or fatalerror everywhere. Please help!
we are awesome

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

Re: Hi10p problem

Post by l33tmeatwad » Fri Sep 13, 2013 7:56 pm

Kyssifur wrote:So basically I have a Hi10p mkv and want YUV420 UTvid AVI.

There is no working "randomconverter" and it's not working in virtualdubmod.

Grey screen or fatalerror everywhere. Please help!
DO NOT USE VIRTUALDUB MOD! Just use regular VirtualDub and AviSynth. You can use either ffmpegsource or L-SMASH-Works to accomplish this; here are examples of both:

FFmpegSource

Code: Select all

FFVideoSource("video.mkv")
L-SMASH-Works

Code: Select all

LWLibavVideoSource("video.mkv", format="YUV420P8")
Last edited by l33tmeatwad on Sat Sep 14, 2013 10:24 am, edited 1 time in total.
Software & Guides: AMVpack | AMV 101 | AviSynth 101 | VapourSynth 101
PixelBlended Studios: Website | Twitter | YouTube

User avatar
Kyssifur
Joined: Fri Jul 22, 2005 1:35 am
Status: I can Ntertain
Location: Budapest, Hungary
Contact:
Org Profile

Re: Hi10p problem

Post by Kyssifur » Sat Sep 14, 2013 5:55 am

I failed. Thanks anyway! :)
we are awesome

User avatar
Kyssifur
Joined: Fri Jul 22, 2005 1:35 am
Status: I can Ntertain
Location: Budapest, Hungary
Contact:
Org Profile

Re: Hi10p problem

Post by Kyssifur » Sat Sep 14, 2013 10:28 am

Problem solved. Thank you!
we are awesome

User avatar
Kyssifur
Joined: Fri Jul 22, 2005 1:35 am
Status: I can Ntertain
Location: Budapest, Hungary
Contact:
Org Profile

Re: Hi10p problem

Post by Kyssifur » Wed Mar 12, 2014 7:35 am

Image

Any idea what to do with this?
we are awesome

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

Re: Hi10p problem

Post by l33tmeatwad » Wed Mar 12, 2014 6:35 pm

Kyssifur wrote:Image

Any idea what to do with this?
What software gave the error, VirtualDub or AvsP? That error means LSMASHsource.dll isn't loading.
Software & Guides: AMVpack | AMV 101 | AviSynth 101 | VapourSynth 101
PixelBlended Studios: Website | Twitter | YouTube

User avatar
Kyssifur
Joined: Fri Jul 22, 2005 1:35 am
Status: I can Ntertain
Location: Budapest, Hungary
Contact:
Org Profile

Re: Hi10p problem

Post by Kyssifur » Sun Mar 23, 2014 6:10 am

VirtualDub
we are awesome

User avatar
mirkosp
The Absolute Mudman
Joined: Mon Apr 24, 2006 6:24 am
Status: (」・ワ・)」(⊃・ワ・)⊃
Location: Gallarate (VA), Italy
Contact:
Org Profile

Re: Hi10p problem

Post by mirkosp » Mon Mar 24, 2014 6:28 pm

Virtualdub's wrapping avisynth's error there.
Autoload's failing for some reason; if manual load fails too, i'm going to guess your dll doesn't match your avisynth version (2.5.8/2.6 mismatch or x86/x64 mismatch).
Some people with 64bit os think they should use the 64bit dll, but since avisynth is 32bit (unless you use a 64bit version of avisynth ─ don't do that) you'll need the x86 one.
Image

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

Re: Hi10p problem

Post by l33tmeatwad » Wed Mar 26, 2014 8:49 am

He also needs to make sure the copy of msvcr120.dll included is placed in system32 (for 32 bit systems) or sysWOW64 as the filter won't load without that. Of course it would also warn that was missing as well if that were the case.
Software & Guides: AMVpack | AMV 101 | AviSynth 101 | VapourSynth 101
PixelBlended Studios: Website | Twitter | YouTube

User avatar
Kyssifur
Joined: Fri Jul 22, 2005 1:35 am
Status: I can Ntertain
Location: Budapest, Hungary
Contact:
Org Profile

Re: Hi10p problem

Post by Kyssifur » Sat Apr 12, 2014 2:20 pm

I have the msvcr120.dll in sysWOW64. Maybe I have the wrong version of it. How can I check if it's 32/64 or how can I re-install this particular... thing or what...?
we are awesome

Locked

Return to “Video & Audio Help”