config.go 145 B

12345678910
  1. package ffmpeg
  2. // Config ...
  3. type Config struct {
  4. FfmpegBinPath string
  5. FfprobeBinPath string
  6. ProgressEnabled bool
  7. Verbose bool
  8. }