How to Make (Re-hash) a TikTok Video Unique ?

You're welcome mate!
So yeah, I didn't write a particular script for generating truly unique videos, just for creating out of footage
But I would suggest you to for example write a script that takes your video and write several commands in ffmpeg, which would be randomly executed, you can even write tho this command will be executed several times on one video in for loop

for example:

Python:
import os
import random
import subprocess
import glob
#there you can specify all command you can want to use:
unique_command_1 = 'ffmpeg command for adding color filters'
unique_command_2 = 'ffmpeg command for rescaling'
unique_command_3 = 'ffmpeg command for adding text'
...
unique_command_n = 'ffmpeg command for adding noise'
#you can also create command that takes all the videos from some folder and pushes to the array
videos = [f.name for f in os.scandir("your videos subforlder") if f.is_file() and f.name.endswith(".mp4")]

commands = [unique_command_1,unique_command_2,unique_command_3, ... ,unique_command_n]

# if you want several videos you should create a loop:
amount_vids = 3 #number of videos you want
for i in range(amount_vids):
    #this takes random video and random command:
    unique_command = random.choice(commands)
    random_video = random.choice(videos)

    #if you're using random video then consider this structure of command:
    f"ffmpeg ${random_video} | there your command | output_video${random.radint(100,999)}.mp4"

    #and then just execute your commands:
    subprocess.run(unique_command)


# if you want to use several commands on video you can do smth like this:
for i in range(amount_vids):
    random_video = random.choice(videos)

    #your commands now should look like:
    f"ffmpeg ${input_vid} | there your command | temp_video${i}.mp4"

    unique_command = random.choice(commands)

    input_vid = random_video
    amount_commands = 3
    for i in range(amount_commands):
        subprocess.run(unique_command)
        input_vid = F"temp_video${i}.mp4"

    #rename and remove temps
    os.rename(f"temp_video${amount_commands}.mp4", f"output_video${random.radint(100,999)}.mp4")
    files = glob.glob("temp_*")
    for file in files:
        os.remove(file)

I have probably mistaken somewhere there cause I'm not that good at programming ;D, but I hope you got the point
And of course you should use ChatGPT for all of this, it can sometimes have mistakes in code, but with explanation it works good

Thanks a lot bro, I will checkout the script and make some basic debugging (I am not that good coder either) and will rely on some help from chatgpt to achieve the goal.
Again, thanks a lot for your help !

Are you uploading the videos where you show your face or videos like those rich lifestyle vids where you have something in the background and caption with tts?
No, I am not uploading this kind of vids. I am uploading vids about gaming, mainly some gameplay sequences with some effects and background music. I want to upload (same/spun) video in several accounts, so I am asking here about making a video unique in the eyes of TikTok

are you doing this for free

Nobody can tell, since I sent him a msg in PM and he told me to wait coz the program was not ready yet, but since then I got no further updates from his end, I sent him a new msg yesterday, no answer till now.

ffmpeg is a solution for you.

Can you please elaborate more ? kind of commands u use with ffmpeg for Tiktok videos ?
 
Small update :

So I tried most of the suggesting I got from the folks here, the conclusion : THEY DIDN'T WORK

Yeah, in overall we can say that adding noise, changing playback speed, and deleting meta they all didn't make the video unique for TikTok.

NB : I didn't want to combine a lot of filters and effects since I didn't want to distorde the video too much - especially noise effect.

Apparently (according to my experince), it does take more than some simple effects to make the video unique in the eyes of TikTok, like using GUI based software to add more interesting elements - the thing which I don't wanna do since I want to do batch processing and most GUI software don't offer such solution.


So, again this thread is still active and I will keep updating it, if anyone has a method/script/software/ whatever information that could help, please comment below

That's it for now !
 
Small update :

So I tried most of the suggesting I got from the folks here, the conclusion : THEY DIDN'T WORK

Yeah, in overall we can say that adding noise, changing playback speed, and deleting meta they all didn't make the video unique for TikTok.

NB : I didn't want to combine a lot of filters and effects since I didn't want to distorde the video too much - especially noise effect.

