[Libav-user] Does ffmpeg supports multiple output files?

Steven Liu lingjiujianke at gmail.com
Tue Nov 29 10:33:16 EET 2016


2016-11-29 13:41 GMT+08:00 mahesh p <mahesh.p417 at gmail.com>:

> Actually encoder producing multiple output files but where as tee muxer
> can be used to write the same data to several files So I'm looking for
> solution where ffmpeg generates all output files which are produced by an
> encoder.
>
if you want to use tee, the tee format is a AVFormatContext, you can use it
like write mp4, mov, flv, and so on.
tee can split multiple output file use '|'


> On Tue, Nov 29, 2016 at 7:47 AM, Steven Liu <lingjiujianke at gmail.com>
> wrote:
>
>>
>>
>> 2016-11-28 16:39 GMT+08:00 mahesh p <mahesh.p417 at gmail.com>:
>>
>>> Hello,
>>>
>>>             I am looking for a solution by which one encoder can
>>> generate multiple output files. Can we do this with ffmpeg today?
>>>
>>
>> Do you mean muxers: tee, tee proto
>> if you mean codec, you can refer to Carl's response.
>>
>>>
>>>
>>>
>>>
>>>
>>> Thanks,
>>> Mahesh
>>>
>>> _______________________________________________
>>> Libav-user mailing list
>>> Libav-user at ffmpeg.org
>>> http://ffmpeg.org/mailman/listinfo/libav-user
>>>
>>>
>>
>> _______________________________________________
>> Libav-user mailing list
>> Libav-user at ffmpeg.org
>> http://ffmpeg.org/mailman/listinfo/libav-user
>>
>>
>
> _______________________________________________
> Libav-user mailing list
> Libav-user at ffmpeg.org
> http://ffmpeg.org/mailman/listinfo/libav-user
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://ffmpeg.org/pipermail/libav-user/attachments/20161129/0df00f3f/attachment.html>


More information about the Libav-user mailing list