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

achrafhacker

BANNED
Joined
Dec 17, 2015
Messages
151
Reaction score
33
Hey Folks,

Recently, I have been doing some mass spamming of videos on Tiktok.
I take one video and post like 5 to 6 times in same account and I move on to the next video, and it goes on and on and on.

The problem: Since I spam 30-50 accounts/day, I need to create new videos everyday, which consumes some time, since the process of editing is manual, and the method is not profitable enough to hire a freelancer to do the editing for me.

I want to know please if there are some faster ways to re-hash (change of pitch, tempo, cutting, extending, whatever) a Tiktok video to make unique since my videos are very similar, so I need just the minimum changes to make the video unique in the eyes of Tiktok
 
Hey Folks,

Recently, I have been doing some mass spamming of videos on Tiktok.
I take one video and post like 5 to 6 times in same account and I move on to the next video, and it goes on and on and on.

The problem: Since I spam 30-50 accounts/day, I need to create new videos everyday, which consumes some time, since the process of editing is manual, and the method is not profitable enough to hire a freelancer to do the editing for me.

I want to know please if there are some faster ways to re-hash (change of pitch, tempo, cutting, extending, whatever) a Tiktok video to make unique since my videos are very similar, so I need just the minimum changes to make the video unique in the eyes of Tiktok
Write to me in a week, I'll give you a test such a program that allows you to make one video a lot of unique in automatic mode.
 
Write to me in a week, I'll give you a test such a program that allows you to make one video a lot of unique in automatic mode.
as long as its free then you should be fine.
 
you mentioned a few techniques already.
adjust pitch and slow the video down (or speed it up).
have you tried that? or do you want someone else to try this and report back to you?
if speed is the issue, you can get a ffmpeg 1-liner to do it.
 
Dont you get your account suspended by tiktok for this ??? How do you deal with suspensions ?

Actually, account suspension if a part of the process. since I am doing a "churn and burn" method. so getting suspend is not a big worry for me. so the reply to your question : How do you deal with suspensions ? - I just move on and create new accounts.


Write to me in a week, I'll give you a test such a program that allows you to make one video a lot of unique in automatic mode.

Thanks Mate, I will PM, I would be happy to test your program.

you mentioned a few techniques already.
adjust pitch and slow the video down (or speed it up).
have you tried that? or do you want someone else to try this and report back to you?
if speed is the issue, you can get a ffmpeg 1-liner to do it.

Yes, you are right, I have some basic knowledge in video editing.
I am asking to know if there are people already tested some methods, to save some time and headache, because as you know there a lot of parameters (pitch, speed, temp, background music, overlays, etc....) to test out, and they all require some time and patience to go through.

Thanks for the tip you shared I will try to implement the pitch and playback speed changes and see how it goes.
 
Hey Folks,

Recently, I have been doing some mass spamming of videos on Tiktok.
I take one video and post like 5 to 6 times in same account and I move on to the next video, and it goes on and on and on.

The problem: Since I spam 30-50 accounts/day, I need to create new videos everyday, which consumes some time, since the process of editing is manual, and the method is not profitable enough to hire a freelancer to do the editing for me.

I want to know please if there are some faster ways to re-hash (change of pitch, tempo, cutting, extending, whatever) a Tiktok video to make unique since my videos are very similar, so I need just the minimum changes to make the video unique in the eyes of Tiktok
How much ate you earning with the method ? You said not enough to hire someone ? So you should move to other methods that pay more.
 
Actually, account suspension if a part of the process. since I am doing a "churn and burn" method. so getting suspend is not a big worry for me. so the reply to your question : How do you deal with suspensions ? - I just move on and create new accounts.
Your account cannot get suspended for re-uploading videos on TikTok. I do it without problems.
 
How much ate you earning with the method ? You said not enough to hire someone ? So you should move to other methods that pay more.

I am earning about 10$-50$/day average, so it is not stable + I am still testing out some techniques to make more stable and increase the earnings, this is why for the time being I don't think hiring someone would be effecient.

Your account cannot get suspended for re-uploading videos on TikTok. I do it without problems.

The thing is I am re-uploading videos already uploaded on TikTok, so tiktok knows that the video has already been uploaded and the new uploads get 0 views, hence my question about making a video (that already been uploaded to Tiktok) unique.
 
Use green screen video filter you can also try mirror or change video size anyway how many accounts do you create daily?
 
Use green screen video filter you can also try mirror or change video size anyway how many accounts do you create daily?

