![]() |
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?
|
I take it by the lack of responses that no such software exists?
|
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.
|
ffmpeg is what you're looking for.
|
Good luck with that.
|
You posted, waited 8 hours, then bumped the topic - all without going to a search engine and looking for the software yourself?
|
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? |
Quote:
|
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:
|
ffmpeg would be your best option. Or you could do it in adobe media encoder.
|
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
|
Just use in and out points in media encoder and save it as a template.
|
Quote:
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