fixed debug output
This commit is contained in:
parent
fecbf43afd
commit
053e498bf2
@ -17,7 +17,7 @@ func EncodeVideo(w io.Writer, encArgs, oldFile, newFile string) error {
|
||||
|
||||
start := time.Now()
|
||||
|
||||
fmt.Fprintf(w, "\tencode file\n\t from: '%s'\n\t to: '%s\n'", oldFile, newFile)
|
||||
fmt.Fprintf(w, "\tencode file\n\t from: '%s'\n\t to: '%s'\n", oldFile, newFile)
|
||||
|
||||
fullArgs := []string{"-y", "-i", oldFile}
|
||||
fullArgs = append(fullArgs, strings.Split(encArgs, " ")...)
|
||||
|
Loading…
Reference in New Issue
Block a user