Video Uniqueization Software | Relevant for others?

FiveForwardSlash

Registered Member
Joined
Dec 16, 2020
Messages
80
Reaction score
106
Attention - this thread was not created for selling services or programs, as I understand that my status on the forum does not allow doing this yet. This thread was created to determine the demand and needs of forum members who work with video.

Answering questions in personal messages in my thread dedicated to the uniqueness of the video, I noticed that this question is relevant for many people. While working with YouTube, I wrote a template on ZennoPoster that uses the methods that I described.

https://www.blackhatworld.com/seo/u...erience-in-creating-youtube-doorways.1338285/

I am wondering how relevant this program can be for others. If the participants have a need and interest in it for their projects, this will motivate me to continue working on it and will sooner receive the required statute on the forum.

At the moment, a template can do:

1. Creates containers with the "ts" extension for all videos, Intro, Outro.
2. Takes a random video from a folder
3. Add random Intro from folder.
4. Add a random Outro from the folder.
5. Add random audio track from folder.
6. Change video resolution.
7. Change the bitrate of the video. You can specify a random range (for example, from 2M to 8M) and specify a step (for example + 0.5M)
8. Change Brightness. You can specify a random range and specify a step
9. Change the Contrast. You can specify a random range and specify a step
10. Change the Frame rate. You can specify a random range and specify a step.
11. Can substitute keywords from the list for video titles.
12. Generate a new name from random characters (for example "JbBqWi")

These are the main functions that I am currently working on. The rest work in semi-manual mode and require work on them. Please give feedback to what extent the problem of uniqueness and the need for such a template is relevant to you.
 
sounds cool, whilst it won't personally help me it could be useful for some. however this will saturate some markets with retards who can't figure out shell / python scripting so take that as you will.
 
So you’ll be using the FFMPEG we discussed yesterday but will turn it into a bot, so everything is more accessible and easier to use basically correct?

Yes, if that’s the case and it saves time to learn how to use it I would buy it, if it makes each video 100% undetectable I would get it.
 
If it is easy to use and not something fancy like sony vegas, then yes i'd be interested in having such things to run
 
You can mass process videos, do lots of things (mute, change the image etc ...) search the forum and you will find the answers !
https://www.blackhatworld.com/search/3148812/?q=FFMPEG&o=relevance

Check out this: https://www.blackhatworld.com/seo/useful-ffmpeg-command-lines-for-youtube.972089/

Thanks, yeah the problem is I’m not very technical with this stuff. Are there any actual tutorials that show how easy it is, so I can watch it in actual usage. Our client just wants to spin one or two videos per month using the same video
 
You can mass process videos, do lots of things (mute, change the image etc ...) search the forum and you will find the answers !
https://www.blackhatworld.com/search/3148812/?q=FFMPEG&o=relevance

Check out this: https://www.blackhatworld.com/seo/useful-ffmpeg-command-lines-for-youtube.972089/

Quick question… I checked all the commands and from what I can tell they would ruin our clients video, most seem to cut and speed up the video.

Our client wants us to simple spin and edit his one video to reuse it again and again on YouTube without it being taken down for duplicate or being affected with the ranking.

We are currently using the mass spinner tool to spin and then Camtasia to edit: zoom, add spotlights, intro, outro image etc my fear is not knowing if this is enough thus why I’ve been looking into the FFMPEG.

It seems the FFMPEG is used to bypass copyright and for mass producing though, so can I somehow use it for our purpose instead to make the clients video even more unique again?
 
It seems the FFMPEG is used to bypass copyright and for mass producing though, so can I somehow use it for our purpose instead to make the clients video even more unique again?
Of course, you just need to make the right settings with the right scripts ;)
I just learned how to use it in 24 hours so you should get by !
 
Of course, you just need to make the right settings with the right scripts ;)
I just learned how to use it in 24 hours so you should get by !

Could you share them with me please buddy, I have watched some videos and looked at the commands via the thread you showed me but as I said, they’re going to end up removing / making the clients video too short. That’s the main issue I’m facing currently, I can see how easy it is to use the commands now though thanks.
 
Could you share them with me please buddy, I have watched some videos and looked at the commands via the thread you showed me but as I said, they’re going to end up removing / making the clients video too short. That’s the main issue I’m facing currently, I can see how easy it is to use the commands now though thanks.
What would you like me to share, I am using the scripts to forcefully break into YT and stream porn !
 
What would you like me to share, I am using the scripts to forcefully break into YT and stream porn !

Just advice on what commands to implement in order to help make the copy unique without removing vital footage.
 
It'd be great if you add features to trim video into multiple small clips and join them in a random order.
 
It'd be great if you add features to trim video into multiple small clips and join them in a random order.
I'm not sure what you want, this script splits the video into several 25s chunks but not random !
ffmpeg -i input.mp4 -c copy -map 0 -segment_time 00:00:25 -f segment output%03d.mp4
 
I'm not sure what you want, this script splits the video into several 25s chunks but not random !
I mean 2 features:
1. Split video into multiple small clips (which you already mentioned exists)
2. Compile multiple small clips from a folder into a video in a custom or random order
 
Back
Top