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)
-   -   Batch editing video software? (https://gfy.com/showthread.php?t=1063601)

MyDogHasFleas 04-05-2012 09:50 AM

Batch editing video software?
 
I'm looking for something that can batch edit a bunch of videos. Let's say I have a folder of 50 videos and I only need the last two minutes of each video... Is there any software that can spit out 2 minute files of each video?

MyDogHasFleas 04-05-2012 05:22 PM

I take it by the lack of responses that no such software exists?

kane 04-05-2012 05:25 PM

I use a program called Ultra Video Splitter that might do what you need. It will let you set it so that it cuts videos into clips of a length that you set. For you to do it in a batch you would have to have all the videos be the same length through.

notjoe 04-05-2012 05:32 PM

ffmpeg is what you're looking for.

leroytrolley 04-05-2012 11:45 PM

Good luck with that.

OverdueNudes 04-05-2012 11:52 PM

You posted, waited 8 hours, then bumped the topic - all without going to a search engine and looking for the software yourself?

johnnyloadproductions 04-05-2012 11:54 PM

http://www.videocharge.com/Index.php

This will do it, at least from what I know you can put however many videos you want in a queue and then split them up that way.
I'm pretty sure you can set it to just the last portions exclusively in the videos.
Either way, you won't be disappointed with that software.

...going for the cumshots eh?

MyDogHasFleas 04-06-2012 04:07 PM

Quote:

Originally Posted by johnnyloadproductions (Post 18869781)
http://www.videocharge.com/Index.php

This will do it, at least from what I know you can put however many videos you want in a queue and then split them up that way.
I'm pretty sure you can set it to just the last portions exclusively in the videos.
Either way, you won't be disappointed with that software.

...going for the cumshots eh?

Thanks for the suggestion. I'll check that out. I'm not going for the cumshots... Just editing videos from sponsors.

NaughtyRob 04-06-2012 04:57 PM

Sounds like it will also work well to cut out the cumshots to upload to tubes to entice the surfer to join your site and see the cum shot. :2 cents:

ezrajulesjordanvideo 04-13-2012 04:20 PM

ffmpeg would be your best option. Or you could do it in adobe media encoder.

smutnut 04-13-2012 04:40 PM

What are you trying to do? I edit and convert with Adobe CS5, but you need to spend some money so encoder is probably better, especially since the html 5 anti flash scare

ezrajulesjordanvideo 04-13-2012 04:51 PM

Just use in and out points in media encoder and save it as a template.

raymor 04-13-2012 05:12 PM

Quote:

Originally Posted by ezrajulesjordanvideo (Post 18885760)
ffmpeg would be your best option. Or you could do it in adobe media encoder.

Yeah batch processing and rule based stuff in where the cli will save you a lot of time. To do ANYYHING on every file:

for vid in *.flv
do
dosomething $vid
done

So:


for vid in *.flv
do
ffmpeg -i $vid -vcodec copy -acodec copy -t 00:03:00 $vid.trimmed.flv
done

No special software needed - "for" loops over anything, doing anything to it. ffmpeg does anything to videos.


All times are GMT -7. The time now is 06:43 AM.

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