Fix ffmpeg error output (#176)

This commit is contained in:
WithoutPants
2019-11-05 08:34:57 +11:00
committed by Leopere
parent fee2de5547
commit be12a9f5a1
4 changed files with 15 additions and 10 deletions

View File

@@ -12,7 +12,7 @@ type ScreenshotOptions struct {
func (e *Encoder) Screenshot(probeResult VideoFile, options ScreenshotOptions) {
if options.Verbosity == "" {
options.Verbosity = "quiet"
options.Verbosity = "error"
}
if options.Quality == 0 {
options.Quality = 1