Opened 10 years ago

Closed 10 years ago

Last modified 10 years ago

#3944 closed enhancement (fixed)

Documentation for the libx265 wrapper is missing

Reported by: raine Owned by:
Priority: minor Component: documentation
Version: git-master Keywords: libx265
Cc: Blocked By:
Blocking: Reproduced by developer: no
Analyzed by developer: no

Description (last modified by Timothy Gu)

libx265 has options: preset, tune, and x265-param. They are not documented in doc/encoders.texi.

This ticket was originally about missing option to adjust --psy-rd x265 option. That is invalid because there is an undocumented way to adjust it. This ticket now acts as a reminder to add more documentation for x265. See 2.


Original bug description:
x265 supports psycho-visual options since v1.2 (--psy-rd, --psy-rdoq, also related is --rd):
http://x265.readthedocs.org/en/default/cli.html#pycho-visual-options

ffmpeg should provide a way of passing these options to libx265.

I'm guessing there are many other missing options too.

Change History (5)

comment:1 by jamal, 10 years ago

Resolution: invalid
Status: newclosed

All parameters are passed with the -x265-params AVOption, which takes a : separated list of key=value parameters.
For instance:

ffmpeg -i INPUT -c:v libx265 -x265-params psy-rd=1 OUTPUT

comment:2 by jamal, 10 years ago

Component: ffmpegdocumentation
Resolution: invalid
Status: closedreopened
Summary: Allow passing psycho-visual options via x265-paramsDocumentation for the libx265 wrapper is missing
Type: defectenhancement
Version: 2.3.3git-master

On second thought, i'll keep the ticket open since this is a documentation issue (Namely, there isn't any).

comment:3 by Timothy Gu, 10 years ago

Description: modified (diff)
Priority: normalminor

comment:4 by llogan, 10 years ago

Resolution: fixed
Status: reopenedclosed

comment:5 by Carl Eugen Hoyos, 10 years ago

Keywords: libx265 added; x265 removed
Note: See TracTickets for help on using tickets.