Apparently (according to my experince), it does take more than some simple effects to make the video unique in the eyes of TikTok, like using GUI based software to add more interesting elements - the thing which I don't wanna do since I want to do batch processing and most GUI software don't offer such solution.


So, again this thread is still active and I will keep updating it, if anyone has a method/script/software/ whatever information that could help, please comment below

That's it for now !
Didn't work, you mean your account was shadowbanned?
Cause I uploaded same video with little of changes (noise) on tiktok, and it worked good, but engagement was less of course
 
Didn't work, you mean your account was shadowbanned?
Cause I uploaded same video with little of changes (noise) on tiktok, and it worked good, but engagement was less of course

No, the account didn't get shadowbanned, I got some engagement but it was very low.

So, this why I am saying it didn't work, because in my method I don't care about growing accounts (because they will get banned eventually), I do care about the first engagement, so I need to get as much views as I can on the first videos I publish.
 
No, the account didn't get shadowbanned, I got some engagement but it was very low.

So, this why I am saying it didn't work, because in my method I don't care about growing accounts (because they will get banned eventually), I do care about the first engagement, so I need to get as much views as I can on the first videos I publish.
got you, I have sometimes same issue, don't know what to do
 
DM me, I can't dm yet, very interested if this works out

I have been waiting his response for 3 weeks, it looks that he dropped the idea or he is busy with other stuff and doesn't have time to check my messages.

Reuploading movies to TikTok will not result in the suspension of your account. I accomplish it effortlessly.

Yeah, I know. but my case is a bit special bro.
1. I upload cpa (blackhat) videos, so my account will get suspend eventually.
2. I want to make slight changes to the original video so Tiktok sees it as new because now when I re-upload the exact same video, I get 0 views.
 
I have been waiting his response for 3 weeks, it looks that he dropped the idea or he is busy with other stuff and doesn't have time to check my messages.



Yeah, I know. but my case is a bit special bro.
1. I upload cpa (blackhat) videos, so my account will get suspend eventually.
2. I want to make slight changes to the original video so Tiktok sees it as new because now when I re-upload the exact same video, I get 0 views.
Send me a PM your Telegram, I'll send you the program. But you will need a detailed feedback.
 
Hi, I did some tests with more than 80 videos to make the video unique but so far nothing has worked.

I just installed ffmpeg, I'll see if this program is effective
 
Idk what you are doing exactly, but for the gaming niche you should try not just reposting the videos, but maybe download some long gameplay and separate it with moviepy, after that add 3-5 effects that dont change the video as much like coloring one pixel, watermarking, adding outro, trimming, and similar stuff.
 
Idk what you are doing exactly, but for the gaming niche you should try not just reposting the videos, but maybe download some long gameplay and separate it with moviepy, after that add 3-5 effects that dont change the video as much like coloring one pixel, watermarking, adding outro, trimming, and similar stuff.
maybe u have some guides or something regarding applying effects with moviepy? thanks!
 
Use the ffmpeg-python library to make it very easy to operate with ffmpeg. Here is an example to flip a video :

Python:
def flip_video(path):
    try:
        (
            ffmpeg.input(path)
            .filter("hflip")
            .output(
                path.replace(".mp4", "_flipped.mp4"), map_metadata=-1, loglevel="quiet"
            )
            .run()
        )
        return True
    except ffmpeg.Error as e:
        print(e.stderr)
        return False

However, I would really like to know if flipping a video, zooming in 110%, changing speed etc... really has an effect on the TikTok Detection Algorithm. Any ideas ?
 
How much of the video needs to be edited to be ‘unique’ in TT eyes?
 
I have no idea, for that we would need some details on how the TikTok Detection Algorithm works. I have no idea, but my methods bypasses hash uniqueness.
 
https://www.blackhatworld.com/seo/uniqueizing-video-with-ffmpeg-my-experience-in-creating-youtube-doorways.1338285/
Plus add some text to video using ffmpeg. You can also put an image at the beginning or append to the end. Another thing is to change brightness and contrast.

Stackoverflow should help you with that.
 
Back
Top