ffmpeg-go icon indicating copy to clipboard operation
ffmpeg-go copied to clipboard

Delete `compiled command:` message

Open hrueschwein opened this issue 2 years ago • 4 comments

it interferes.

hrueschwein avatar Mar 19 '22 18:03 hrueschwein

The workaround I've used is simply disabling the builtin log package as I use another package.

// Not ideal, but the ffmpeg library uses log.Printf to print the "compiled"
// ffmpeg command before executing it. Don't print it.
log.SetOutput(ioutil.Discard)

alexg-axis avatar Mar 22 '22 10:03 alexg-axis

it interferes.

looks fine to me! But would you please resolve conflict first? tks!

u2takey avatar Mar 29 '22 01:03 u2takey

https://github.com/u2takey/ffmpeg-go/blob/8af5c3849807dcda756406a7b2b3631a5c90d53b/run.go#L7 https://github.com/u2takey/ffmpeg-go/blob/8af5c3849807dcda756406a7b2b3631a5c90d53b/run.go#L267

I think it's just removing two lines.

martinwang2002 avatar Jul 18 '22 16:07 martinwang2002

it interferes.

looks fine to me! But would you please resolve conflict first? tks!

@u2takey resolved ;)

hrueschwein avatar Jul 18 '22 16:07 hrueschwein

can we get this merged please @u2takey ?

aitchkhan avatar Oct 12 '22 05:10 aitchkhan