How to hide ffmpeg's console output?
Hi, I'm using pytube and ffmpeg-python.
When I try to merge audio and video that comes from pytube, ffmpeg pops up a console. Is there any way to hide it? Thanks in advance.
I use this:
ffmpeg.output(audio_part, video_part, path).run(overwrite_output=True)