21 November 2006
14 November 2006
Flashcomguru.com - The Flash Video Resource: Using ffmpeg to create jpg thumbnails from flv files
ffmpeg -i video.flv -an -ss 00:00:03 -an -r 1 -vframes 1 -y %d.jpg
[DB75]: Using FFmpeg to Extract PNG Files
ffmpeg -i swing.avi -vcodec png -vframes 1 -an -f rawvideo -s 320x240 swing1.png
08 November 2006
1
(8 marks)