Log in

View Full Version : Transcode MST -> MKV (no re-encoding?)


Jynks
29th April 2011, 04:26
Hi there...

I recently got a HD Video Camera (JVC, GZHM550).. anyway it produces MST files as 1920x1080-24Mbps AVCHD format.

These MST files will NOT load in AviDmux for some reason...

Anyway... would anyone know how I can transcode these into a MKV file or a MP4 file or somthing? With out re-encoding?

Thanks in advance

Selur
29th April 2011, 06:38
I would try to remuxing with ffmpeg/mencoder,..

aegisofrime
29th April 2011, 09:17
Or Mkvmerge GUI...

Atak_Snajpera
29th April 2011, 15:51
MST or MTS? ;)

Blue_MiSfit
2nd May 2011, 00:41
Sure would be nice if MKVMergeGUI supported MPEG-TS input!

ffmpeg can do it though:


ffmpeg -i input.ts -vcodec copy -acodec copy output.mkv


(.ts is the same thing as .mts)

Derek

Audionut
2nd May 2011, 11:06
Sure would be nice if MKVMergeGUI supported MPEG-TS input!

I bugged Mosu about this in Jan10.

http://forum.doom9.org/showthread.php?p=1369103#post1369103

I wonder if he is closer to near future yet.