[FFmpeg-devel] [PATCH 2/2] lavc/qsvenc: add the Access Unit Delimiter NAL Unit support

Li, Zhong zhong.li at intel.com
Fri Mar 16 12:21:18 EET 2018


> From: Steven Liu [mailto:lq at chinaffmpeg.org]
> Sent: Friday, March 16, 2018 4:34 PM
> To: FFmpeg development discussions and patches
> <ffmpeg-devel at ffmpeg.org>
> Cc: Steven Liu <lq at chinaffmpeg.org>; Li, Zhong <zhong.li at intel.com>
> Subject: Re: [FFmpeg-devel] [PATCH 2/2] lavc/qsvenc: add the Access Unit
> Delimiter NAL Unit support
> What about add the option document into doc/encoders.texi ?

Good idea. 
The problem is currently qsv encoding options hasn't been added into doc/encoders.texi (except some rate control options.)
So I thinks firstly we need a patch to add the legacy qsv encoding options, then add this options.

> > +
> >     { "a53cc" , "Use A53 Closed Captions (if available)",
> OFFSET(qsv.a53_cc), AV_OPT_TYPE_INT, {.i64 = 1}, 0, 1, VE},
> >     { NULL },
> > };
> > --
> > 1.8.3.1
> > 
> Thanks
> Steven



More information about the ffmpeg-devel mailing list