Ogm and mkv madness
-
- Joined: Mon Mar 07, 2005 4:30 pm
Ogm and mkv madness
Just trying to convert both file types into something of great quality that will work in adobe premier... if anyone can help me or point me to a forum or guide it would be greatly appreciated. ty
~I'm a ninja it's your birthday, I'm a ninja it's your birthday!~
- BauziOLD
- Joined: Tue Oct 17, 2006 5:16 am
- Location: Austria (uhm the other country without kangaroos^^)
- Contact:
For such questions you can use the search function of the forum.
mkv to avi
http://www.animemusicvideos.org/phpBB/v ... ht=mkv+avi
you will maybe need an avs script if VDM alone didn´t worked:
http://www.animemusicvideos.org/guides/avtech/
just look threw the guides
mkv to avi
http://www.animemusicvideos.org/phpBB/v ... ht=mkv+avi
you will maybe need an avs script if VDM alone didn´t worked:
http://www.animemusicvideos.org/guides/avtech/
just look threw the guides
- x_rex30
- Joined: Tue Apr 10, 2001 4:30 pm
virtualdubmod works for converting these. Convert them to legarith or huffyuv
also a lot of conversion guides here.
http://www.videohelp.com/guides.php?guideid=670
also a lot of conversion guides here.
http://www.videohelp.com/guides.php?guideid=670
-
- Joined: Wed Oct 18, 2006 4:39 pm
when i used vdubmod to try and open an mkv file, it said it couldn't locate the decompressor for the format. Then it said only direct stream copy is available for the video. It also wouldn't show any visuals on the mkv. I can play it fine in media player and all, and i got the recomended codec from matroska. Is there something i'm missing?
- Gepetto
- Mr. Poopy Pants
- Joined: Thu Jun 10, 2004 10:11 pm
- Status: Bored to tears
- Location: The Tokyo Settlement
- Contact:
Author Message
andyzhang2
, your problem has nothing to do with the container being MKV. That error message is because you don't have the proper codec installed. Find out what codec it is, with a tool like MediaInfo or GSpot and install the codec (an easier way is to look at the error message you entered and identify the codec via the FourCC).
andyzhang2
, your problem has nothing to do with the container being MKV. That error message is because you don't have the proper codec installed. Find out what codec it is, with a tool like MediaInfo or GSpot and install the codec (an easier way is to look at the error message you entered and identify the codec via the FourCC).
And God spoke unto the Chicken, and He said: "Thou shalt crosseth the road", and the Chicken did cross the road, and there was much rejoicing.
My DeviantART profile
My DeviantART profile
-
- Joined: Wed Oct 18, 2006 4:39 pm
well the codec it mentions as unknown was "yyy" with two dots above each y. Then it mentioned that VDM needs a VFW codec, and directshow codecs wouldn't work. I couldn't locate that on FourCC and using Gspot, it said i could run it fine, and it used FFdshow for video decoding. Does this mean that the file is just not workable in VDM?
- Willen
- Now in Hi-Def!
- Joined: Sun Jul 10, 2005 1:50 am
- Status: Melancholy
- Location: SOS-Dan HQ
If you can play back the file, then you are halfway there. To get VirtualDubMod to open it, you need to run the video through AviSynth. Use DirectShowSource("C:\path\video.mkv") in an AVS script where C:\path\video.mkv is the path and name of your video file (keep the quotation marks in the parentheses). Then open the AVS file in VirtualDubMod.
Most modern codecs are designed to work with Microsoft's DirectShow API instead of the older Video for Windows (VfW) framework. VirtualDub/Mod unfortunately uses VfW which limits its usefulness. To get around this, we use AviSynth to "frameserve" the video into VDM. The video is played by AviSynth using the DirectShow codecs and the output is fed into VDM as what is essentially a fake VfW AVI file.
A handy tutorial to AviSynth is here: http://www.animemusicvideos.org/guides/ ... synth.html
Most modern codecs are designed to work with Microsoft's DirectShow API instead of the older Video for Windows (VfW) framework. VirtualDub/Mod unfortunately uses VfW which limits its usefulness. To get around this, we use AviSynth to "frameserve" the video into VDM. The video is played by AviSynth using the DirectShow codecs and the output is fed into VDM as what is essentially a fake VfW AVI file.
A handy tutorial to AviSynth is here: http://www.animemusicvideos.org/guides/ ... synth.html