Re: [FFmpeg-user] Output the timestamp of a frame with an image

2014-08-06 Thread Carl Eugen Hoyos
Andrew Sinclair gmail.com> writes: > Is it possible to get the timestamp in the output file > name instead of just a number in the sequence? This is ticket #1452. Carl Eugen ___ ffmpeg-user mailing list ffmpeg-user@ffmpeg.org http://ffmpeg.org/mailm

[FFmpeg-user] Output the timestamp of a frame with an image

2014-08-04 Thread Andrew Sinclair
Hi, Is it possible to get the timestamp of a frame when using the select filter to output a frame based on a scenecut? for example: ffmpeg -i ../source/dig_720p.mp4 -vf select='gt(scene\,0.6)' -vsync vfr preview_%04d.png Is it possible to get the timestamp in the output file name instead of just