H.264 conversion with FFmpeg (from a RTP stream)

后端 未结 3 1856
广开言路
广开言路 2021-01-30 07:57

Environment:

I have an IP Camera, which is capable of streaming it\'s data over RTP in a H.264 encoded format. This raw stream is recorded from the ethe

3条回答
  •  渐次进展
    2021-01-30 08:21

    Besides adding the MP4 container, ffmpeg converted your H.264 Annex B byte stream (with NAL prefixes) to a length prefixed format.

    Your [0x00 0x00][2 "Random" Bytes] is a 32 bit integer, giving the length of the following NAL unit in bytes.

提交回复
热议问题