View Single Post
Old 02-24-2012, 09:40 PM  
fris
Too lazy to set a custom title
 
fris's Avatar
 
Industry Role:
Join Date: Aug 2002
Posts: 55,359
Quote:
Originally Posted by Just Alex View Post
can you do it server side? If so how does command line looks like?
could do something like this

Code:
for f in *.mp4; do ffmpeg -y -i "$f" -f image2 -ss 10 -vframes 1 -an "${f%.mp4}.jpg"; done
would grab the first frame of every video in a directory of mp4 files
__________________
Since 1999: 69 Adult Industry awards for Best Hosting Company and professional excellence.


WP Stuff
fris is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote