Re: [FFmpeg-user] Reduce ffmpeg response

2020-11-11 Thread Jeff England
Jim, Thank you very much for your assistance. Thank you also for letting me know I was off topic. We ended up figuring it out, went into the library code and added a line dealing with stdout (I don't recall the syntax). Thanks again Jeff On Sun, Nov 8, 2020 at 1:40 PM Jim DeLaHunt wrote: > On

Re: [FFmpeg-user] Reduce ffmpeg response

2020-11-08 Thread Jim DeLaHunt
On 2020-11-08 08:42, Jeff England wrote: …Developing code in a Linux / Python environment, using Pydub and ffmpeg to play .mp3 sound. I would like to "quiet" the response from ffmpeg. I've found a number of posts along the lines of ffmpeg -hide_banner -loglevel panic. I'm having difficulty kno

Re: [FFmpeg-user] Reduce ffmpeg response

2020-11-08 Thread Carl Eugen Hoyos
Am So., 8. Nov. 2020 um 17:42 Uhr schrieb Jeff England : > > I've found a number of posts along the lines of ffmpeg -hide_banner > -loglevel panic. I'm having difficulty knowing exactly where to place > the ffmpeg -hide_banner -loglevel panic (or the like) command. Both options can be placed anyw