Opened 20 months ago
Closed 20 months ago
#10224 closed defect (invalid)
libx265 encoder option hevc-aq not accepted
Reported by: | Marty | Owned by: | |
---|---|---|---|
Priority: | normal | Component: | ffmpeg |
Version: | git-master | Keywords: | libx265 |
Cc: | Blocked By: | ||
Blocking: | Reproduced by developer: | no | |
Analyzed by developer: | no |
Description
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.
Note:
See TracTickets
for help on using tickets.
You need to pass a value to the option, like
hevc-aq=true
.