Log in

View Full Version : FLV to MKV conversion?!


shlomikalfa
21st February 2012, 22:32
Hi,

i'm a complete noob to MeGUI and video encoding/decoding converting scene... I have tried looking for a proper "How To" for a while now... can't seem to find anything... perhaps I don't know where to look...

Anyhow, I've got these .FLV files which are kinda large and won't run properly on my android devices... I would like to encode them to smaller .mkv files that will... How do I do that?!

Thanks in advance,
SK.

Guest
22nd February 2012, 01:50
[bump after approval and forum move]

nibus
22nd February 2012, 22:36
Most FLV's are just h264 in the flash video container. Try using flvextract to extract the audio and video streams:
http://www.afterdawn.com/software/audio_video/convert_video/flv_extract.cfm

Then just remux the streams in the mkv container with mkvmerge (download the latest version at the bottom):
http://www.bunkus.org/videotools/mkvtoolnix/win32/

You could also mux them in the mp4 container with Yamb.

If you want to re-encode them to make them smaller, you might still need to remux the streams and then use the one-click encoder option in MeGUI.