[FFmpeg-trac] #1969(undetermined:new): pass timestamp value to output image file name

FFmpeg trac at avcodec.org
Mon Nov 26 21:39:25 CET 2012


#1969: pass timestamp value to output image file name
-------------------------------------+-------------------------------------
             Reporter:  ypatios      |                     Type:
               Status:  new          |  enhancement
            Component:               |                 Priority:  normal
  undetermined                       |                  Version:
             Keywords:  timestamp,   |  unspecified
  filename, export                   |               Blocked By:
             Blocking:               |  Reproduced by developer:  0
Analyzed by developer:  0            |
-------------------------------------+-------------------------------------
 hypothetical example:

 $ ffmpeg -i input.avi -vf select='eq(pict_type,I)' -vsync 0 -an
 I_frame_%07pts.png


 assuming that the input.avi contains Iframes on every second, the
 resulting output file names should be as the following:

 I_frame_0000000.png
 I_frame_0001000.png
 I_frame_0002000.png
 ...

 (the timestamp value should be in milliseconds to avoid comma, etc)

-- 
Ticket URL: <https://ffmpeg.org/trac/ffmpeg/ticket/1969>
FFmpeg <http://ffmpeg.org>
FFmpeg issue tracker


More information about the FFmpeg-trac mailing list