Changes between Version 5 and Version 6 of Create a thumbnail image every X seconds of the video
- Timestamp:
- May 8, 2013, 8:32:01 AM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Create a thumbnail image every X seconds of the video
v5 v6 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,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
