ffmpeg-go
ffmpeg-go copied to clipboard
Delete `compiled command:` message
it interferes.
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)
it interferes.
looks fine to me! But would you please resolve conflict first? tks!
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.
it interferes.
looks fine to me! But would you please resolve conflict first? tks!
@u2takey resolved ;)
can we get this merged please @u2takey ?