Welcome to the GoFuckYourself.com - Adult Webmaster Forum forums.

You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today!

If you have any problems with the registration process or your account login, please contact us.

Post New Thread Reply

Register GFY Rules Calendar
Go Back   GoFuckYourself.com - Adult Webmaster Forum > >
Discuss what's fucking going on, and which programs are best and worst. One-time "program" announcements from "established" webmasters are allowed.

 
Thread Tools
Old 09-03-2007, 03:31 PM   #1
ServerGenius
Confirmed User
 
Join Date: Feb 2002
Location: Amsterdam
Posts: 9,377
Video guys help me out please.......question

I have a load of vids on linux server.....I need to 1 or a few thumbs for each scene......so easiest way that comes to mind.......export first 10 frames from each file to make sure there's at least 1 that's usable as a thumb which I can
use in the index page that lists all scenes with description and a thumb from the scene......

before I reinvent the wheel.....is there a good tool that can already do this.....
preferably for linux so I can do it on the server instead of on workstation and then upload the results?

I'm sure ffmpeg can do it.....but perhaps something simple can do it too as that's all I ever need to do by on server with the file.......so to install ffmpeg for just doing that I rather avoid if possible......I know ffmpeg rocks and what not
but I won't ever need it for anything else than this........

If there's no easy linux tool you know off......then winblows is fine too as long as it can do it as a batchjob that doesn't require me to do them 1 by 1....

Thanks a million!
__________________
| http://www.sinnerscash.com/ | ICQ: 370820 | Skype: SinnersCash | AdultWhosWho |
ServerGenius is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 09-03-2007, 03:37 PM   #2
cartelcash_roupen
Confirmed User
 
Join Date: Mar 2007
Posts: 110
I have an bash/ffmpeg script I wrote to extract thumbnails every X seconds off of video. I never got it to work on wmv files but I'll bet with some trying you can make it work if you absolutely need it (right now it just extracts from MPEG-4 files). Other than that, frame-shots.com has a cool tool for grabbing screenshots from video files, that's what I use for my WMV files. Hit me up on ICQ if you want that bash script!
__________________

Cartel Cash - ICQ: 5489287
Niched Gay Partnership Program - Tons of Promo Materials
cartelcash_roupen is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 09-03-2007, 07:24 PM   #3
ServerGenius
Confirmed User
 
Join Date: Feb 2002
Location: Amsterdam
Posts: 9,377
Quote:
Originally Posted by cartelcash_roupen View Post
I have an bash/ffmpeg script I wrote to extract thumbnails every X seconds off of video. I never got it to work on wmv files but I'll bet with some trying you can make it work if you absolutely need it (right now it just extracts from MPEG-4 files). Other than that, frame-shots.com has a cool tool for grabbing screenshots from video files, that's what I use for my WMV files. Hit me up on ICQ if you want that bash script!
thanks this works......still looking for other options.....anyone?
__________________
| http://www.sinnerscash.com/ | ICQ: 370820 | Skype: SinnersCash | AdultWhosWho |
ServerGenius is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 09-03-2007, 08:11 PM   #4
RedShoe
赤い靴 call me 202-456-1111
 
RedShoe's Avatar
 
Industry Role:
Join Date: Feb 2001
Location: The Valley
Posts: 14,831
well, I don't know the first thing about linux, and I'm only 10% sure I understand what you mean about doing it on a server. BUT, I know Vegas Video has batch thumb tools. You can set it to dump thumbs at any interval between grabs, but it has to do the whole video, not just a few thumbs. So you would set it to grab like once every minute if you want fewer thumbs to deal with.

If you have a lot of videos, you can load them up in the timeline then just space them out by like 10 minutes. Then you can run them all out as one big image dump, then when sorting you just find the blank thumbs and know that is where the next scene starts.

However, I hear there is a way to create a script that will do all that for you, but I don't know how to script so I'm left doing it the 'stupid' way.
__________________

SPECIALTY COSTUMES • PROPS • FX
Superheroes • Monsters • Robots
PM for details


For any manufacturing needs. Adult or otherwise.

aka BonsHigh on Insta
Bonsai weed plants


RedShoe is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 09-04-2007, 05:40 AM   #5
ServerGenius
Confirmed User
 
Join Date: Feb 2002
Location: Amsterdam
Posts: 9,377
Quote:
Originally Posted by RedShoe View Post
well, I don't know the first thing about linux, and I'm only 10% sure I understand what you mean about doing it on a server. BUT, I know Vegas Video has batch thumb tools. You can set it to dump thumbs at any interval between grabs, but it has to do the whole video, not just a few thumbs. So you would set it to grab like once every minute if you want fewer thumbs to deal with.

If you have a lot of videos, you can load them up in the timeline then just space them out by like 10 minutes. Then you can run them all out as one big image dump, then when sorting you just find the blank thumbs and know that is where the next scene starts.

However, I hear there is a way to create a script that will do all that for you, but I don't know how to script so I'm left doing it the 'stupid' way.
Thanks....I've figured out howto do it with a script.....will post it here later
in case anyone can use it. It scans folders for video files (name scheme)
and extract x thumbs from the files that match the criteria.

It can start from start of vid or at any time you specify. Same for end time
interval of extracting thumbs, dimensions, number of thumbs to extract.

__________________
| http://www.sinnerscash.com/ | ICQ: 370820 | Skype: SinnersCash | AdultWhosWho |
ServerGenius is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 09-04-2007, 02:04 PM   #6
chrisl
Confirmed User
 
Join Date: Dec 2006
Posts: 142
I you have FFMpeg:

ffmpeg -i <your.file> -t 10 -qscale 1 -r 1 -s (thumb)x(size) -f image2 -vcodec mjpeg thumb&#37;d.jpg

Cheers

ChrisL
__________________

>>> ThaiChix-Cash.com <<<
>>> ThaiChix.com <<<
Top Ten Asian Site On All Review Sites!!!!
chrisl is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Post New Thread Reply
Go Back   GoFuckYourself.com - Adult Webmaster Forum > >

Bookmarks



Advertising inquiries - marketing at gfy dot com

Contact Admin - Advertise - GFY Rules - Top

©2000-, AI Media Network Inc



Powered by vBulletin
Copyright © 2000- Jelsoft Enterprises Limited.