[Anatoliy Nenashev]

> FFmpeg stores H264 PPS&SPS headers in avcC format. CodecPrivateData
> stores PPS&SPS headers as NAL units. Use function ff_isom_write_avcc
> from file "libavformat/avc.c" to  convert CodecPrivateData to normal
> extradata form.

I figured out the part about the avcC format (ISO/IEC 14496:15),
so I was able to do it manually, but I didn't know libavformat
exported a function to do this for me, so thanks for the tip!

-- 
 Haakon
_______________________________________________
libav-user mailing list
[email protected]
https://lists.mplayerhq.hu/mailman/listinfo/libav-user

Reply via email to