#1452(undetermined:new): image2 to support %t
#1452: image2 to support %t -------------------------------------+------------------------------------- Reporter: burek | Type: Status: new | enhancement Component: | Priority: wish undetermined | Version: Keywords: | unspecified Blocking: | Blocked By: Analyzed by developer: 0 | Reproduced by developer: 0 -------------------------------------+------------------------------------- Parameter %t in the output file name (just like %d) could be used to store the time stamp info of the current frame being written in the file. It could follow the same syntax like %d for formatting. It also might be used as an input parameter, but the list of matching input files would have to be sorted first, I guess, to have a correct sequence of input files. -- Ticket URL: <https://ffmpeg.org/trac/ffmpeg/ticket/1452> FFmpeg <http://ffmpeg.org> FFmpeg issue tracker
#1452: image2 to support %t -------------------------------------+------------------------------------ Reporter: burek | Owner: Type: enhancement | Status: open Priority: wish | Component: avformat Version: unspecified | Resolution: Keywords: image2 | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | -------------------------------------+------------------------------------ Changes (by saste): * keywords: => image2 * status: new => open * component: undetermined => avformat Comment: Replying to [ticket:1452 burek]:
Parameter %t in the output file name (just like %d) could be used to store the time stamp info of the current frame being written in the file. It could follow the same syntax like %d for formatting.
It also might be used as an input parameter, but the list of matching input files would have to be sorted first, I guess, to have a correct sequence of input files.
This looks a lot like #1969. -- Ticket URL: <https://ffmpeg.org/trac/ffmpeg/ticket/1452#comment:1> FFmpeg <http://ffmpeg.org> FFmpeg issue tracker
#1452: image2 to support %t -------------------------------------+------------------------------------ Reporter: burek | Owner: Type: enhancement | Status: open Priority: wish | Component: avformat Version: unspecified | Resolution: Keywords: image2 | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | -------------------------------------+------------------------------------ Comment (by burek): Yes, I guess the ticket #1969 is a duplicate of this ticket (this one was opened 7 months ago). The idea is just to have a way to use the time stamps rather than the list of sequential numbers, in the input/output file name. The code for the input files might be a bit trickier than the code for the output output, but I guess it can be solved using file globing (replacing %t with *) or similar filtering. -- Ticket URL: <https://ffmpeg.org/trac/ffmpeg/ticket/1452#comment:2> FFmpeg <http://ffmpeg.org> FFmpeg issue tracker
#1452: image2 to support %t -------------------------------------+------------------------------------ Reporter: burek | Owner: Type: enhancement | Status: closed Priority: wish | Component: avformat Version: git-master | Resolution: fixed Keywords: image2 | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | -------------------------------------+------------------------------------ Changes (by cehoyos): * status: open => closed * version: unspecified => git-master * resolution: => fixed Comment: I believe this was implemented by Ramiro Polla in 454c89dd -- Ticket URL: <https://trac.ffmpeg.org/ticket/1452#comment:3> FFmpeg <http://ffmpeg.org> FFmpeg issue tracker
#1452: image2 to support %t -------------------------------------+------------------------------------ Reporter: burek | Owner: Type: enhancement | Status: reopened Priority: wish | Component: avformat Version: git-master | Resolution: Keywords: image2 | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | -------------------------------------+------------------------------------ Changes (by saste): * status: closed => reopened * resolution: fixed => Comment: Replying to [comment:3 cehoyos]:
I believe this was implemented by Ramiro Polla in 454c89dd
No, that commit allows to set the system time in the output file name, it's not the same as the timestamp, and only in the output. -- Ticket URL: <https://trac.ffmpeg.org/ticket/1452#comment:4> FFmpeg <http://ffmpeg.org> FFmpeg issue tracker
participants (1)
-
FFmpeg