How to add new — and non-defined — metadata to an MP4 file?
I have been trying to understand how to add some additional metadata to a MP4 file. I understand how to add metadata, like this:
ffmpeg -i bb.mp4 -metadata title="my title" bb2.mp4
But w...