[Libav-user] Custom data in AVPacket or AVFrame
Brad Hards
bradh at frogmouth.net
Wed Feb 16 00:15:21 EET 2022
On Wednesday, 16 February 2022 9:03:32 AM AEDT laddoe wrote:
> const std::string encoderName( "libx264rgb");
>
> const AVCodecID decoderID( AV_CODEC_ID_H264 );
>
> does this make any difference to the answer that was given by Brad ?
It might make a difference to what decoder gets chosen.
What have you tried? If nothing, you probably should test next. You should be
able to see your results in the bitstream file on encoding (e.g. by searching
for your UUID in a hex editor), which allows you to check your development.
Brad
More information about the Libav-user
mailing list