Hi10p problem
- Kyssifur
- Joined: Fri Jul 22, 2005 1:35 am
- Status: I can Ntertain
- Location: Budapest, Hungary
- Contact:
Hi10p problem
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!
There is no working "randomconverter" and it's not working in virtualdubmod.
Grey screen or fatalerror everywhere. Please help!
we are awesome
- l33tmeatwad
- Joined: Wed Feb 16, 2005 3:22 pm
- Location: Christiansburg, VA
- Contact:
Re: Hi10p problem
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: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!
FFmpegSource
Code: Select all
FFVideoSource("video.mkv")
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
PixelBlended Studios: Website | Twitter | YouTube
- Kyssifur
- Joined: Fri Jul 22, 2005 1:35 am
- Status: I can Ntertain
- Location: Budapest, Hungary
- Contact:
- Kyssifur
- Joined: Fri Jul 22, 2005 1:35 am
- Status: I can Ntertain
- Location: Budapest, Hungary
- Contact:
- Kyssifur
- Joined: Fri Jul 22, 2005 1:35 am
- Status: I can Ntertain
- Location: Budapest, Hungary
- Contact:
- l33tmeatwad
- Joined: Wed Feb 16, 2005 3:22 pm
- Location: Christiansburg, VA
- Contact:
Re: Hi10p problem
What software gave the error, VirtualDub or AvsP? That error means LSMASHsource.dll isn't loading.Kyssifur wrote:
Any idea what to do with this?
Software & Guides: AMVpack | AMV 101 | AviSynth 101 | VapourSynth 101
PixelBlended Studios: Website | Twitter | YouTube
PixelBlended Studios: Website | Twitter | YouTube
- Kyssifur
- Joined: Fri Jul 22, 2005 1:35 am
- Status: I can Ntertain
- Location: Budapest, Hungary
- Contact:
- mirkosp
- The Absolute Mudman
- Joined: Mon Apr 24, 2006 6:24 am
- Status: (」・ワ・)」(⊃・ワ・)⊃
- Location: Gallarate (VA), Italy
- Contact:
Re: Hi10p problem
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.
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.
- l33tmeatwad
- Joined: Wed Feb 16, 2005 3:22 pm
- Location: Christiansburg, VA
- Contact:
Re: Hi10p problem
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
PixelBlended Studios: Website | Twitter | YouTube
- Kyssifur
- Joined: Fri Jul 22, 2005 1:35 am
- Status: I can Ntertain
- Location: Budapest, Hungary
- Contact:
Re: Hi10p problem
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