- Joined
- Jan 13, 2024
This is so much more fun thoughAm I way off in thinking we should just put kiwifarms.net on it?
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
This is so much more fun thoughAm I way off in thinking we should just put kiwifarms.net on it?
Blatant slurs on the screen locking them out is funny but there is a similar dead practice that works even better and can get reuploads removed if done correctly:More redditors discussing the niggermarks - they actually seem to respect why k-farmers do it which I found surprising:
View attachment 7404374View attachment 7404376View attachment 7404377
The result would be that reaction channels become paranoid that they missed one at all times. Just a thought.
::dunno what this does
pushd %~dp0
echo on
::a super janky way of getting the video dimentions. Basically writes it to a text file, then reads it in from the text file to a variable.
::lifted from stack overflow sue me.
ffprobe -v error -of flat=s=_ -select_streams v:0 -show_entries stream=width %1 >> width.txt
ffprobe -v error -of flat=s=_ -select_streams v:0 -show_entries stream=height %1 >> height.txt
FOR /f "tokens=5 delims==_" %%i in (width.txt) do @set width=%%i
FOR /f "tokens=5 delims==_" %%i in (height.txt) do @set height=%%i
echo width=%width%
echo height=%height%
del width.txt && del height.txt
echo Niggermarking...
::most of these settings are stolen from jersh's archive guideline thread.
::loads the video from argument 1
::loads nigger.gif for the overlay
::sets nigger.gif to 4% opacity, then scales it to the size of the video starting from the center.
::saves the video with _niggermark appended to the file name.
ffmpeg -hwaccel auto ^
-i "%~1" ^
-stream_loop -1 -i nigger.gif -shortest ^
-c:v libx264 ^
-filter_complex "[1]format=rgba,colorchannelmixer=aa=0.04[nigger], [nigger]scale=%width%:%height%[z];[0:v][z]overlay,format=yuv420p;" ^
-profile:v baseline -level 3.0 -crf 22 -preset medium -c:a aac -strict experimental -movflags +faststart -threads 0 "%~n1_niggermark.mp4"
endlocal
popd
echo Done.
PAUSE
we should make a faggotmark for some variety in the watermarks being used.
We're all rats living in the Bossman's world
I won't wax poetic about how much I want him to quit smoking crack and stop gambling
Some of you can't just laugh at the crack addict man child losing money every day and instead have to make it some weird para-social gay shit instead.we're just lucky enough to have the privilege of watching him
Uhmmm, thats like, part of the jokeSome of you can't just laugh at the crack addict man child losing money every day and instead have to make it some weird para-social gay shit instead.
Some of you can't just laugh at the crack addict man child losing money every day and instead have to make it some weird para-social gay shit instead.
You must have a Kiwi Farms Gold Account™ to de-nigger this file for your faggot video.
Oh no, inevitability.
Safe to assume the niggermark wasn't as easy to remove as this faggot thought it would be. Rope yourself, Pickle.
would be cool if you could pick whatever copyright you wanted to useOk guys I've rubbed my 7 braincells together and cobbled up an automatic niggermarker. Simply extract the zip, drag & drop a video onto the batch, and it will niggerfy it with a 4% transparent overlay.