libav: disable logging
This commit is contained in:
parent
88e9bef29e
commit
ea1451cb97
3 changed files with 6 additions and 0 deletions
|
@ -9,6 +9,8 @@ import (
|
|||
)
|
||||
|
||||
func RemuxFile(inputFile string) error {
|
||||
astiav.SetLogLevel(astiav.LogLevelQuiet)
|
||||
|
||||
ext := strings.ToLower(filepath.Ext(inputFile))
|
||||
var muxerName string
|
||||
switch ext {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue