![]() |
Auto trailer editor software
Is there a tool that automatically cuts trailers from full vids? Like setting that it takes 10 sec from each minute and joins these pieces together.
Should have batch function to process dozens at once. |
Quote:
How many vids we talking? I could handle 100's no problem but there is a back log because I've been so fucked with no internet for like a week solid. |
Quote:
Ref: https://superuser.com/questions/1195...te-with-ffmpeg The resulting video will probably not be that good though. |
Quote:
AI makes amazing shit, but it takes a human to add polish. (Warning, Huggles is currently POOR... so I could very well be very wrong, haha!) At some point, someone is going to come up with an app that can take a porn video and turn it into a fucking FIRE 15-second trailer, and tubes will start to die... riiiiiiiight around the time when age checks are mandatory. Feels like a matter of time before you are required to upload your driver's license to your ISP for access or some shit like that. |
Quote:
And then when you're done just export a csv with your trailers and import them wherever the fuck you what. |
Have you tried openshot.org?
I also think the original developers of Frame Shots had a clip automation program back in the day, and theres Sobolsoft which has a video splitter too. Both programs are downloadable and run locally. |
It's just trailers for tubes. So it shouldn't be perfect. No experience with ffmpeg. I'm sure it's a simple thing and there must be smth out there.
Important is that I can drag&drop 100 videos and just hit a button, just a crappy trailer with 5-10 secs from each minute. No fancy stuff and overengineering. |
Quote:
|
Quote:
If you wanted an application with an interface that did this for you, you're looking at a much more expensive project I think. |
Quote:
|
Quote:
|
Quote:
|
Quote:
Created something quick and dirty exactly for this purpose. It's not really "for sale ready", no error checking, previews, background processing or queues setup. But, it works *fine with 10 +/- or so videos at a time for your own use. *Depends on your server. And, this is a server-side process, so for large video files, it can be resource-intensive and time-consuming. This is run directly via a web/browser request, so if it times out, you'll have to adjust the max_execution_time settings, otherwise... What you would need: 1) A server with ffmpeg installed Otherwise, everything else is self-explanatory. You upload vids to a directory, and all your finished trailers are outputted to another directory. The only "configurable" option at the moment is the # of seconds. The quality is decent. Obviously, this does not add any effects and/or eye candy, just a quick way to make a trailer. If you don't find anything else, or don't go with one of the other options mentioned above, let me know. |
Python:
- use ffmepg to convert the video to Pictures - make a selection of the pictures (criteria: 10 sec of images that are one after the other) - assemble them - add music It's a piece of cake |
Quote:
Quote:
|
Quote:
https://streamable.com/b3ef6e After Converting: https://streamable.com/k2ww2p Like I said, no eye candy or effects, but I added an option to include a logo and/or music. Although, the music would be the same on all videos. May do more with it, not sure yet. Something I've used in the past for quickly converting MANY videos at a time and then later edited my favorites to add "eye candy" as well. Uploaded for anyone that is curious about the "quality" of a video just using ffmpeg. It may have lost some quality uploading to the site, but otherwise, not bad. |
Ok installed ffmpeg for win, using the cmd from the link above:
ffmpeg -i in.mp4 -vf "select='lt(mod(t,60),10)',setpts=N/FRAME_RATE/TB" out.mp4 -af "aselect='lt(mod(t,60),10)',asetpts=N/SR/TB" Output only has only about 1 Mbps, no way to get it higher to at least 2 Mbps? It takes the first 10 secs, but still the full audio, so the output clip has same length as input. How to fix it and also how to add a batch function? |
Try that in a .bat file on Windows:
Quote:
You only need to replace your filename on that line: Quote:
|
its going to look like a retarded few minutes of jumpcuts. :2 cents:
you can auto trailer the first minute and it looks decent with title and credits. a little fadeout action and some disco porn music. 10 seconds of every minute or few minutes looks pretty bad unless you can choose the clips. #porncms |
Hi there,
Are you thinking about something they have on pornhub when you hover over a thumbnail? In that case, here's how it's done. Let's say, you want a 9 second "trailer" from your videos. First, you have to get the video length, so you can divide it by 9. For a 3-minute video, get 1 second clips from: 20s, 40s, 60s, 80s, 100s, 120s, 140s, 160s, 170s Knowing this data, you can use ffmpeg to get 1 second clips from these times by using ffmpeg -ss 00:00:20 -i input.mp4 -t 1 -c copy clip1.mp4 ffmpeg -ss 00:00:40 -i input.mp4 -t 1 -c copy clip2.mp4 etc You'll have to create a text file with all the parts that should look something like this: filename: parts.txt file 'clip1.mp4' file 'clip2.mp4' file 'clip3.mp4' etc Once you are done, you can use ffmpeg to combine the 1 second clips to 1 mp4 video by using: ffmpeg -f concat -safe 0 -i parts.txt -c:v libx264 -preset fast -crf 28 -an -movflags +faststart preview.mp4 This should do the job. You can also automate this with php and a cron job by Code:
z |
Just about any editing program has this function. It will puke out slop. And if you want to keep them safe for work in today's environment, you will still have to watch each one. Editing has nothing to do with coding. Coding is just under the hood.
|
Quick batch, cheap and dirty nsfw is the motto here, no need for fancy 8K trailers with a golden taco effect singing a song while dancing.
Quote:
Quote:
Still would need a batch function where all file names are put in a txt where it grabs them from and output name same file name +trailer |
There are a number of SaaS options that MIGHT work here. But I don't know if they will allow adult content.
I've tested these two: https://www.opus.pro https://www.goldcast.io |
Quote:
|
Quote:
|
what does faphouse & xhamster use, they´re preview system is the best from seeing our films trailers & previews with them :thumbsup
|
All times are GMT -7. The time now is 10:55 PM. |
Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc123