take a look at this article https://superuser.com/questions/441361/strip-metadata-from-all-formats-with-ffmpeg
ffmpeg -i input_video.mp4 -map 0 -map_metadata -1 -c copy output_video.mp4
you can also try using https://handbrake.fr/
take a look at this article https://superuser.com/questions/441361/strip-metadata-from-all-formats-with-ffmpeg
ffmpeg -i input_video.mp4 -map 0 -map_metadata -1 -c copy output_video.mp4
you can also try using https://handbrake.fr/
+1
+1