Opened 12 years ago
Closed 12 years ago
#1969 closed enhancement (duplicate)
pass timestamp value to output image file name
Reported by: | ypatios | Owned by: | |
---|---|---|---|
Priority: | wish | Component: | avformat |
Version: | unspecified | Keywords: | image2 |
Cc: | Blocked By: | ||
Blocking: | Reproduced by developer: | no | |
Analyzed by developer: | no |
Description
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)
Change History (2)
comment:1 by , 12 years ago
Component: | undetermined → avformat |
---|---|
Keywords: | image2 added; timestamp filename export removed |
Priority: | normal → wish |
Status: | new → open |
comment:2 by , 12 years ago
Resolution: | → duplicate |
---|---|
Status: | open → closed |
Note:
See TracTickets
for help on using tickets.
This is a duplicate of #1452, closing. Please trac that ticket instead.