[FFmpeg-trac] #6097(ffmpeg:new): Get milliseconds information for filenames in image sequence

FFmpeg trac at avcodec.org
Mon Jan 23 10:12:39 EET 2017


#6097: Get milliseconds information for filenames in image sequence
--------------------------------+---------------------------------------
             Reporter:  clic    |                     Type:  enhancement
               Status:  new     |                 Priority:  normal
            Component:  ffmpeg  |                  Version:  unspecified
             Keywords:  image2  |               Blocked By:
             Blocking:          |  Reproduced by developer:  0
Analyzed by developer:  0       |
--------------------------------+---------------------------------------
 Summary:
 It is not possible to generate filenames in image sequences containing
 milliseconds information.

 How to reproduce:
 {{{
 % ffmpeg -f dshow -i video="Integrated Webcam" img_%07d.jpg

 .. records JPEGs using sequence pattern

 % ffmpeg -f dshow -i video="Integrated Webcam" -strftime 1
 img_%Y-%m-%d_%H-%M-%S.jpg

 .. uses strftime to generate date information in filenames - but does not
 support milliseconds

 ffmpeg 3.2.2
 built from zeranoe
 }}}

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


More information about the FFmpeg-trac mailing list