list of outputs for aco, vc, hdr, etc.

Support for macOS users
Post Reply
yhm28
Posts: 27
Joined: 24 Jan 2018, 07:20

list of outputs for aco, vc, hdr, etc.

Post by yhm28 »

Is there a page listing all possible outputs for {aco}, {vc}, {hdr}, etc.?
User avatar
rednoah
The Source
Posts: 24009
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: list of outputs for aco, vc, hdr, etc.

Post by rednoah »

Unfortunately, no. FileBot does not know all possible outputs. You would have to read the libmediainfo source code for the specific version of libmediainfo that is bundled with the current release of FileBot. The MediaBindingBean source code may give some insight into how bindings like {hdr} may work on the surface.


That said, I can give you a non-exhaustive list of possible values:

Console Output: Select all

$ filebot -mediainfo -r /path/to/files --filter f.video --format '{aco}' | sort -u
AAC
Blu-ray Disc
DTS
DTS-ES Discrete
DTS-HD Master Audio
Dolby Digital
Dolby Digital Plus
Dolby Digital Plus with Dolby Atmos
Dolby TrueHD with Dolby Atmos
FLAC
HE-AAC

Console Output: Select all

$ filebot -mediainfo -r /path/to/files --filter f.video --format '{vc}' | sort -u
AVC
HEVC
x264
x265

Console Output: Select all

$ filebot -mediainfo -r /path/to/files --filter f.video --format '{hdr}' | sort -u
HDR
HDR10
HDR10+
:idea: Please read the FAQ and How to Request Help.
Post Reply