equalszero

joined 1 year ago
[–] [email protected] 7 points 1 year ago

Someone upload this one to sourcehut. I'm really curious to see how Drew will response to DMCA like that

 

Let's start a thread with scripts that remove metadata from files.

I will start by sharing some that use ffmpeg for mp4 files

Bash

for file in /path/to/folder/*.mp4; do ffmpeg -i "$file" -map_metadata -1 -c:v copy -c:a copy "/path/to/folder/$(basename "$file")"; done

Replace /path/to/folder with the actual path to the folder containing the input files. This command will iterate over all mp4 files in the folder and execute the ffmpeg command with the same input and output filenames.

Emacs Lisp

(defun batch-process-mp4-files (folder)
  (interactive "DSelect folder: ")
  (async-shell-command
   (format "for file in %s/*.mp4; do ffmpeg -i \"$file\" -map_metadata -1 -c:v copy -c:a copy \"%s/$(basename \"$file\")\"; done"
           folder folder)))

Same as the above bash command, but you can just put the folder path interactively, and since it's async-shell-command you can run multiple of them with ease.

What do you use?

[–] [email protected] 0 points 1 year ago

Proton is a solid choice, they have awesome plans to bundle it with their email services afaik.

But when it comes to "trust" I also trust my grocery store service, but I like to have the ability to just pay with cash and not have them log me by name each time I enter their store and what I'm looking at while in there, its creepy and unethical and we should not support those services.

[–] [email protected] 3 points 1 year ago (1 children)

You should have "How do I know if they are not keeping logs of my IP address connections"

Your IP address does not always relate to you, either because you are using a public wifi(that you can bypass the payment portal thanks to mullvad btw) or on top of tor etc.

Your ISP is also a company, and as I said above you should not share your private information with them if possible and legal in your country.

They also claim:

When a customer connects to a VPN server, the server asks the central service to validate the account number, whether or not the account has any remaining time, if the account has reached its allowed number of connections, and so on. Everything is performed in temporary memory only; none of this information is permanently stored to disk

Which I have to guess is true for all the police raids they had that left the police with 0 evidence.

Ask specific questions, and be nice to others. You won't learn much here otherwise, and if you know everything, why even post?

I do not advocate for mullvad, there are many other companies that are valid choices. That's why I posted this to learn what others use or maybe some that are not even listed by torrentfreaks not to argue about the no-log policy of Mullvad.

[–] [email protected] 2 points 1 year ago* (last edited 1 year ago) (4 children)

Some companies like Mullvad have no way to even keep logs

They do not ask for information that would deanonymize you would be a better way of putting that

I’m not familiar with them, can you explain how you are certain they don’t keep logs?

TL;DR They do not ask you for any info that would deanonymize you & support FOSS projets

None of that answers my question.

I just shared a link where they answer those questions in much more detail that I can do via Lemmy commet replies. If you have specific questions please share them, if someone wants to help you out they will reply, otherwise just read the article and try different VPN providers out yoruself.

edit: formatting replies edit2: Because you edited your reply you should NEVER trust any company with your personal information. You should just NOT give it to them, I do not trust Mullvad or any other "privacy" related company to store data that would deanonymize me, you are proving my point that you do not read what I'm typing or the article I've shared.

[–] [email protected] 4 points 1 year ago (6 children)
  • Does not contain non-free js in their website
  • Do not depend on google services etc.
    • Also have made major contributions to FOSS projects
  • There is no Swedish law applicable to them to share data with their goverment
  • They do NOT even allow you to create an account, you just generate a random account number, fill it up with time(monero & bitcoin & cash payment via mail allowed)
  • They also offer OpenVPN with RSA-4096 and WireGuard which uses Curve25519 and ChaCha20-Poly1305
  • Also awesome DNS protection

There are other VPN providers that offer similar stuff to mullvad, I can keep going for days.

TL;DR They do not ask you for any info that would deanonymize you & support FOSS projects

[–] [email protected] -5 points 1 year ago (3 children)

Eh your bank just knows you pay for a VPN.

Some of them log your payment credentials, why would you want your VPN provider to have access to your real name and banking details? Even if you are not pirating content, its just creepy allowing them to do that to you.

Unless you have somekind of a weird fetish that you enjoy knowing that when you browse the web you are not alone and being watched lol

[–] [email protected] 2 points 1 year ago (11 children)

Some companies like Mullvad have no way to even keep logs

[–] [email protected] 14 points 1 year ago

The list are not recommended VPN Providers, they are anything but private since they are using Google services etc

[–] [email protected] 9 points 1 year ago (15 children)

Paying with credit cards etc deanonymizes you

I'm not a fan of using crypto as an investment tool, but since I cant pay with cash via the internet crypto is the next best option.

 

There's way too much hype over VPN Providers, but do not forget, you are routing all your traffic through their servers

As a general advice, if a VPN provider keeps logs of your activity, does not allow you to pay with crypto, and generally spends way too much on youtube ads is probably not an ideal choice.

Do not follow any advice/recommendation blindly, do your own research on which one offers the best service for your own needs.

TorrentFreak Q&A with VPN Providers

[–] [email protected] 34 points 1 year ago

A piracy forum needs to be decentralised and based on FOSS software to be able to have quality content, we are not advertisement friendly lol.

Lemmy is the best option.

If not Lemmy then maybe a discourse forum but that would be even worse for mobile users.

Lemmy will only get better from now on, but tbh I prefer its UI over other alternatives official app.

[–] [email protected] 0 points 1 year ago (1 children)

Use firefox with arkenfox, then you wont have to enable DRM to stream videos

[–] [email protected] 4 points 1 year ago

I use a VPN to avoid captivation portals. That alone makes it worth it for me since I can have free internet connection, my ISP just puts a captivation portal instead of just cutting off your internet access.

 

Getting started

To do this properly, you need to understand how those websites work.

For the shake of simplicity fellow "pirates", they utilize m3u wiki link

  • m3u8 99% of the time.

You will also need yt-dlp install it if you don't have already

Example on utilizing this knowledge
  • Go to your favorite streaming site
  • Simple press F12
  • Go to Network
  • Select XHR (XMLHttpRequest)
  • Filter URLs for m3u8
    • If you find more than one, just test them out, you will soon find the trick on your own :)
  • Copy the URL
  • Open a terminal and type yt-dlp <your-copied-link>

Do it Ethically

Some may call us pirates, which I find really cool

But the true evil Pirates/criminals are the ones that keep the power to themselves and don't share it with others

Information is the only true power, and it should be free(free as in free speech) for all.

Share your own tips & tricks in the comments if you want!

24
Guides for uploaders (lemmy.dbzer0.com)
submitted 1 year ago* (last edited 1 year ago) by [email protected] to c/[email protected]
 

Recently learned how to downloaded 'protected' content and have to say things are pretty simple when you start learning the basics of how things work.

But its pretty hard to get started with, there is not much content for uploaders, at least that I can find easily. Do you have any recommendations to read on uploading content safely? Metadata etc.

view more: next ›