strukturag / libheif

libheif is an HEIF and AVIF file format decoder and encoder.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

heif-enc requires input file to show parameters

bradh opened this issue · comments

Something like:

./examples/heif-enc --params --encoder x265

should produce the list of parameters, but it produces a usage statement.

Instead, it needs the input file to get past the command line checks, even though it isn't using that file (and makes no output).