![]() |
Screnshots from FLV
I need something simple and free that will take a screenshot of my choice from an FLV... whats available?
Thanks :thumbsup |
i usally use frame shots, but its for mpg/wmv/avi before i convert over
|
I haven't found anything for FLV. I am still using print screen command.
|
ffmpeg is the best. there are gui versions for it somewhere.
|
Quote:
Thats what i use automated from inside scripts though, not desktop. |
you can use it for desktop....with some bash, you can get lot stuff done. there are gui ones too. its pretty darn easy to convert to images even with commandline.....but not for everyone i suppose.
|
If I need to work with FLV I often convert to AVI first.
This does the job. http://www.download.com/Pazera-Free-...-10786669.html |
Print Screen in Windows.
|
for i in *.flv; do ffmpeg -an -y -t 00:00:04 -i "$i" -f image2 "`echo $i |sed 's/.flv$/.jpg/'`" ;done
|
what a great movie in your sig
|
Quote:
http://snipplr.com/view/4149/capture...-flash-videos/ |
Quote:
|
Quote:
|
I use Media Player Classic. Just click on the screen to pause, then you can save the frame with the "Save Image" menu option
http://www.free-codecs.com/download/...er_Classic.htm |
All times are GMT -7. The time now is 08:51 AM. |
Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc123