[FFmpeg-user] How to generate h.264 raw data
Carl Eugen Hoyos
cehoyos at ag.or.at
Thu Sep 25 18:51:08 CEST 2014
Deron <deron <at> pagestream.org> writes:
> Last question, is it possible to dump avcc/mp4
> stream? The opposite of h264_mp4toannexb?
You can write a mov / mp4 file containing h264 and
look at the file content.
Since nothing can read the frames without the
container, I believe it is good that FFmpeg does
not easily allow to write them (use the rawvideo
or img2 muxer if you really want it)...
Carl Eugen
More information about the ffmpeg-user
mailing list