ffmpeg-python icon indicating copy to clipboard operation
ffmpeg-python copied to clipboard

Support tee muxer with special command

Open MaPePeR opened this issue 6 years ago • 3 comments

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.

MaPePeR avatar Jun 28 '19 15:06 MaPePeR

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.

jdbodyfelt avatar Jan 28 '21 05:01 jdbodyfelt

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

tiagovrtr avatar Jan 10 '22 00:01 tiagovrtr

Has anyone managed to use tee with this lib?

dror-weiss avatar Mar 26 '23 09:03 dror-weiss