Question Removing Video File Properties and Personal Information

Devilfenix

Fan
Mar 12, 2022
18
83
332
0fya082315al84db03fa9bf467e3.png
Greetings to all,
Recently, I downloaded some video files from torrents, and it's impossible to remove from each video file its properties and personal information as you can see in the images below... like they are locked somehow...

Please, Log in or Register to see links and images

Please, Log in or Register to see links and images

Any idea how can I force remove them?
 

yticpmis234

Bathwater Drinker
Jun 3, 2023
245
9,647
1,182
0fya082315al84db03fa9bf467e3.png
Exiftool [
Please, Log in or Register to see links and images
] the OG gigachad :GigaChad: of scrubbing Personally Identifiable Information from files.
Trusted by journalists, dissidents, whistleblowers, 🏴‍☠️ and privacy enthusiasts everywhere.


The only two commands you need to know
  • Scrub all EXIF data from one file exiftool -all= my_photo.jpg
  • Scrub all EXIF data from all files in this folder exiftool -r -FileName -Directory -all= *
 
Last edited:

Devilfenix

Fan
Mar 12, 2022
18
83
332
0fya082315al84db03fa9bf467e3.png
Please, Log in or Register to view quotes
Thank you for your reply, I tried it with the ExifToolGUI, and I got an error when I tried to remove metadata from a video file... the message I got was
" 0 image files updated
1 files weren't updated due to errors
Error: Writing of MKV files is not yet supported -"
 

sexyegirlsaccount

Bathwater Drinker
Mar 15, 2022
120
1,955
1,262
0fya082315al84db03fa9bf467e3.png
MKV can be converted to MP4 almost instantly, with no reencoding... I would just do that and then use exiftool.
Also double check that MKV is unable to be handled by exiftool, because I suspect it is just the thing you tried, ExifToolGUI.
 
  • Done
Reactions: yticpmis234

yticpmis234

Bathwater Drinker
Jun 3, 2023
245
9,647
1,182
0fya082315al84db03fa9bf467e3.png
Please, Log in or Register to view quotes
Please, Log in or Register to view quotes
sexyegirlsaccount is right 🏆 :WeSmart:.

The best course of action is to convert MKV to regular mp4 ... run ffmpeg -i My_Video.mkv -c copy My_Video.mp4

  • This tool
    Please, Log in or Register to see links and images
    can demystify ffmpeg commands/options by writing them for the user.
  • If you want a GUI solution for ease of use, use
    Please, Log in or Register to see links and images
    to handle make or modify MKV files