I'm trying to find out how to use the latest x265 abr-ladder option on ffmpeg, which promises up to 65% time savings compared to sequential generation, according to release notes, but: (1) I'm not sure if it is already available on ffmpeg or how to find out, and if it is (2) specifying the input/output inside the configuration file instead of the ffmpeg CLI causes ffmpeg to complain that required parameters are missing.
In the x265 repository there is a example for configuration file, but I couldn't find there or in the ffmpeg repository instructions on how to use this kind of parameter that doesn't seem to follow the CLI standards for ffmpeg. Apparently it is possible to create multiple outputs in a single command using ffmpeg, but again I couldn't make it work.
So what I'm looking for is a usage example for the --abr-ladder
parameter for x265. Thank you.