[FFmpeg-trac] #1753(undetermined:new): Delay output for X seconds
    FFmpeg 
    trac at avcodec.org
       
    Mon Sep 30 16:55:23 CEST 2013
    
    
  
#1753: Delay output for X seconds
-------------------------------------+-------------------------------------
             Reporter:  burek        |                    Owner:
                 Type:  enhancement  |                   Status:  new
             Priority:  wish         |                Component:
              Version:  unspecified  |  undetermined
             Keywords:               |               Resolution:
             Blocking:               |               Blocked By:
Analyzed by developer:  0            |  Reproduced by developer:  0
-------------------------------------+-------------------------------------
Comment (by richardpl):
 This is just filter that buffers frames from input and drop older frames
 from buffer
 when they appear to not be needed any more.
 When something interesting happens (for example another sensor filter
 finds something),
 filter would just stop buffering and will start returning all frames from
 cache and any other frames from input.
 Both encoding and sensor filter would need to be done in realtime anyway
 as caching have limits.
-- 
Ticket URL: <https://ffmpeg.org/trac/ffmpeg/ticket/1753#comment:10>
FFmpeg <http://ffmpeg.org>
FFmpeg issue tracker
    
    
More information about the FFmpeg-trac
mailing list