Here you go people.
Since the Quality wasn't that much, I just Encoded this with my VPS.
All I did was to put this in a Tmux session:
for i in *.mkv; do ffmpeg -i "${i}" -acodec pcm_s16le -ac 2 -f wav - | neroAacEnc -lc -ignorelength -br 64000 -if - -of "${i%.mkv}.aac" && ffmpeg -i "${i}" -map 0:0 -c:v libx264 -preset veryslow -crf 23.5 -profile:v high -level 4.1 "${i%.mkv}.mp4" && ffmpeg -i "${i%.mkv}.mp4" -i "${i%.mkv}.aac" -c copy -metadata comment="Encoded By [AliQ]" "../[AliQ] ${i%.mkv}.mp4" && rm "${i%.mkv}.aac" "${i%.mkv}.mp4" && mv "${i}" ../done/ ;done
Folder Structure:
Root/
--> TheG/ (Sources)
--> done/ (Move encoded sources out of the way)
And after a simple renaming:
transmission-create -c "Created By [AliQ]" -t http://pqfcloud.cf:14863/announce -t udp://open.demonii.com:1337/announce -t udp://exodus.desync.com:6969/announce -t udp://tracker.pomf.se/announce -t udp://tracker.blackunicorn.xyz:6969/announce -t udp://tracker.coppersurfer.tk:6969/announce -o "[AliQ] The Grim Adventures of Billy & Mandy [480p WEB_DL x264].torrent" "./[AliQ] The Grim Adventures of Billy & Mandy [480p WEB_DL x264]"
It's That's easy! But it took a while!
SEED people! Seed!