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)
-   -   Tech Auto trailer editor software (https://gfy.com/showthread.php?t=1385374)

xxxclusive 08-02-2025 09:09 PM

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.

Huggles 08-02-2025 09:18 PM

Quote:

Originally Posted by xxxclusive (Post 23388991)
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.

Bruh... if you're not going to code it yourself with Cursor and AI, I can use my app to make you some sick ass trailers with CUSTOM MUSIC for $4 a second of the final product but there is a 1-week wait right now because I've been moving and haven't done jack shit for my existing clients for like 10 days. :thumbsup

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.

myleene 08-02-2025 09:31 PM

Quote:

Originally Posted by xxxclusive (Post 23388991)
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.

You could write a script with ffmpeg for that.

Ref:
https://superuser.com/questions/1195...te-with-ffmpeg

The resulting video will probably not be that good though.

Huggles 08-02-2025 09:41 PM

Quote:

Originally Posted by myleene (Post 23388994)
You could write a script with ffmpeg for that.

Ref:
https://superuser.com/questions/1195...te-with-ffmpeg

The resulting video will probably not be that good though.

It is VERY hard to get an app to make a perfect trailer without human input. It IS possible, and my solution comes close, but I still need to throw the trailer into Vegas Video and tidy it up.

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.

Fenris Wolf 08-03-2025 02:46 AM

Quote:

Originally Posted by xxxclusive (Post 23388991)
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.

I have just used KVS in the past. Create new video formats for what you need, config each based on what you output you are looking for. You can process vertical or horizontal videos, set desired length, number of cuts, start and finish, add watermarks, and add intros and outros. And this is out of the box. If you need more advance options and you're an ffmpeg guru you can add your own custom logic. Support is crazy helpful too. All the support teams are part of their development group so you're always taking to someone with extensive knowledge.

And then when you're done just export a csv with your trailers and import them wherever the fuck you what.

Publisher Bucks 08-03-2025 06:34 AM

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.

xxxclusive 08-03-2025 07:50 AM

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.

xxxclusive 08-03-2025 08:27 AM

Quote:

Originally Posted by Huggles (Post 23388993)
Bruh... if you're not going to code it yourself with Cursor and AI, I can use my app to make you some sick ass trailers with CUSTOM MUSIC for $4 a second of the final product but there is a 1-week wait right now because I've been moving and haven't done jack shit for my existing clients for like 10 days. :thumbsup

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.

hired :1orglaugh

cerulean 08-03-2025 09:41 AM

Quote:

Originally Posted by xxxclusive (Post 23389066)
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.

An ffmpeg script or batch file is how I would approach this, since you aren't looking to actually edit anything manually. Maybe just drop it in a folder and double-click to run it. Have it output all of the files batch style to a folder.

If you wanted an application with an interface that did this for you, you're looking at a much more expensive project I think.

Huggles 08-03-2025 10:03 AM

Quote:

Originally Posted by cerulean (Post 23389078)
An ffmpeg script or batch file is how I would approach this

I find this makes a janky and shitty trailer, but it DOES work.

xxxclusive 08-03-2025 11:27 AM

Quote:

Originally Posted by Huggles (Post 23389080)
I find this makes a janky and shitty trailer, but it DOES work.

Janky and shitty in terms of what exactly?

xxxclusive 08-03-2025 11:30 AM

Quote:

Originally Posted by cerulean (Post 23389078)

If you wanted an application with an interface that did this for you, you're looking at a much more expensive project I think.

I would bet there is a solution out there already which can be bought for $50 as it's something everyone could use. Just need to find it.

asorelli 08-03-2025 02:10 PM

Quote:

Originally Posted by xxxclusive (Post 23389066)
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.



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.

pornmasta 08-03-2025 02:21 PM

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

cerulean 08-03-2025 05:39 PM

Quote:

Originally Posted by Huggles (Post 23389080)
I find this makes a janky and shitty trailer, but it DOES work.

I agree. I believe trailers are important marketing material that a qualified editor should put together.

Quote:

Originally Posted by xxxclusive (Post 23389088)
I would bet there is a solution out there already which can be bought for $50 as it's something everyone could use. Just need to find it.

I don't know of any off-hand. There are plenty of resources to build it yourself if you are comfortable coding. If you want to purchase services to build something like this, then shoot me a PM or send me an email. I'd be happy to build it.

asorelli 08-03-2025 09:19 PM

Quote:

Originally Posted by xxxclusive (Post 23389088)
It's something everyone could use. Just need to find it.

Original:

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.

xxxclusive 08-04-2025 06:10 PM

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?

myleene 08-04-2025 06:35 PM

Try that in a .bat file on Windows:

Quote:

@echo off
setlocal enabledelayedexpansion

:: === Set input file here ===
set "input=My Vacation Video.mp4"
set "output_prefix=segment_"
set "counter=0"

:: === Get total duration in seconds ===
for /f "usebackq tokens=*" %%a in (`ffprobe -v error -show_entries format^=duration -of default^=noprint_wrappers^=1:nokey^=1 "%input%"`) do set "duration=%%a"

:: === Round down to full minutes ===
for /f "tokens=1 delims=." %%b in ("!duration!") do set /a "minutes=%%b / 60"

:: === Create output folder ===
mkdir segments >nul 2>&1

:: === Loop to extract 10s from every minute ===
for /l %%i in (0,1,!minutes!) do (
set /a "start=%%i * 60"
set "outfile=segments\!output_prefix!!counter!.mp4 "
echo Extracting from second !start! to !start!+10 into !outfile!
ffmpeg -y -ss !start! -i "%input%" -t 10 -c:v libx264 -c:a aac -preset veryfast -crf 23 "!outfile!"
set /a counter+=1
)

:: === Create concat list ===
echo Creating concat list...
del concat.txt >nul 2>&1
(for %%f in (segments\%output_prefix%*.mp4) do echo file '%%f') > concat.txt

:: === Concatenate all segments into final output ===
ffmpeg -y -f concat -safe 0 -i concat.txt -c copy final_output.mp4

echo.
echo Done! Final file: final_output.mp4
pause
It's not perfect, but it should get you started.

You only need to replace your filename on that line:
Quote:

set "input=My Vacation Video.mp4"

plsureking 08-04-2025 10:04 PM

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

zerovic 08-05-2025 02:52 AM

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:


$duration = shell_exec("ffprobe -i input.mp4 -show_entries format=duration -v quiet -of csv='p=0'");

$timestamps = [];
$total_clips = 9;
for ($i = 1; $i <= $total_clips; $i++) {
    $position = ($duration / ($total_clips + 1)) * $i;
    $timestamps[] = (int)$position;
}

etc.

Hope this helps,
z

fastball 08-05-2025 07:18 AM

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.

xxxclusive 08-05-2025 08:22 AM

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:

Originally Posted by zerovic (Post 23389412)
Hi there,
Are you thinking about something they have on pornhub when you hover over a thumbnail?

Nope, but thx for the input.

Quote:

Originally Posted by myleene (Post 23389376)
Try that in a .bat file on Windows:

It's not perfect, but it should get you started.

You only need to replace your filename on that line:

Thx bro, but get an input error when running.

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

candyflip 08-06-2025 08:57 AM

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

xxxclusive 08-07-2025 01:14 PM

Quote:

Originally Posted by candyflip (Post 23389694)
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

Checked opus and it just selects the first 1-3 minutes of a video and adds subtitles. It's not really trailers.

Huggles 08-07-2025 01:41 PM

Quote:

Originally Posted by fastball (Post 23389449)
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.

:thumbsup:thumbsup:thumbsup

NatalieK 08-07-2025 01:45 PM

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