[FFmpeg-user] same encode for multiple output

David Kempers davidkempers at gmail.com
Mon Jun 13 13:39:08 CEST 2011


On 13 June 2011 11:18, Fabian Lesniak <fabian at lesniak-it.de> wrote:

> You may simply have a look at the GNU tool tee:
>
> ffmpeg -i [...] -f avi - | tee file1.avi >file2.avi
>
> Did not test it, but may work.
>

Thanks for the reply. I decided to pipe to another ffmpeg instance and copy
the streams. Would this be a good feature to add to ffmpeg or  are there
technical reasons why it would not be a good idea?

David


More information about the ffmpeg-user mailing list