this post was submitted on 09 Feb 2025
30 points (94.1% liked)

Piracy: ꜱᴀɪʟ ᴛʜᴇ ʜɪɢʜ ꜱᴇᴀꜱ

56808 readers
418 users here now

⚓ Dedicated to the discussion of digital piracy, including ethical problems and legal advancements.

Rules • Full Version

1. Posts must be related to the discussion of digital piracy

2. Don't request invites, trade, sell, or self-promote

3. Don't request or link to specific pirated titles, including DMs

4. Don't submit low-quality posts, be entitled, or harass others



Loot, Pillage, & Plunder

📜 c/Piracy Wiki (Community Edition):

🏴‍☠️ Other communities

Torrenting:

Gaming:


💰 Please help cover server costs.

Ko-Fi Liberapay
Ko-fi Liberapay

founded 2 years ago
MODERATORS
 

TorrentGalaxy's release group GalaxyRG265 used to be my go-to for movie releases because I thought they were the perfect balance of size and quality. However, they haven't put out anything since mid December.

Anyone know what happened? I know the site has had uptime issues recently, so maybe they're focusing on that instead?

top 3 comments
sorted by: hot top controversial new old
[–] [email protected] 14 points 5 days ago (1 children)

I don't have any information about them. However if anyone would like to replicate their encodes, they did post how they do it last year: https://torrentgalaxy.to/forums.php?action=viewtopic&topicid=2865&page=last#last

I've copied the post below.

How to make GalaxyRG265 rips.

We took the RARBG x265 as a base and modified it to our liking. Biggest difference is DDP audio instead of AAC and CRF encoding instead of target bitrate.

GalaxyRG265 rips greatly vary in size as CRF encoding targets a desired visual quality and only uses the bitrate required for that. This results in movies with unsophisticated and little motion to be small and complex high motion movies to be big while both visually the same quality. We set a 4500K max bitrate cap to prevent overly complex video from bubbling to ridiculous sizes.

We use ffmpeg https://www.ffmpeg.org/download.html but other x265 encoders are fine.

ffmpeg parameters

ffmpeg -i INPUTMOVIE.mkv -map 0:V:0 -map 0:m:language:eng -map 0:s? -disposition:s:0 default -c:a eac3 -ac 6 -b:a 384k -c:s copy -c:v libx265 -pix_fmt yuv420p10le -preset slow -crf 22 -maxrate 4500K -bufsize 9M -x265-params "max-merge=5:limit-refs=3:rd=4:rc-lookahead=48:bframes=8:aq-mode=3" -vf "scale='trunc(min(1920/iw,1080/ih)*iw/2)*2':'trunc(min(1920/iw,1080/ih)*ih/2)*2':flags=lanczos" OUTPUTMOVIE.mkv
-map 0:V:0 -map 0:m:language:eng -map 0:s? -disposition:s:0 default

Selects first video stream, ditches any image/cover stream.

Selects English audio stream (use -map 0:a? to select all audio streams).

Selects all subtitle streams and sets first subtitle stream as default.

-c:s copy -c:a eac3 -ac 6 -b:a 384k -c:v libx265 -pix_fmt yuv420p10le -preset slow -crf 22 -maxrate 4500K -bufsize 9M

Copy any subtitles from selected source. Encode audio to DDP5.1 at 384K bitrate.

Encode video using the x265 encoder at 10bit with slow encoding preset set to CRF 22 and 4500K bitrate cap.

-x265-params "max-merge=5:limit-refs=3:rd=4:rc-lookahead=48:bframes=8:aq-mode=3"

Couple x265 tweaks. Some will argue against them. It's safe to leave this part out and stick to the default x265 parameters.

-vf "scale='trunc(min(1920/iw,1080/ih)*iw/2)*2':'trunc(min(1920/iw,1080/ih)*ih/2)*2':flags=lanczos"

This scales any input video to 1080p while retaining the proper aspect ratio. For quality encodes only use 1080p or higher input resolutions. Don't be a douche and use this to upscale videos.

Link to more info on ffmpeg parameters https://ffmpeg.org/ffmpeg.html

[–] [email protected] 3 points 4 days ago

Awesome thank you!

[–] [email protected] 4 points 5 days ago

The only information I could find was a super admin posted they are "Either on vacation or on strike..."