Jiří Navrátil
2010-Sep-29 12:04 UTC
[theora] metadata in video file for distribution in HTML5?
Hello, I'm finishing my preparation to distribute video recording from Software Freedom Day 2010 on a HTML5 page with references to video files I had converted thx to ffmpeg2theora to Ogg file with Theora video and Vorbis audio. I have the video files already converted and I wish to add some metadata to video file (and propably to HTML5 page too?) I'm thinking about year, copyright, author, name, description What is your recommendation about tags I shall use? Which tool I can use to add these tags to existing Ogg file? Thank you, Jiri -- Jiri Navratil, http://www.navratil.cz, +420 777 224 245 -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.xiph.org/pipermail/theora/attachments/20100929/56dd31dc/attachment.htm
Ralph Giles
2010-Sep-29 13:29 UTC
[theora] metadata in video file for distribution in HTML5?
2010/9/29 Ji?? Navr?til <jiri at navratil.cz>:> I have the video files already converted and I wish to add some metadata to > video file (and propably to HTML5 page too?) > I'm thinking about > year, copyright, author, name, description > What is your recommendation about tags I shall use? > Which tool I can use to add these tags to existing Ogg file?You can use oggz-comment, part of the liboggz package to add metadata to Ogg Theora files. The tags are the same as for vorbis audio files: TITLE=Name or title of the video AUTHOR=Who's speaking DATE=2010-09-18 COPYRIGHT=Copyright 2010 Copyright Holder LICENSE=http://creativecommons.org/licenses/by/3.0/ DESCRIPTION=Brief description or abstract goes here... Hope that helps, and thanks for supporting free formats. -r