Changes between Version 4 and Version 5 of Create a thumbnail image every X seconds of the video
- Timestamp:
- May 7, 2013, 11:45:11 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Create a thumbnail image every X seconds of the video
v4 v5 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,PICT_TYPE_I)'" -vsync vfr thumb%04d.png 27 27 }}} 28 28
