[FFmpeg-trac] #10224(ffmpeg:new): libx265 encoder option hevc-aq not accepted
FFmpeg
trac at avcodec.org
Mon Feb 27 02:48:32 EET 2023
#10224: libx265 encoder option hevc-aq not accepted
---------------------------------+--------------------------------------
Reporter: Marty | Type: defect
Status: new | Priority: normal
Component: ffmpeg | Version: git-master
Keywords: libx265 | Blocked By:
Blocking: | Reproduced by developer: 0
Analyzed by developer: 0 |
---------------------------------+--------------------------------------
Summary of the bug:
When encoding using libx265, the encoder options hevc-aq and no-hevc-aq
are not passed and cause an error in ffmpeg.
The parameter --hevc-aq and --no-hevc-aq are accepted and have been
available in the libx265 x265.exe code since 2019.
How to reproduce:
Any recent windows build with --enable-libx265
{{{
% ffmpeg -i input -c:v libx265 -crf 21 -preset fast -x265-params hevc-aq
output
}}}
Patches should be submitted to the ffmpeg-devel mailing list and not this
bug tracker.
--
Ticket URL: <https://trac.ffmpeg.org/ticket/10224>
FFmpeg <https://ffmpeg.org>
FFmpeg issue tracker
More information about the FFmpeg-trac
mailing list