package ffmpeg // Config ... type Config struct { FfmpegBinPath string FfprobeBinPath string ProgressEnabled bool Verbose bool }