Thanks Carl, > It is about one input stream - mpets that has already been > > muxed properly including metadata, that I want to multiply > > and deliver to different processes > > I may misunderstand this sentence but if it means that FFmpeg > should not mux your stream (but only "multiply" it) then please > understand that FFmpeg always creates a new output "file" (or > stream) with different properties than the input, it cannot pass > the input file through. >
To clarify and make things easier, I am the content creator. indeed specification of muxer metadata happened internally to the same ffmpeg process, and described in the leading portion of ffmpeg command, otherwise for sterile throughput I would have to use nimble streamer or something else.... For example mpegts muxer options were issued in it's entirety before the part of the command where tee pseudomuxer is being overrided by fifo, and inheritance is effective for any slave f=mpegts muxer, so that you don't have to repeat so many switches for multiple mpegts instances being created.... Thanks. On Tue, Jul 24, 2018 at 8:22 PM, Carl Eugen Hoyos <[email protected]> wrote: > 2018-07-22 1:50 GMT+02:00, Dragan Randjelovic <[email protected]>: > > It is about one input stream - mpets that has already been > > muxed properly including metadata, that I want to multiply > > and deliver to different processes > > I may misunderstand this sentence but if it means that FFmpeg > should not mux your stream (but only "multiply" it) then please > understand that FFmpeg always creates a new output "file" (or > stream) with different properties than the input, it cannot pass > the input file through. > > Carl Eugen > _______________________________________________ > ffmpeg-user mailing list > [email protected] > http://ffmpeg.org/mailman/listinfo/ffmpeg-user > > To unsubscribe, visit link above, or email > [email protected] with subject "unsubscribe". > _______________________________________________ ffmpeg-user mailing list [email protected] http://ffmpeg.org/mailman/listinfo/ffmpeg-user To unsubscribe, visit link above, or email [email protected] with subject "unsubscribe".
