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)
-   -   Need a FFMpeg setup expert for paid help. (https://gfy.com/showthread.php?t=885538)

jay23 02-03-2009 10:39 AM

Need a FFMpeg setup expert for paid help.
 
I have a customer who want FFMPEG setup to encode VOB files to WMV and H.264, I dont have the time to dick around with FFMPEG docs so if some one can help them setup, they will pay. All you need is to tell the corret command line argument for what their spec is.

EMail me at jay @ objectcube.com

Thanks

Jay

SmokeyTheBear 02-03-2009 10:46 AM

ffmpeg -i /folder/file.vob -vcodec wmv2 /older/finished.wmv

would be the simple command but theres alot of options

jay23 02-03-2009 11:00 AM

Quote:

Originally Posted by SmokeyTheBear (Post 15430366)
ffmpeg -i /folder/file.vob -vcodec wmv2 /older/finished.wmv

would be the simple command but theres alot of options

yep. i have done that much but dont have the energy to go through all the options ...basically i need 3 WMV and 3 MP4 files from one single vob and screen shots every 10 seconds

Jay

jay23 02-03-2009 04:19 PM

Still looking .

Jay

Ethersync 02-03-2009 04:29 PM

You should post this on guru.com, elance.com or some similar site...

jay23 02-03-2009 06:55 PM

Quote:

Originally Posted by Ethersync (Post 15433144)
You should post this on guru.com, elance.com or some similar site...

I though GFY guys were expert in this

WiredGuy 02-03-2009 06:57 PM

RentaCoder
WG

SmokeyTheBear 02-03-2009 08:41 PM

Quote:

Originally Posted by jay23 (Post 15430443)
yep. i have done that much but dont have the energy to go through all the options ...basically i need 3 WMV and 3 MP4 files from one single vob and screen shots every 10 seconds

Jay

take screenshot every 10secs for 15 mins
ffmpeg -i video.vob -an -f image2 -t 00:15:00 -r 10 thumbs%d.jpg
split 3 parts ( ss is start time t is length )
ffmpeg -i video.vob -ss 00:00:00 -t 00:20:00 out1.wmv -ss 00:20:00 -t 00:20:00 out2.wmv -ss 00:40:00 -t 00:20:00 out3.wmv

jay23 02-03-2009 10:16 PM

Quote:

Originally Posted by SmokeyTheBear (Post 15434605)
take screenshot every 10secs for 15 mins
ffmpeg -i video.vob -an -f image2 -t 00:15:00 -r 10 thumbs%d.jpg
split 3 parts ( ss is start time t is length )
ffmpeg -i video.vob -ss 00:00:00 -t 00:20:00 out1.wmv -ss 00:20:00 -t 00:20:00 out2.wmv -ss 00:40:00 -t 00:20:00 out3.wmv

I can get you paid for your free advice. eamil me

Jay

SmokeyTheBear 02-03-2009 11:08 PM

Quote:

Originally Posted by jay23 (Post 15434940)
I can get you paid for your free advice. eamil me

Jay

i hate email ( and probably eamil 2 :winkwink ) if you got icq i would be glad to help for free, otherwise you can fold some money up like a crane and float it in a public fountain or something. I like that more than money , picturing someone trippin out after finding some cash float by. or the cleaner only finding pieces of the bills lol that would suck.

Jon Clark - BANNED FOR LIFE 02-04-2009 03:07 AM

Quote:

Originally Posted by SmokeyTheBear (Post 15435178)
i hate email ( and probably eamil 2 :winkwink ) if you got icq i would be glad to help for free, otherwise you can fold some money up like a crane and float it in a public fountain or something. I like that more than money , picturing someone trippin out after finding some cash float by. or the cleaner only finding pieces of the bills lol that would suck.

Udamang.. :thumbsup

Tempest 02-05-2009 07:53 AM

Quote:

Originally Posted by SmokeyTheBear (Post 15434605)
take screenshot every 10secs for 15 mins
ffmpeg -i video.vob -an -f image2 -t 00:15:00 -r 10 thumbs%d.jpg

Afraid that's not going to work since -r is a frame rate value and you're going to get more like 10 thumbs ever second. Try 0.1hz instead of 10, althought I'm not 100% that will be exactly 10 seconds either.


All times are GMT -7. The time now is 09:40 PM.

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