Log in

View Full Version : MKV -> ts


FredThompson
7th July 2006, 18:41
How can HD MKV with MPEG2 video be converted to ts format?

I see MKVExtract would demux the MKV. How to convert that to ts?

LoRd_MuldeR
7th July 2006, 19:05
AviDemux can output MPEG TS, but I don't think it will open your MKV files. Maybe the extracted stream...

Haali
10th July 2006, 18:38
You can use the -fullraw option in mkvextract, that will give you MPEG-2 ES output.

enjoyer
1st August 2007, 15:31
any way to remux h264 *.mkv to h264 *.ts?????

Jalavera
1st August 2007, 15:36
Perhaps VideoLan client (VLC) on transcode mode

Jalavera
1st August 2007, 15:44
...or you can extract MKV to .h264 + audio +... and remux with YAMB/MP4BOX to MP4 and then convert MP4 to TS with:

http://kurtnoise.free.fr/mp4tools/mp42ts_20070601.zip

Note that these processes are lossless (no reencoding involved)

Jalavera
1st August 2007, 15:50
ohh I forgot! Use AviDemux. Latests releases at:

http://www.razorbyte.com.au/avidemux/

Kurtnoise
1st August 2007, 18:04
...or you can extract MKV to .h264 + audio +... and remux with YAMB/MP4BOX to MP4 and then convert MP4 to TS with:

http://kurtnoise.free.fr/mp4tools/mp42ts_20070601.zip

Note that these processes are lossless (no reencoding involved)
This tool doesn't support avc streams.

All in all, the most appropriate way is :
demux each streams with mkvextract.
remux them with the Elecard XMuxer.


check out also mkv2ts in this tread (http://forum.doom9.org/showthread.php?t=125447)...an all-in-one for the 2 processes above.