using dvsdk 3.10.00.19 on dm6467t with h264 encoder
How to force h.264 codec to produce packets with AU delimeter?
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
using dvsdk 3.10.00.19 on dm6467t with h264 encoder
How to force h.264 codec to produce packets with AU delimeter?
AU delimited is not supported in this encoder. Note that AU delimited is not mandatory as per H.264 and there are multiple other ways to find the frame boundary. If it is required for some custom system, it can be done by a small 2 lines code in application where you insert the AU delimiter NAL unit after the encoded frame buffer returned by the codec.
regards
yashwant