How do I remove all data from a video before I post it on here?

I'm pretty sure it's not fully stripped, especially in a video where processing is expensive.

Try using the command ffmpeg -i input_file.whatever -map_metadata -1 -c:v copy -c:a copy to_upload.mp4

Still might not get everything (metadata in the audio section?), personally I recommend you play the video with mpv or another video player and record the player window with OBS. That should screen everything.
 
I'm pretty sure it's not fully stripped, especially in a video where processing is expensive.

Try using the command ffmpeg -i input_file.whatever -map_metadata -1 -c:v copy -c:a copy to_upload.mp4

Still might not get everything (metadata in the audio section?), personally I recommend you play the video with mpv or another video player and record the player window with OBS. That should screen everything.
I edited the video, then removed the data via windows (twice) then I put it through an exif meta data removing site then I converted it to webem. Then I posted it here. I should be safe...right?
 
  • Optimistic
Reactions: Vecr
I edited the video, then removed the data via windows (twice) then I put it through an exif meta data removing site then I converted it to webem. Then I posted it here. I should be safe...right?
Use the OBS technique to be safe. Run the result of that through an EXIF remover or my FFMPEG command after you make the recording.
 
I edited the video, then removed the data via windows (twice) then I put it through an exif meta data removing site then I converted it to webem. Then I posted it here. I should be safe...right?
If you remove the data, the site will add it back. The only way you can be safe is if you upload it without altering the data at all.
 
  • Informative
Reactions: Moths
Back