GoFuckYourself.com - Adult Webmaster Forum

GoFuckYourself.com - Adult Webmaster Forum (https://gfy.com/index.php)
-   Fucking Around & Business Discussion (https://gfy.com/forumdisplay.php?f=26)
-   -   automatic thumbnail creation from an flv file?? (https://gfy.com/showthread.php?t=1022724)

conex 05-16-2011 06:08 AM

automatic thumbnail creation from an flv file??
 
hello.

looking for a program that will take screenshots out of flv video files , every 10-20 seconds automaticly.

found one that does just that called Video Thumbnails Maker (ssu-design.com) but out of say 150 videos it manages to really work on about 30 of my files, others it just unable to proccess for some reason.

so if anyone knows of a better solution, please let me know,

thanks.

phasic 05-16-2011 06:16 AM

I need this too, bump.

conex 05-16-2011 06:19 AM

just found something, tried the demo and seems to be doing the job! http://www.frame-shots.com/

worth 30$!

fris 05-16-2011 06:37 AM

Quote:

Originally Posted by conex (Post 18142006)
just found something, tried the demo and seems to be doing the job! http://www.frame-shots.com/

worth 30$!

i use both of these apps, only video thumbnails make to make a grid (timeline)

and frame shots for everything else.

ps. frame shots is made by someone on gfy, so you are supporting them too ;)

fitzmulti 05-16-2011 06:38 AM

Quote:

Originally Posted by conex (Post 18142006)
just found something, tried the demo and seems to be doing the job! http://www.frame-shots.com/

worth 30$!

Definitely!
A nice find! Thanks!

Just Alex 05-16-2011 07:07 AM

Videocharge does that.

blackmonsters 05-16-2011 10:03 AM

I write code on my server to do that using FFMPEG for free.

Suckas!

SmokeyTheBear 05-16-2011 10:13 AM

heres a little ffmpeg command to create a short video preview

exec($ffmpeg2path." -y -i input.flv -qscale 1 -r 12.0 -b ".$bitrate." -ab 128k -loop_output 0 -s 160x120 -ss ".$thumbtime." -t 8 -f swf -pix_fmt rgb24 output.prv") ;

redwhiteandblue 05-16-2011 10:51 AM

ImToo video converter will do this.

fris 05-16-2011 10:59 AM

Quote:

Originally Posted by SmokeyTheBear (Post 18142531)
heres a little ffmpeg command to create a short video preview

exec($ffmpeg2path." -y -i input.flv -qscale 1 -r 12.0 -b ".$bitrate." -ab 128k -loop_output 0 -s 160x120 -ss ".$thumbtime." -t 8 -f swf -pix_fmt rgb24 output.prv") ;

hopefully you arent running that from php, exec is bad.

mafia_man 05-16-2011 10:59 AM

http://moviethumbnail.sourceforge.net/

plsureking 05-16-2011 11:06 AM

this too for $11

http://codecanyon.net/item/php-ffmpe...-20-pro/141198

.

SGS 05-16-2011 11:37 AM

Quote:

Originally Posted by Just Alex (Post 18142106)
Videocharge does that.

It works well too.

LeRoy 05-16-2011 11:39 AM

Ctrl + Printscreen :thumbsup


All times are GMT -7. The time now is 11:09 AM.

Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc