hdr10plus_tool CLI utility to work with HDR10+ in HEVC files. Previously namedhdr10plus_parser, now it's more than just a parser. Building Toolchain The minimum Rust version to buildhdr10plus_toolis 1.79.0. Dependencies On Linux systems,fontconfigis required. ...
For non-Linux: Is sandboxing enabled innix.conf? (SeeNix manual)
use super::{hdr10plus, input_format, Format}; use super::core::{initialize_progress_bar, parser}; use super::{input_format, Format}; #[derive(StructOpt, Debug)] #[structopt(name = "hdr10plus_tool", about = "CLI utility to work with HDR10+ in HEVC files")] #[structopt( name = "...