tunarr icon indicating copy to clipboard operation
tunarr copied to clipboard

Detect if configured encoder is not available in ffmpeg

Open chrisbenincasa opened this issue 1 year ago • 1 comments

We should be able to detect whether the encoder users configure in the ffmpeg settings is actually available within ffmpeg

We can issue a command like ffmpeg -hide_banner -encoders. There are others available like this, for filters, decoders, etc.

chrisbenincasa avatar Mar 15 '24 19:03 chrisbenincasa

Similarly we could potentially expose available encoders via the api and some clever stdout parsing

chrisbenincasa avatar Apr 05 '24 22:04 chrisbenincasa

Superseded by #442

chrisbenincasa avatar May 30 '24 11:05 chrisbenincasa