this post was submitted on 06 Aug 2023
80 points (90.0% liked)
Piracy: ꜱᴀɪʟ ᴛʜᴇ ʜɪɢʜ ꜱᴇᴀꜱ
54462 readers
278 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):
💰 Please help cover server costs.
Ko-fi | Liberapay |
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Start with doing simple disc rips, like cd's(Exact Audio Copy), dvds(MakeMKV, DVD decryptor, eac3to), blurays(MakeMKV, eac3to).
Figure out how to encode and compress video so that it still looks good, you can still find some old scene rule nfo's to have a better idea on what settings to use to encode. I use a gui called qvs to do encodes, theres also another one called staxrip, you can also learn how to just use command line arguments and just use x264 or x265 from the command line.
If you're not just wanting to just make remuxes with makeMKV, you're probably going to want to use mkvtoolnix to put everything back together as a video file.
You can use SubtitleEdit to convert PGS or VOB subs into the plaintext format SubRip(SRT) which has more compatibility with media servers like jellyfin.
Consider trying to find some obscure titles which may only have dead torrents, no torrents, or only low quality ones (old ~700mb VCD rips) to track down a physical copy to make a new torrent from.
Pick out some dead torrents to camp indefinitely. A seeder may one day return. Also, if you're on a private tracker, a lot of the time you can download the same torrent that also exists as a dead public torrent, and bring the public one back to life. This can be a bit tricky sometimes.
If you have a beefy computer, you could consider making encodes in the new AV1 codec, which is really good at preserving quality but is rather intensive to encode in.
If you join a private tracker, a lot of the time their forums will have some educational resources on making rips yourself.
Actually cracking new drms requires skill, and the skills you need are called reverse engineering. You're going to have to learn the ins and outs of assembly language, specifically decompiled binary represented as assembly language. Theres a site which has simple tutorial programs called crackme's for dipping your toes into this sort of thing. Theres not going to be any public tutorials on how to crack xyz drm because if those existed, the drm would just be patched. Speaking of that, if you're doing software cracks you'll need to learn how to obfuscate your crack to keep the origin company from figuring out how you did it, or else it will just get patched before you do your next one. That doesn't really apply to audiovisual drm since that is all about extracting a stream, and is a bit more straightforward.
I may update this post if anything else comes to mind, good luck to you!
Edit 1: Make your own ascii art NFO's with PabloDraw
Thank you for pointing me to the right direction, matey. May the wind be ever in your sails
Very good comment. That said, for this part
I'm wondering if anyone might have any
ffmpeg
one-liners that are pretty decent for converting larger mkv's from makemkv or similar down to a more reasonable size for archiving. Basically looking to get something similar to the old ION10 / ION265 encodes from RARBG if that helps (720p or 1080p w 8- to 10-bit depth using x264 or x265).Even better if someone's got a link to a github or similar page with a few different tried and tested presets to study.
I may be wrong, and I'll have to check later tonight to be sure, but I think rarbg may have had a custom encoder for x265, which includes the ion265 rips. You can check it yourself though by checking the mediainfo, which a lot of the time will reveal what commands (x264/x265 commands, not ffmpeg) were used for the encode, along with the encoder name/version. There several programs that will let you check mediainfo, but the easiest to link is this one, just open your video file with it and display as text.
thanks. i know i how to use mediainfo tool. no clue how to convert from a x264/x265 command to an ffmpeg one tho
I've just found file flow which let's you automate the conversion of video formats to different ones and encoders, not just video files as well
Awesome, how're you doing that?
https://fileflows.com/ use this