Welcome to the GoFuckYourself.com - Adult Webmaster Forum forums.

You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today!

If you have any problems with the registration process or your account login, please contact us.

Post New Thread Reply

Register GFY Rules Calendar
Go Back   GoFuckYourself.com - Adult Webmaster Forum > >
Discuss what's fucking going on, and which programs are best and worst. One-time "program" announcements from "established" webmasters are allowed.

 
Thread Tools
Old 08-02-2025, 09:09 PM   #1
xxxclusive
Confirmed User
 
Industry Role:
Join Date: Oct 2012
Posts: 676
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.
xxxclusive is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 08-02-2025, 09:18 PM   #2
Huggles
GFY'S #1 retard
 
Industry Role:
Join Date: Feb 2003
Location: Kelowna
Posts: 10,874
Quote:
Originally Posted by xxxclusive View Post
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.

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.
__________________
I make my money from people jerking off
Huggles is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 08-02-2025, 09:31 PM   #3
myleene
Confirmed User
 
Industry Role:
Join Date: Oct 2013
Location: Canada
Posts: 890
Quote:
Originally Posted by xxxclusive View Post
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.
myleene is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 08-02-2025, 09:41 PM   #4
Huggles
GFY'S #1 retard
 
Industry Role:
Join Date: Feb 2003
Location: Kelowna
Posts: 10,874
:tongue

Quote:
Originally Posted by myleene View Post
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.
__________________
I make my money from people jerking off
Huggles is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 08-03-2025, 02:46 AM   #5
Fenris Wolf
Confirmed User
 
Industry Role:
Join Date: Nov 2005
Posts: 1,038
Quote:
Originally Posted by xxxclusive View Post
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.
__________________
Email: fenris_wolf3000 (a t ) yah00 . c 0 m
Fenris Wolf is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 08-03-2025, 06:34 AM   #6
Publisher Bucks
Confirmed User
 
Industry Role:
Join Date: Oct 2018
Location: New Orleans, Louisiana. / Newcastle, England.
Posts: 1,146
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.
__________________
SOMETHING EXTREME IS COMING SOON!
Publisher Bucks is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 08-03-2025, 07:50 AM   #7
xxxclusive
Confirmed User
 
Industry Role:
Join Date: Oct 2012
Posts: 676
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 is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 08-03-2025, 08:27 AM   #8
xxxclusive
Confirmed User
 
Industry Role:
Join Date: Oct 2012
Posts: 676
Quote:
Originally Posted by Huggles View Post
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.

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
xxxclusive is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 08-03-2025, 09:41 AM   #9
cerulean
Web & App Development
 
cerulean's Avatar
 
Industry Role:
Join Date: Oct 2023
Location: United States
Posts: 162
Quote:
Originally Posted by xxxclusive View Post
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.
__________________
Cerulean Software Specializes in Website and App Development. Email me today!

Keep Your Business and Members Area Secure with LoginBlue Password and Content Protection
cerulean is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 08-03-2025, 10:03 AM   #10
Huggles
GFY'S #1 retard
 
Industry Role:
Join Date: Feb 2003
Location: Kelowna
Posts: 10,874
Quote:
Originally Posted by cerulean View Post
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.
__________________
I make my money from people jerking off
Huggles is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 08-03-2025, 11:27 AM   #11
xxxclusive
Confirmed User
 
Industry Role:
Join Date: Oct 2012
Posts: 676
Quote:
Originally Posted by Huggles View Post
I find this makes a janky and shitty trailer, but it DOES work.
Janky and shitty in terms of what exactly?
xxxclusive is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 08-03-2025, 11:30 AM   #12
xxxclusive
Confirmed User
 
Industry Role:
Join Date: Oct 2012
Posts: 676
Quote:
Originally Posted by cerulean View Post

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.
xxxclusive is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 08-03-2025, 02:10 PM   #13
asorelli
Confirmed User
 
