![]() |
thumbs from flash
how can i rip thumbs batch style from flash movies to make a site like
www.rawgonzo.com |
|
ffmpeg makes it easy, but it's not the world's best quality, and sometimes you can get motion blur. That's all I use; if it needs to be better, that's what the design guys do much better than I. :thumbsup
|
Screen cap and then throw it into my favorite image editor to clean it up and done :)
Yeah... no easy solution here for high quality flash thumbs :) |
bump to top
|
|
Quote:
Code:
for i in *.flv; do ffmpeg -an -y -t 00:00:04 -i "$i" -f image2 "`echo $i |sed 's/.flv$/.jpg/'`" ;done |
All times are GMT -7. The time now is 04:55 AM. |
Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc123