(1)

Convert MTS or M2TS to something else

I've got a JVC HD camcorder which uses a proprietary MTS container. It is however quite simple to re-mux those videos into MKV (without re-encoding, which is also possible but of course much slower): ffmpeg -i input.mt2s -scodec copy -acodec copy -vcodec copy -f matroska input.mkv An a bash script  […]

Continue reading

Page top