Edit MP4 Metadata with exiftool
I have an MP4 file with Title metadata: exiftool movie.mp4 Which gives: Audio Bits Per Sample : 16 Audio Sample Rate : 48000 Handler Type : Metadata Handler Vendor ID : Apple Title : Movie Title I want to completely remove this Title metadata. I have tried overwriting the title: exiftool -Title="" movie.mp4 exiftool -Title= movie.mp4 exiftool -Title="" -overwrite_original movie.mp4 The command takes awhile to execute, but exits with: 0 image files updated 1 image files unchanged What am I doing incorrectly? How can I view what the exiftool error is? How can I remove the Title attribute?