ffmpeg-python
ffmpeg-python copied to clipboard
Support tee muxer with special command
It would be great if there would be a special method to create a tee output, because, I would say, its one of those that are "not so pretty" to configure.
Fully agree! I'm at a point where I need to record to mp4 and udp for playback and I see no other way than with a ffmpeg cmd string, but it would be MUCH nicer for my junior developers if tee was incorporated.
How would you use it right now? Could you pass tee=None to .ouput()?
Has anyone managed to use tee with this lib?