Log in

View Full Version : How to extract h.264 raw data from a AVCHD stream?


h264visa
20th May 2011, 04:08
Hi, I have a AVCHD stream in the mpeg2 ts container, is there a tool to extract the h.264 raw data?

Another question, is h.264 raw data in a AVCHD stream following the h.264 spec? if not, what is the difference?

Thanks a lot.

QBhd
20th May 2011, 04:49
TSMuxeR will do the job you are looking for

QB

h264visa
20th May 2011, 06:28
Thanks a lot. it works.

Atak_Snajpera
20th May 2011, 09:36
eac3to

kieranrk
20th May 2011, 14:50
TSMuxeR will do the job you are looking for

QB

Don't use tsmuxer for that. It'll modify the stream contents. Use ffmpeg.

QBhd
20th May 2011, 15:34
How does it modify the stream contents?

QB

Ghitulescu
20th May 2011, 17:06
Don't use tsmuxer for that. It'll modify the stream contents. Use ffmpeg.

How does it modify the stream contents?

QB

Probably from here :)
http://forum.doom9.org/showpost.php?p=1502390&postcount=1

G_M_C
21st May 2011, 14:21
eac3to

qft

Use this. It works.