Darkness Soul Posted April 26, 2006 Share Posted April 26, 2006 Hi guys,[b]How to create thumbnail of wmv movie?[/b]I start working with stream today, and need to make a WMV gallery..I've used to upload the file by the site, it's save on database, and refresh the view page.. now its supposed to show the movie thumbnail, but.. i don't know how to..Thank you..D.Soul Link to comment https://forums.phpfreaks.com/topic/8454-video-streaming/ Share on other sites More sharing options...
litebearer Posted April 26, 2006 Share Posted April 26, 2006 Might look here...[a href=\"http://www.artfahrt.com/psp.html\" target=\"_blank\"]http://www.artfahrt.com/psp.html[/a][!--quoteo--][div class=\'quotetop\']QUOTE[/div][div class=\'quotemain\'][!--quotec--]Using ffmpeg to Create ThumbnailsHere is an example of how to use ffmpeg to extract a thumbnail image from a video.ffmpeg.exe -y -i cnn.mpg -f singlejpeg -ss 5 -vframes 1 -s 160x120 -an M4V10005.THM[/quote][a href=\"http://ffmpeg.sourceforge.net/index.php\" target=\"_blank\"]http://ffmpeg.sourceforge.net/index.php[/a]Lite... Link to comment https://forums.phpfreaks.com/topic/8454-video-streaming/#findComment-31156 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.