mirror of
https://github.com/xfrr/goffmpeg.git
synced 2025-10-06 00:16:50 +08:00
remove debug print
This commit is contained in:
@@ -175,7 +175,6 @@ func (t *Transcoder) Initialize(inputPath string, outputPath string) error {
|
||||
func (t *Transcoder) Run(progress bool) <-chan error {
|
||||
done := make(chan error)
|
||||
command := t.GetCommand()
|
||||
fmt.Println(command)
|
||||
|
||||
if !progress {
|
||||
command = append([]string{"-nostats", "-loglevel", "0"}, command...)
|
||||
|
Reference in New Issue
Block a user