> On 4. Jun 2024, at 11:21, Anton Khirnov wrote:
>
> Quoting Christian Bartnik (2024-05-28 18:26:29)
>> +static const AVOption options[] = {
>> +{ "passlogfile", "Filename for 2 pass stats", OFFSET(stats),
>> AV_OPT_TYPE_STRING, {.str = NULL}, 0, 0, VE},
>> +{ "stats","Filenam
Quoting Christian Bartnik (2024-05-28 18:26:29)
> +static const AVOption options[] = {
> +{ "passlogfile", "Filename for 2 pass stats", OFFSET(stats),
> AV_OPT_TYPE_STRING, {.str = NULL}, 0, 0, VE},
> +{ "stats","Filename for 2 pass stats", OFFSET(stats),
> AV_OPT_TYPE_STRING, {.
Christian Bartnik:
> From: Thomas Siedel
>
> Add external encoder VVenC for H266/VVC encoding.
> Register new encoder libvvenc.
> Add libvvenc to wrap the vvenc interface.
> libvvenc implements encoder option: preset,qp,qpa,period,
> passlogfile,stats,vvenc-params,level,tier.
> Enable encoder by
Hi all,
Tested with
./ffmpeg -f lavfi -i testsrc=duration=10:size=1280x720:rate=30 -c:v
libvvenc test.mp4 && ./ffplay -strict -2 -i test.mp4
I will merge in 3 days if there are no objections.
thank you
On Wed, May 29, 2024 at 12:27 AM Christian Bartnik
wrote:
> From: Thomas Siedel
>
> Add ext
From: Thomas Siedel
Add external encoder VVenC for H266/VVC encoding.
Register new encoder libvvenc.
Add libvvenc to wrap the vvenc interface.
libvvenc implements encoder option: preset,qp,qpa,period,
passlogfile,stats,vvenc-params,level,tier.
Enable encoder by adding --enable-libvvenc in configu