[FFmpeg-user] [ffmpeg-user] transcode and segment at the same time

Roger Pack rogerdpack2 at gmail.com
Tue Oct 4 17:51:52 CEST 2011


> I want to implement HTTP streaming server, which is similar to this
> (http://www.ioncannon.net/programming/452/iphone-http-streaming-with-ffmpeg-and-an-open-source-segmenter/)
> But, instead of segment the video file after it is completely
> converted by ffmpeg, I want to do encoding and segmenting at the same
> time (something like if the output stream from the encoder is sent to
> the segmenter immediately).
>
> what should be the appropriate solution for this?

You may be able to modify the segmenter code (which uses libav) so
that it does transcoding as well.
-r


More information about the ffmpeg-user mailing list