2016-11-29 13:41 GMT+08:00 mahesh p <[email protected]>:

> 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 <[email protected]>
> wrote:
>
>>
>>
>> 2016-11-28 16:39 GMT+08:00 mahesh p <[email protected]>:
>>
>>> 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
>>> [email protected]
>>> http://ffmpeg.org/mailman/listinfo/libav-user
>>>
>>>
>>
>> _______________________________________________
>> Libav-user mailing list
>> [email protected]
>> http://ffmpeg.org/mailman/listinfo/libav-user
>>
>>
>
> _______________________________________________
> Libav-user mailing list
> [email protected]
> http://ffmpeg.org/mailman/listinfo/libav-user
>
>
_______________________________________________
Libav-user mailing list
[email protected]
http://ffmpeg.org/mailman/listinfo/libav-user

Reply via email to