Page 1 of 1
Metadata title -- how to change it?
Posted: 06 Apr 2024 01:39
by VeryLeanCoder
Hello, everyone. If a video has a metadata title, then during the first few seconds of play, it is displayed in the lower center of the window (where the subtitles are shown). I want to remove the metadata title from any of my videos that contain them. So, after I open one such video, I go to Tools > Media Information > General tab, where I see the title value in the Title field. I select the value and delete it, at which point a new button, labeled "Save Metadata", appears to the left of the usual "Close" button. I click the "Save Metadata" button, but the original value reappears in the Title field. Is there a way to get rid of that title value?
Re: Metadata title -- how to change it?
Posted: 06 Apr 2024 13:06
by Lotesdelere
Menu Tools -> Preferences -> Subtitles/OSD
Untick the "Show media title on video start" option.
Save, exit and restart VLC.
Re: Metadata title -- how to change it?
Posted: 06 Apr 2024 21:23
by VeryLeanCoder
Thank you for your reply! So that would be a way to not see the media title when playing the video. But as for removing it from the video file – presumably using the "Save Metadata" button – that's not an option?
Re: Metadata title -- how to change it?
Posted: 08 Apr 2024 13:20
by Lotesdelere
But as for removing it from the video file – presumably using the "Save Metadata" button – that's not an option?
It should work, but I'm not sure if it's has been fixed since this report:
https://forum.videolan.org/viewtopic.php?f=14&t=158049
Re: Metadata title -- how to change it?
Posted: 08 Apr 2024 14:53
by VeryLeanCoder
Apparently it has not been fixed (I'm using the latest version).
Re: Metadata title -- how to change it?
Posted: 09 Apr 2024 12:58
by Lotesdelere
I think FFmpeg can do it, IIRC the command line should be something like that:
Code: Select all
ffmpeg -i input.mp4 -map_metadata -1 -c copy output.mp4