How to make videos unique? (in mass)

d1aco

Junior Member
Joined
Jan 9, 2022
Messages
119
Reaction score
108
Anyone know how to make the videos unique in mass?
Using handbrake and premiere pro at the moment, but the process is slow.
There must be some way of doing it with ffmpeg, I have seen some other threads here talking about this.

I'm talking about something like running a few commands and making 50 unique videos out of the original.

Surely there must be a way, can anyone help? Thanks.
 
if you want to deal in mass, dont use handbrake or premier pro, use ffmpeg or moviepy (less time consuming = roughly 2-5 min per video depending on the size), a simple python line could create unlimited unique videos, if you want to use the current software you have and you know the commands to create unique videos out of the same video then try creating a simply python automation to generate those (more time consuming = roughly 15-20 min per video depending on the size)...
 
Yes, there is a way to automate the process of creating multiple unique videos using ffmpeg. With ffmpeg you can apply various filters, effects and transitions to your videos to make them different from the original. First, you need to have ffmpeg installed on your computer. Once installed, you can open a command prompt or terminal and navigate to the location of the video file.

To create unique videos, you can use ffmpeg's filters and effects. For example, you can apply different color gradings, add text overlays, adjust brightness/contrast, or apply artistic filters. Also, you can try other ffmpeg filters and effects to further enhance the uniqueness of your video. For example, you can apply image overlays, resize or crop videos, add transitions, and even blend multiple videos together.

Remember to adjust the parameters and filters according to your specific requirements. It may take some trial and error to achieve the desired result. By automating the process using a scripting language or batch files, you can generate a series of unique videos with a single command. This can significantly speed up the process compared to manually editing each video individually.

thats a stupid bot comment, dont mind him, you will see plenty of it around the forum, they need to get banned ASAP.
 
i created that program, check this out guys, but there is one problem i created video in russian language but i think you will understood
 
Back
Top