mirror of
https://github.com/xfrr/goffmpeg.git
synced 2025-10-06 08:26:54 +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 {
|
func (t *Transcoder) Run(progress bool) <-chan error {
|
||||||
done := make(chan error)
|
done := make(chan error)
|
||||||
command := t.GetCommand()
|
command := t.GetCommand()
|
||||||
fmt.Println(command)
|
|
||||||
|
|
||||||
if !progress {
|
if !progress {
|
||||||
command = append([]string{"-nostats", "-loglevel", "0"}, command...)
|
command = append([]string{"-nostats", "-loglevel", "0"}, command...)
|
||||||
|
Reference in New Issue
Block a user