Discussion:
[FFmpeg-user] How to generate screenshots from a video with filenames in timestamps (like “01:23:45”)?
Meng Zhu
2018-12-03 14:13:21 UTC
Permalink
I want to make screenshots from a video file, and set the names of the
output images files in the form of timestamps, not in the form of orders.
VHS-0001_TC-00:00:00_IMG-001.jpg
VHS-0001_TC-00:00:20_IMG-002.jpg
VHS-0001_TC-00:00:40_IMG-003.jpg
VHS-0001_TC-00:01:00_IMG-004.jpg
ffmpeg -i test.mpg image%d.jpg
Can this be solved? Thanks!
_______________________________________________
ffmpeg-user mailing list
ffmpeg-***@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-user

To unsubscribe, visit link above, or email
ffmpeg

Loading...