[FFmpeg-user] Live preview video editing
Roger Pack
rogerdpack2 at gmail.com
Mon Jun 18 17:00:25 CEST 2012
> Hi all, I want to create an online video editing tool,which shows a live preview(like YouTube's video editor).
> I experimented with FFmpeg rtmp protocol .
> ffmpeg -i concat:1.fms|2.fms -f flv 'rtmp://localhost/editor/edit'
> Question :Is there any way can I make such a live preview with seeking capability . Can some one please give me any hint.
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-
More information about the ffmpeg-user
mailing list