kkroening / ffmpeg-python

Python bindings for FFmpeg - with complex filtering support
Apache License 2.0
9.92k stars 884 forks source link

Support tee muxer with special command #226

Open MaPePeR opened 5 years ago

MaPePeR commented 5 years ago

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.

jdbodyfelt commented 3 years ago

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.

tiagovrtr commented 2 years ago

How would you use it right now? Could you pass tee=None to .ouput()?

dror-weiss commented 1 year ago

Has anyone managed to use tee with this lib?