Skip to main content
2 events
when toggle format what by license comment
Apr 25, 2023 at 22:50 comment added UnionP Here's the full command that worked for me to extract scene frames from a video and include the timestamp in the filename: ffmpeg -i "<videoPath>" -vf "select='gt(scene,0.4)'" -frame_pts true -enc_time_base 1 -vsync vfr scene-%2d.jpg
Apr 8, 2023 at 3:54 history answered Gyan CC BY-SA 4.0