79219363

Date: 2024-11-24 05:20:28
Score: 1
Natty:
Report link

According to this post on a ExifTool forum thread, I found success by losslessly remuxing videos with FFmpeg to remove video metadata with:

ffmpeg -i Input.mp4 -vcodec copy -acodec copy Output.mp4
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: taivlam