Changes between Version 3 and Version 4 of Create a thumbnail image every X seconds of the video
- Timestamp:
- May 6, 2013, 9:55:57 AM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Create a thumbnail image every X seconds of the video
v3 v4 24 24 This will create one thumbnail image every I-frame, named thumb0001.bmp, thumb0002.bmp, thumb0003.bmp, ... 25 25 {{{ 26 ffmpeg -i input.flv -f image2 -vf select= "'eq(pict_type,I)'" -vsync vfr thumb%04d.png26 ffmpeg -i input.flv -f image2 -vf "'select=eq(pict_type,I)'" -vsync vfr thumb%04d.png 27 27 }}} 28 28
