MKV/OGM --> Avi!?
- Freyzon
- Joined: Tue Jan 15, 2008 2:36 am
MKV/OGM --> Avi!?
ok so usually when you download animes from torrents and so they will be in OGM or MKV and yes I download all my series from torrents (Except few series and all movies) but its only because that I live in denmark and they dont have anime >_> (Except shows like naruto and yugioh of course >_>) but really what I wanna know is if I can get an easy free converter >_>? P.s plz dont make comments like "you can buy anime on this website"..
- JaddziaDax
- Crazy Cat Lady!
- Joined: Tue Mar 16, 2004 6:25 am
- Status: I has a TRU Arceus
- Location: somewhere i think O.o
- Contact:
- Emotive
- ...the Meditant
- Joined: Sat Nov 04, 2006 12:20 pm
Cast to Stone wrote:Well, my version is kind of older, so I thought I'd try to help too.
First of all, go to file - open via avisynth. Things are pretty obvious, and they should normally be in most Vdub versions:
If they aren't, you can always try doing it with the script editor. Try to open the file via avisynth, and once you get the error message, go to "Tools - Script Editor". There, change "AVISource" to "DirectShowSource", so it should be like this:
If the problem still consists after that, you're obviously missing any form of .h264 codecs. Downloading CCCP (Combined Community Codec Pack) from here should fix that.
If nothing mentioned above works, you're most probably doing something wrong.
Hope that helped.
And remember.
CtS for most helpful 2009. :p
- Emotive
- ...the Meditant
- Joined: Sat Nov 04, 2006 12:20 pm
So does it give you that message when you try opening it with DirectShowSource?
Did you try that as well?I wrote:If the problem still consists after that, you're obviously missing any form of .h264 codecs. Downloading CCCP (Combined Community Codec Pack) from here should fix that.
- Freyzon
- Joined: Tue Jan 15, 2008 2:36 am
yea I downloaded and installed everything in the CCCPCast to Stone wrote:So does it give you that message when you try opening it with DirectShowSource?
Did you try that as well?I wrote:If the problem still consists after that, you're obviously missing any form of .h264 codecs. Downloading CCCP (Combined Community Codec Pack) from here should fix that.
- CrackTheSky
- has trust issues
- Joined: Sun Aug 27, 2006 11:01 pm
- Status: Maybe editing?
- Location: Chicago
Download ffmpegsource, extract it to your AviSynth plugins folder, and make the following .avs script:
Alter the path and file names as necessary.
Code: Select all
loadplugin("C:\Program Files\AviSynth 2.5\plugins\ffmpegsource.dll")
ffmpegsource("C:\blah\myfile.mkv")