[FFmpeg-user] Live preview video editing

Roger Pack rogerdpack2 at gmail.com
Mon Jun 18 18:41:51 CEST 2012


>> So you want to display frames every so often "as they're encoded"
>> basically?  I presume this isn't a local running app for the end user?
>> -roger-Yes Mr.Roger it is not a local application.It is a web-editor. So how can I achieve this.Please give me any idea to implement this.

My first thought would be to extract a few frames previous to
encoding, then display those, but that may not be what you want.  If
you have to stream it to an rtsp server, then I believe you can use
libavfilter to "split" the stream, and send one (with low frame rate)
to the preview, and the other straight in.

And why does everybody keep calling me Mr. Roger's (just
kidding...though I will admit I watched his show as a child--and
wondered why he kept taking his shoes off when he came in...)


More information about the ffmpeg-user mailing list