mkv?????

This forum is for questions and discussion of all the aspects of handling and cleaning up your footage with Avisynth.
Locked
halifox
Joined: Sun Jan 02, 2011 3:38 pm
Org Profile

mkv?????

Post by halifox » Sun Jan 02, 2011 3:52 pm

hi everybody!!!!
i am trying to make an amv with code geass but i have all the episodes in .mkv. is there any way to make them .avi without losing the quality. any help would be appreciated.

[MOD16: Moved to a more correct forum.]

Fimbulveter
Joined: Sat Jun 13, 2009 8:13 am
Org Profile

Re: mkv?????

Post by Fimbulveter » Sun Jan 09, 2011 2:05 am

This should solve all your converting problems ever.
http://www.erightsoft.com/SUPER.html

You can also directly edit the .mkv files if you use magix movie edit pro 17.

Mister Hatt
Joined: Tue Dec 25, 2007 8:26 am
Status: better than you
Contact:
Org Profile

Re: mkv?????

Post by Mister Hatt » Sun Jan 09, 2011 8:25 am

Completely ignore Fimbulveter as he has no idea what he is talking about.

Your best bet is installing UTVideo (part of AMV app or wait for mirko to link it in most likely the next post) and then running the following avisynth script in VirtualDub with fast recompress mode:

Code: Select all

FFVideoSource("whatever it is called.mkv").ConvertToRGB24(matrix="Rec601")
Using Rec601 because I assume your NLE will want RGB and then you can easily convert it back to YV12 using the same matrix, thereby not losing your colourimetry. Regardless of it being HD or not as well.

Next time, use a more descriptive thread name as well, so people actually know what the thread is about. Something like "Converting pirated MKV to lossless AVI" should suffice.

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

Re: mkv?????

Post by mirkosp » Sun Jan 09, 2011 8:51 am

Mister Hatt wrote:Completely ignore Fimbulveter as he has no idea what he is talking about.

Your best bet is installing UTVideo (part of AMV app or wait for mirko to link it in most likely the next post) and then running the following avisynth script in VirtualDub with fast recompress mode:
http://umezawa.dyndns.info/archive/utvi ... .0-x86.msi

Code: Select all

FFVideoSource("whatever it is called.mkv").ConvertToRGB24(matrix="Rec601")
Using Rec601 because I assume your NLE will want RGB and then you can easily convert it back to YV12 using the same matrix, thereby not losing your colourimetry. Regardless of it being HD or not as well.
Depends on the NLE, I know premiere takes YUV just fine... some effects actually are YUV, too.
Next time, use a more descriptive thread name as well, so people actually know what the thread is about. Something like "Converting pirated MKV to lossless AVI" should suffice.
:roll: :roll: :roll:
Let's not dig further into how he got those .mkvs for the well being of the community, okay? :asd:
But yes, pirating anime is a bannable offence, so, to OP, consider this a warning... :nono:
Image

Mister Hatt
Joined: Tue Dec 25, 2007 8:26 am
Status: better than you
Contact:
Org Profile

Re: mkv?????

Post by Mister Hatt » Mon Jan 10, 2011 10:45 am

Always coming through exactly how I expect <3

Just doin' my part for the community hey~

Locked

Return to “AviSynth Help”