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

Are you banned from tiktok? Are all your channels getting views? Are you not stuck with 0 views? If your channels are working perfectly fine, what are you doing?
 
Are you banned from tiktok? Are all your channels getting views? Are you not stuck with 0 views? If your channels are working perfectly fine, what are you doing?
Basically, although I have no penalties from TikTok and Instagram, I cannot get views. Basically, it is as if both platforms mark my content as 'not suitable' to be shown to users in the 'Explore' or 'For You' section. I have tried various ploys in order to give my videos a unique touch; however, there is no way to circumvent the detection system of the relevant platforms to identify the reuse of others' content.
 
nope bro
i don't think that there are other ways to make it unique
only those u have written
 
So does that mean your account has no views? Then we are the same and I am in the same situation. To the point where I post videos about my daily life in the US market, there are no views. Really don't know what to do
 
I've a script that uses FFMpeg to make some changes in order to make the video unique. Anyway, I didn't test it yet, and I'm a bit worried that it won't work.
 
Could u share it?
Yes, sure. Even if I didn't get any result. If you've any tips to improve them, I'd be happy to follow them.

1) ffmpeg -i "%INPUT_FILE%" -i "C:\Users\ACER\Desktop\true-video-uniqueizer-1.0.9\gif\gif.gif" -filter_complex "[0:v]hflip, crop=iw*0.9:ih*0.9:0:0, scale=trunc(iw*1.05/2)*2:trunc(ih*1.05/2)*2, eq=gamma=1.03:saturation=1.15:brightness=0.03, hue=s=0.8:h=0.0, unsharp=luma_msize_x=5:luma_msize_y=5:luma_amount=1.4, noise=alls=10:allf=t+u:all_seed=%RANDOM%, rotate=0.01*PI/180, boxblur=1:1, setpts=0.9*PTS [base]; [1:v]scale=1020:1814, format=rgba, colorchannelmixer=aa=0.01 [overlay]; [base][overlay]overlay=shortest=1" -af "volume=1.10, atempo=1.1, aecho=0.8:0.88:60:0.3, bass=g=3, treble=g=3, asetrate=44100*0.9" -map_metadata -1 "%OUTPUT_FILE%"

2) ffmpeg -i "%INPUT_FILE%" -i "C:\Users\ACER\Desktop\true-video-uniqueizer-1.0.9\gif\gif.gif" -filter_complex "[0:v]hflip, crop=iw*0.9:ih*0.9:0:0, scale=trunc(iw*1.05/2)*2:trunc(ih*1.05/2)*2, eq=gamma=1.03:saturation=1.15:brightness=0.03, hue=s=0.8:h=0.0, unsharp=luma_msize_x=5:luma_msize_y=5:luma_amount=1.4, noise=alls=10:allf=t+u:all_seed=%RANDOM%, rotate=0.01*PI/180, boxblur=1:1, setpts=0.9*PTS [base]; [1:v]scale=1020:1814, format=rgba, colorchannelmixer=aa=0.01 [overlay]; [base][overlay]overlay=shortest=1" -af "rubberband=pitch=1.5" -map_metadata -1 "%OUTPUT_FILE%"

3) ffmpeg -i "%INPUT_FILE%" -i "C:\Users\ACER\Desktop\true-video-uniqueizer-1.0.9\gif\gif.gif" -filter_complex "[0:v]hflip, crop=iw*0.9:ih*0.9:0:0, scale=trunc(iw*1.05/2)*2:trunc(ih*1.05/2)*2, eq=gamma=1.03:saturation=1.15:brightness=0.03, hue=s=0.8:h=0.0, unsharp=luma_msize_x=5:luma_msize_y=5:luma_amount=1.4, noise=alls=10:allf=t+u:all_seed=%RANDOM%, rotate=0.01*PI/180, boxblur=1:1 [base]; [1:v]scale=1020:1814, format=rgba, colorchannelmixer=aa=0.01 [overlay]; [base][overlay]overlay=shortest=1" -af "rubberband=pitch=1.5" -map_metadata -1 "%OUTPUT_FILE%"

The last two commands are the same. I have only removed the filtrer setps=0.9*PTS.

Let me know if you can suggest something to improve them.
 
I'm in the process of deploying my web app that can help you automate your editing by helping you re hash your videos. I'm looking for beta users so drop me a dm if you're interested in gaining access!
 
I'm in the process of deploying my web app that can help you automate your editing by helping you re hash your videos. I'm looking for beta users so drop me a dm if you're interested in gaining access!
Ill be up for it but it doesnt let me dm
 
Back
Top