Skip to content

Commit

Permalink
Set log level to fatal
Browse files Browse the repository at this point in the history
  • Loading branch information
Rarian authored and jana19-dev committed Jul 28, 2022
1 parent bce25a5 commit 5bd71df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion transcoder/transcoder.go
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ func (t *Transcoder) Run(progress bool) <-chan error {
command := t.GetCommand()

if !progress {
command = append([]string{"-nostats", "-loglevel", "0"}, command...)
command = append([]string{"-nostats", "-loglevel", "8"}, command...)
}

proc := exec.Command(t.configuration.FfmpegBin, command...)
Expand Down

0 comments on commit 5bd71df

Please sign in to comment.