marcos ashton
2f779272e0
libavformat/img2enc: add update_filemtime option
...
Add a new boolean option -update_filemtime to the image2 muxer that
sets each output file's modification time based on the creation_time
metadata plus the frame's PTS offset.
This is useful when extracting frames from dashcam or action camera
footage where wall-clock timestamps should be preserved on the output
files, allowing photo management tools to sort frames by capture time
without post-processing.
The option requires creation_time metadata to be set (via -metadata
creation_time=...). If not present, a warning is logged and the
option is silently disabled. When PTS is unavailable, the creation
time is used as-is without frame offset.
Uses utimes() on POSIX and _utime() on Windows to set file timestamps
with microsecond and second precision respectively.
Includes a FATE roundtrip test that writes frames with a known
creation_time, reads them back using the demuxer's -ts_from_file
option, and verifies the PTS values match the expected timestamps.
Closes: https://code.ffmpeg.org/FFmpeg/FFmpeg/issues/22537
Signed-off-by: marcos ashton <marcosashiglesias@gmail.com >
2026-07-03 19:47:10 +00:00
..
2026-05-16 13:55:22 -03:00
2026-07-02 17:53:20 -03:00
2026-07-02 17:53:21 -03:00
2026-06-16 09:18:24 -03:00
2026-05-25 21:18:34 +00:00
2026-06-16 09:18:24 -03:00
2026-06-16 09:18:24 -03:00
2026-06-16 09:18:24 -03:00
2026-06-16 09:18:24 -03:00
2026-06-16 09:18:24 -03:00
2026-06-16 09:18:24 -03:00
2026-06-16 09:18:24 -03:00
2026-06-16 09:18:24 -03:00
2026-06-16 09:18:24 -03:00
2026-06-16 09:18:24 -03:00
2026-06-16 09:18:24 -03:00
2026-06-16 09:18:24 -03:00
2026-06-16 09:18:24 -03:00
2026-06-16 09:18:24 -03:00
2026-06-16 09:18:24 -03:00
2026-06-16 09:18:24 -03:00
2026-06-16 09:18:24 -03:00
2026-06-16 09:18:24 -03:00
2026-06-16 09:18:24 -03:00
2026-06-16 09:18:24 -03:00
2026-06-16 09:18:24 -03:00
2026-06-16 09:18:24 -03:00
2026-06-16 09:18:24 -03:00
2026-06-16 09:18:24 -03:00
2026-06-16 09:18:24 -03:00
2026-06-16 09:18:24 -03:00
2026-06-16 09:18:24 -03:00
2026-06-16 09:18:24 -03:00
2026-06-16 09:18:24 -03:00
2026-06-16 09:18:24 -03:00
2026-06-16 09:18:24 -03:00
2026-06-16 09:18:24 -03:00
2026-06-16 09:18:24 -03:00
2026-06-21 21:41:02 -03:00
2026-06-21 21:41:02 -03:00
2026-06-21 21:41:02 -03:00
2026-06-16 09:18:24 -03:00
2026-06-16 09:18:24 -03:00
2026-06-16 09:18:24 -03:00
2026-06-16 09:18:24 -03:00
2026-06-16 09:18:24 -03:00
2026-06-16 09:18:24 -03:00
2026-06-16 09:18:24 -03:00
2026-06-16 09:18:24 -03:00
2026-06-16 09:18:24 -03:00
2026-06-16 09:18:24 -03:00
2026-06-21 21:41:02 -03:00
2026-06-21 21:41:02 -03:00
2026-06-16 09:18:24 -03:00
2026-06-16 09:18:24 -03:00
2026-06-16 09:18:24 -03:00
2026-06-16 09:18:24 -03:00
2026-07-03 09:53:23 -03:00
2026-06-16 09:18:24 -03:00
2026-05-09 11:44:39 -03:00
2026-05-28 21:01:13 +00:00
2026-06-16 09:18:24 -03:00
2026-06-23 20:07:25 -03:00
2026-06-16 09:18:24 -03:00
2026-05-16 13:55:22 -03:00
2026-05-25 21:18:34 +00:00
2026-05-29 03:25:53 +00:00
2026-05-16 13:55:22 -03:00
2026-05-16 13:55:22 -03:00
2026-05-16 13:55:22 -03:00
2026-05-16 13:55:22 -03:00
2026-05-16 13:55:22 -03:00
2026-05-16 13:55:22 -03:00
2026-05-16 13:55:22 -03:00
2026-05-16 13:55:22 -03:00
2026-05-16 13:55:22 -03:00
2026-05-16 13:55:22 -03:00
2026-05-16 13:55:22 -03:00
2026-05-16 13:55:22 -03:00
2026-05-16 13:55:22 -03:00
2026-05-16 13:55:22 -03:00
2026-05-16 13:55:22 -03:00
2026-05-16 13:55:22 -03:00
2026-05-16 13:55:22 -03:00
2026-05-16 13:55:22 -03:00
2026-05-16 13:55:22 -03:00
2026-05-16 13:55:22 -03:00
2026-05-16 13:55:22 -03:00
2026-05-16 13:55:22 -03:00
2026-05-16 13:55:22 -03:00
2026-05-16 13:55:22 -03:00
2026-05-16 13:55:22 -03:00
2026-05-16 13:55:22 -03:00
2026-05-16 13:55:22 -03:00
2026-05-30 22:37:09 -03:00
2026-07-02 13:48:58 +00:00
2026-06-23 23:05:57 +00:00
2026-06-23 23:05:57 +00:00
2026-06-23 23:05:57 +00:00
2026-06-15 19:11:59 +00:00
2026-06-18 21:17:23 +00:00
2026-06-17 02:27:33 +02:00
2026-06-15 19:33:25 +00:00
2026-06-23 20:07:25 -03:00
2026-05-16 15:09:52 +00:00
2026-05-31 00:39:51 +00:00
2026-06-16 09:18:24 -03:00
2026-07-02 02:57:29 +00:00
2026-06-16 09:18:24 -03:00
2026-06-16 09:18:24 -03:00
2026-06-24 23:31:53 +02:00
2026-07-01 14:35:14 -03:00
2026-05-23 16:07:50 +02:00
2026-05-23 16:07:18 +02:00
2026-05-23 16:09:55 +02:00
2026-06-16 09:18:24 -03:00
2026-06-23 23:05:57 +00:00
2026-05-31 16:58:23 +02:00
2026-05-31 16:58:23 +02:00
2026-05-31 16:58:23 +02:00
2026-05-31 16:58:23 +02:00
2026-06-23 20:07:25 -03:00
2026-06-23 20:07:25 -03:00
2026-06-23 20:07:25 -03:00
2026-06-29 14:29:33 +00:00
2026-06-23 17:14:42 +02:00
2026-06-23 00:04:42 +00:00
2026-05-16 13:55:23 -03:00
2026-06-23 23:05:57 +00:00
2026-05-16 13:55:23 -03:00
2026-05-16 13:55:23 -03:00
2026-05-16 13:55:23 -03:00
2026-05-16 13:55:23 -03:00
2026-06-23 23:05:57 +00:00
2026-05-16 13:55:23 -03:00
2026-06-03 14:32:19 +00:00
2026-06-24 23:31:54 +02:00
2026-06-24 23:31:54 +02:00
2026-07-03 19:47:10 +00:00
2026-07-02 13:48:58 +00:00
2026-05-30 17:37:28 +00:00
2026-05-30 17:37:28 +00:00
2026-05-30 17:37:28 +00:00
2026-06-16 09:18:24 -03:00
2026-06-18 21:17:23 +00:00
2026-05-16 13:55:22 -03:00
2026-06-16 09:18:24 -03:00
2026-06-16 09:18:24 -03:00
2026-06-16 09:18:24 -03:00
2026-06-16 09:18:24 -03:00
2026-06-23 20:07:25 -03:00
2026-05-30 17:37:28 +00:00
2026-05-30 17:37:28 +00:00
2026-06-16 09:18:24 -03:00
2026-06-16 09:18:24 -03:00
2026-06-16 09:18:24 -03:00
2026-06-23 20:07:25 -03:00
2026-06-16 09:18:24 -03:00
2026-06-16 09:18:24 -03:00
2026-06-30 22:19:24 -03:00
2026-06-30 22:19:24 -03:00
2026-06-30 22:19:24 -03:00
2026-06-30 22:19:24 -03:00
2026-06-30 22:19:24 -03:00
2026-06-30 22:19:24 -03:00
2026-06-30 22:19:24 -03:00
2026-06-16 09:18:24 -03:00
2026-06-16 09:18:24 -03:00
2026-05-17 11:16:56 -03:00
2026-06-16 09:18:24 -03:00
2026-06-16 09:18:24 -03:00
2026-06-23 23:05:57 +00:00
2026-05-23 10:38:28 +00:00
2026-06-16 09:18:24 -03:00
2026-06-16 09:18:24 -03:00
2026-06-16 09:18:24 -03:00
2026-06-16 09:18:24 -03:00
2026-06-16 09:18:24 -03:00
2026-06-16 09:18:24 -03:00
2026-07-02 17:53:20 -03:00
2026-06-09 18:27:20 +02:00
2026-06-14 15:34:43 +00:00
2026-06-25 01:20:44 +02:00
2026-06-05 22:37:18 +02:00
2026-06-14 20:51:07 +02:00
2026-06-14 20:51:07 +02:00
2026-06-14 20:51:07 +02:00
2026-06-01 21:53:36 -05:00
2026-06-17 15:39:33 -05:00
2026-06-23 19:13:06 +02:00
2026-07-02 13:48:58 +00:00
2026-06-11 14:06:20 +00:00
2026-06-11 14:06:20 +00:00
2026-06-11 14:06:20 +00:00
2026-06-11 14:06:20 +00:00
2026-06-11 14:06:20 +00:00
2026-06-11 14:06:20 +00:00
2026-06-11 14:06:20 +00:00
2026-06-11 14:06:20 +00:00
2026-06-11 14:06:20 +00:00
2026-06-11 14:06:20 +00:00
2026-06-11 14:06:20 +00:00
2026-06-11 14:06:20 +00:00
2026-06-11 14:06:20 +00:00
2026-06-11 14:06:20 +00:00
2026-06-11 14:06:20 +00:00
2026-05-08 13:33:31 -07:00
2026-05-08 13:33:31 -07:00
2026-05-08 13:33:31 -07:00
2026-05-08 13:33:31 -07:00
2026-05-19 11:36:10 +02:00
2026-05-19 11:36:10 +02:00
2026-05-19 11:36:10 +02:00