Bro, try at least to answer the question before asking your question. So please elaborate your answer more and add some value, then I will be happy to answer your questions.

You can do this manual with tiktok video downloader app and video editor to cut and add videos to your outreach taste.

Come on bro, read what I wrote before dropping the comment. You are telling some very obvious here. What I want kind of edits should I do to make the video unique.
 
Add or subtract content from it that isn't too vital, change the pitch and playback speed maybe, and more importantly, change the exif. Should be good on making it seem unique to TikTok's algo.
 
One way to unequlize your creatives is to use ffmpeg, for example this commnad:
ffmpeg -i input_video.mp4 -vf "noise=alls=15:allf=p+t+u:all_seed=$RANDOM$" -map_metadata -1 -c:a copy output_video.mp4 -y
(this command you put in command prompt, it takes video, and adds noise with random seed, and also deletes meta-data from video)
Additionally, you can use ChatGPT to write python script that takes random ffmpeg command (it can be noise, as well vignette, color editing, rescaling and other staff) that uneqiulizes your video creatives)
Of course this thing sometimes works, sometimes no, you should test it
for example, I created python script that generates random simple motivational videos (it took me around 6 days with chatgpt and some programming skills), and now I have infinite amount of unique videos.

BTW, what niche you're in that you're creating so much accounts?
 
Add or subtract content from it that isn't too vital, change the pitch and playback speed maybe, and more importantly, change the exif. Should be good on making it seem unique to TikTok's algo.

I tried doing this and it worked for some videos and for others no. I am still looking for other ways to make the video unique without spending too much time, since the most important for me to generate a lot of videos in a short time, so I am not looking for anything fancy. I need to know the minimum of editing required to make the videos unique in the eyes of tiktok.

One way to unequlize your creatives is to use ffmpeg, for example this commnad:
ffmpeg -i input_video.mp4 -vf "noise=alls=15:allf=p+t+u:all_seed=$RANDOM$" -map_metadata -1 -c:a copy output_video.mp4 -y
(this command you put in command prompt, it takes video, and adds noise with random seed, and also deletes meta-data from video)
Additionally, you can use ChatGPT to write python script that takes random ffmpeg command (it can be noise, as well vignette, color editing, rescaling and other staff) that uneqiulizes your video creatives)
Of course this thing sometimes works, sometimes no, you should test it
for example, I created python script that generates random simple motivational videos (it took me around 6 days with chatgpt and some programming skills), and now I have infinite amount of unique videos.

BTW, what niche you're in that you're creating so much accounts?

Thanks a lot for your input. the niches I am in are gaming niches in general, like Fortnite, Warzone Mobile, Roblox to name a few.

I know something or two about the ffmpeg tool but I don't know which and how many commands I should implement to make the video unique. I will of course start with the one you suggested and I will try to perfect it using Chatgpt.

I will be grateful if you are willing to share the command you are using now to make unique videos (not generating videos, just making an exisiting video unique).

Ps : if you don't feel conformtable sharing the command in public, you can PM me ;)
 
I tried doing this and it worked for some videos and for others no. I am still looking for other ways to make the video unique without spending too much time, since the most important for me to generate a lot of videos in a short time, so I am not looking for anything fancy. I need to know the minimum of editing required to make the videos unique in the eyes of tiktok.
Quantity over quality, makes sense. Plus, as long as the method works in getting through TikTok for a good portion of the videos, everything else is secondary. I'll see if I can play around with it myself on my free time and log how that goes at some point. Could refine the technique if necessary calls for it, otherwise use what's currently workable.
 
I tried doing this and it worked for some videos and for others no. I am still looking for other ways to make the video unique without spending too much time, since the most important for me to generate a lot of videos in a short time, so I am not looking for anything fancy. I need to know the minimum of editing required to make the videos unique in the eyes of tiktok.



Thanks a lot for your input. the niches I am in are gaming niches in general, like Fortnite, Warzone Mobile, Roblox to name a few.

I know something or two about the ffmpeg tool but I don't know which and how many commands I should implement to make the video unique. I will of course start with the one you suggested and I will try to perfect it using Chatgpt.

I will be grateful if you are willing to share the command you are using now to make unique videos (not generating videos, just making an exisiting video unique).

Ps : if you don't feel conformtable sharing the command in public, you can PM me ;)

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
 
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?
 
Write to me in a week, I'll give you a test such a program that allows you to make one video a lot of unique in automatic mode.
are you doing this for free
 
Back
Top