I\'m using Video.js to play back videos in MP4 format on a client\'s website. The player uses html5 video and Adobe Flash Player as a fallback. (In my case it seems to use Flash
I use this command to add the metadata:
MP4Box -isma your-file.mp4
;)