Log in

View Full Version : H264 (x264 encoded) bistream into MEPG TS container?


sars14
27th January 2010, 09:27
Hi, all

I am trying to convert MPEG-2 PS/TS streams to H.264 TS, as far as I know, avidemux could demux mpeg2 TS/PS and convert it H.264 using x264, however, I am no lucky to put it into TS container with h264 bitstream. (using avidemux 2.5)

Dose anyone knows how to do this using ffmpeg or avidemux ? any suggetstion on other tools? Thanks in advance!

Regards

Wang Ning

LoRd_MuldeR
27th January 2010, 13:37
Avidemux cannot output H.264 to MPEG-PS or TS. However you may use tsRemuxR for muxing "raw" H.264 (as well as H.264 from MP4/MOV) into a MPEG-TS or M2TS container:
http://www.smlabs.net/tsmuxer_en.html

sars14
28th January 2010, 03:12
Hi,

Thanks a lot, this tsmuxer works excellent. :)

Wang Ning