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 22 -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]" "../o/[AliQ] ${i%.mkv}.mp4" && rm "${i%.mkv}.aac" "${i%.mkv}.mp4" && mv "${i}" ../d/ ;done
Folder Structure:
--> s/ (Sources, current directory)
--> d/ (Move encoded sources out of the way)
--> o/ (Outputs)
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] Dexter's Laboratory [480p WEB_DL x264].torrent" "./[AliQ] Dexter's Laboratory [480p WEB_DL x264]"
It's That's easy! But it took 48hours!!
SEED people! Seed!
All Comments