meandrewdev
meandrewdev
``` type DiscardCloser struct { io.Writer } func (DiscardCloser) Close() error { return nil } rc := ioutil.NopCloser(input) var wc io.WriteCloser = &DiscardCloser{} progress, err := ffmpeg. New(ffmpegConf). InputPipe(&wc, &rc)....
> Interesting, I also use Arch, but I don't have this problem. Now it got even more interesting :) I did decide to look at the requests and bypassed the...
Is there any way to run in debug mode and see the logs? I am not very good at C++, can you tell me how to do it? To at...