Free software "muxer"
- Inicie sesión ou rexístrese para enviar comentarios
Hello everyone.
I have a video in FLV format, that contain H264 codec and AAC audio. I would like to "remux" (I think that is the correct term) into a MKV. I don't want to convert, because it already has the codecs that I need.
Is there any free software tool (preferably in the reps, and with a GUI but I will take console if needed) to do this?
mkvtoolnix
: mkvmerge
[1][2]
[1] http://www.bunkus.org/videotools/mkvtoolnix/doc/mkvmerge.html
[2] http://www.bunkus.org/videotools/mkvtoolnix/doc/mkvmerge-gui.html
I suppose a simple "avconv -i video.flv -vcodec copy -acodec copy video.mkv" would suffice. WinFF -- in the repos -- is a 100% FaiF GUI to ffmpeg/avconv.
Thanks. I will give those a try :)
- Inicie sesión ou rexístrese para enviar comentarios