Industry Role:
Join Date: Feb 2024
Posts: 173
Quote:
Originally Posted by xxxclusive View Post
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.
asorelli is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 08-03-2025, 02:21 PM   #14
pornmasta
Too lazy to set a custom title
 
pornmasta's Avatar
 
Join Date: Jun 2006
Posts: 19,161
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
pornmasta is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 08-03-2025, 05:39 PM   #15
cerulean
Web & App Development
 
cerulean's Avatar
 
Industry Role:
Join Date: Oct 2023
Location: United States
Posts: 162
Quote:
Originally Posted by Huggles View Post
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 View Post
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.
__________________
Cerulean Software Specializes in Website and App Development. Email me today!

Keep Your Business and Members Area Secure with LoginBlue Password and Content Protection
cerulean is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 08-03-2025, 09:19 PM   #16
asorelli
Confirmed User
 
Industry Role:
Join Date: Feb 2024
Posts: 173
Quote:
Originally Posted by xxxclusive View Post
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.
asorelli is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 08-04-2025, 06:10 PM   #17
xxxclusive
Confirmed User
 
Industry Role:
Join Date: Oct 2012
Posts: 676
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?
xxxclusive is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 08-04-2025, 06:35 PM   #18
myleene
Confirmed User
 
Industry Role:
Join Date: Oct 2013
Location: Canada
Posts: 890
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"
myleene is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 08-04-2025, 10:04 PM   #19
plsureking
bored
 
plsureking's Avatar
 
Industry Role:
Join Date: Aug 2003
Location: PORNCMS.com
Posts: 4,720
its going to look like a retarded few minutes of jumpcuts.

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
__________________
#
plsureking is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 08-05-2025, 02:52 AM   #20
zerovic
Confirmed User
 
zerovic's Avatar
 
Industry Role:
Join Date: Apr 2010
Posts: 1,100
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
__________________
php, html, jquery, javascript, wordpress - contact me at contact at zerovic.com
zerovic is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 08-05-2025, 07:18 AM   #21
fastball
Confirmed User
 
Industry Role:
Join Date: Apr 2021
Posts: 6,011
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.
fastball is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 08-05-2025, 08:22 AM   #22
xxxclusive
Confirmed User
 
Industry Role:
Join Date: Oct 2012
Posts: 676
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 View Post
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 View Post
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
xxxclusive is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 08-06-2025, 08:57 AM   #23
candyflip
Carpe Visio
 
candyflip's Avatar
 
Industry Role:
Join Date: Jul 2002
Location: New York
Posts: 43,061
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
__________________

Spend you some brain.
Email Me
candyflip is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old Yesterday, 01:14 PM   #24
xxxclusive
Confirmed User
 
Industry Role:
Join Date: Oct 2012
Posts: 676
Quote:
Originally Posted by candyflip View Post
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.
xxxclusive is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old Yesterday, 01:41 PM   #25
Huggles
GFY'S #1 retard
 
Industry Role:
Join Date: Feb 2003
Location: Kelowna
Posts: 10,874
Quote:
Originally Posted by fastball View Post
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.
__________________
I make my money from people jerking off
Huggles is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old Yesterday, 01:45 PM   #26
NatalieK
Natalie K
 
NatalieK's Avatar
 
Industry Role:
Join Date: Apr 2010
Location: Spain
Posts: 19,376
what does faphouse & xhamster use, they´re preview system is the best from seeing our films trailers & previews with them
__________________
My official site Custom vids Make money & get into the businessFirst time girls
Skype: GspotProductions - "Converting traffic into income since 2005"
NatalieK is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Post New Thread Reply
Go Back   GoFuckYourself.com - Adult Webmaster Forum > >

Bookmarks

Tags
pieces, joins, minute, dozens, process, batch, function, sec, takes, tool, software, trailer, editor, automatically, cuts, setting, auto, vids, trailers



Advertising inquiries - marketing at gfy dot com

Contact Admin - Advertise - GFY Rules - Top

©2000-, AI Media Network Inc



Powered by vBulletin
Copyright © 2000- Jelsoft Enterprises Limited.