Open Video And Metadata Presentation

Loading...

Flash Player 9 (or above) is needed to view presentations.
We have detected that you do not have it on your computer. To install it, go here.

0 comments

Post a comment

    Post a comment
    Embed Video
    Edit your comment Cancel

    2 Favorites

    Open Video And Metadata Presentation - Presentation Transcript

    1. C Open Video & Metadata Fred Benenson Open Video Conference, June 20th 2009 fred@creativecommons.org Product Manager, Creative Commons Saturday, June 20, 2009
    2. What is C? We’re a 501c3 corporation headquartered in San Francisco with 30 employees around the world. We’rea non-profit. We do not offer legal services per se. We offer free legal and technology tools that allow creators to publish their works on more flexible terms than standard copyright. Terms that allow public sharing, reuse, and remix. Saturday, June 20, 2009
    3. Why do we do what we do? Saturday, June 20, 2009
    4. Two Reasons Saturday, June 20, 2009
    5. #1 Saturday, June 20, 2009
    6. Analog Media Uses Implicating All © Law Possible Uses of a Work Fair Uses Saturday, June 20, 2009
    7. Digital Media Uses Implicating © Law All Fair Uses Possible Uses of a Work* *Where every use is a copy. Saturday, June 20, 2009
    8. #2 Saturday, June 20, 2009
    9. The State of the Commons Prior to 2002 Public Domain Default Automatic © All Rights Reserved No Rights Reserved Orphan Works Pre-1923 works, Federal Everything from Dinsey films Government Works, etc. to your notes, to most of the web. Saturday, June 20, 2009
    10. Introducing: C No Rights Reserved Some Rights Reserved All Rights Reserved Orphan Works Pre-1923 works, Federal Government Works, etc. Everything from Dinsey films c to your notes, to most of the web. Saturday, June 20, 2009
    11. What does C actually do? Saturday, June 20, 2009
    12. Saturday, June 20, 2009
    13. Attribution Saturday, June 20, 2009
    14. ShareAlike Saturday, June 20, 2009
    15. NoDerivatives Saturday, June 20, 2009
    16. NonCommercial Saturday, June 20, 2009
    17. Saturday, June 20, 2009
    18. Saturday, June 20, 2009
    19. Saturday, June 20, 2009
    20. Three Different Formats Saturday, June 20, 2009
    21. Saturday, June 20, 2009
    22. Saturday, June 20, 2009
    23. Saturday, June 20, 2009
    24. Some Considerations Public licenses are irrevocable and perpetual However works can be removed from public and their licenses can be changed CC licenses are non-exclusive Dual licensing Creative Commons licenses do not preclude fair uses, fair dealing, etc. Saturday, June 20, 2009
    25. Semantic Web Metadata (RDF, RDFa) Saturday, June 20, 2009
    26. “The Resource Description Framework (RDF) is a family of World Wide Web Consortium (W3C) specifications originally designed as a metadata data model. It has come to be used as a general method for conceptual description or modeling of information that is implemented in web resources; using a variety of syntax formats.” - Wikipedia Saturday, June 20, 2009
    27. “[Simple] Wikipedia does not yet have an article with this name.” - Simple Wikipedia Saturday, June 20, 2009
    28. RDF, Really “Triple” statements. <Fred> <is giving> <a talk on RDF>. <This work> <is licensed> <under CC BY>. Serialized XML file Like RSS, sort of. Vocabularies to describe anything Using URIs Some Microformats are RDF, but not all. Saturday, June 20, 2009
    29. RDFa The “a” is for “attribute” Using XHTML meta and link attributes. A good compromise with the goals of Microformats Now a W3C Recommendation ccREL is expressed in RDFa Google, Yahoo, MySpace, Digg, etc. Saturday, June 20, 2009
    30. Saturday, June 20, 2009
    31. <a rel="license" href="http://creativecommons.org/licenses/by/3.0/us/"> <img alt="Creative Commons License" style="border-width:0" src="http://i.creativecommons.org/l/by/3.0/us/88x31.png" /></a><br /> <span xmlns:dc="http://purl.org/dc/terms/" href="http://purl.org/dc/dcmitype/ Text" property="dc:title" rel="dc:type">RDFa FAQ</span> by <a xmlns:cc="http://creativecommons.org/ns#" href="www.example.com" property="cc:attributionName" rel="cc:attributionURL">John Doe</a> is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by/3.0/us/">Creative Commons Attribution 3.0 United States License</a>.<br />Based on a work at <a xmlns:dc="http://purl.org/dc/terms/1.1/" href="http:// wiki.creativecommons.org/RDFa" rel="dc:source">wiki.creativecommons.org</a>.<br /> Permissions beyond the scope of this license may be available at <a xmlns:cc="http://creativecommons.org/ns#" href="http://moreperms" rel="cc:morePermissions">http://moreperms</a>. Saturday, June 20, 2009
    32. Saturday, June 20, 2009
    33. Saturday, June 20, 2009
    34. dc:title/dc:type <span xmlns:dc="http://purl.org/dc//" href="http://purl.org/dc/dcmitype/Text" property="dc:title" rel="dc:type"> RDFa FAQ</span>  dc is Dublin Core  Title, Author, Type, etc.  The inner HTML of the tag is “RDFa FAQ” which is the title of the work.  This is a text document, so we point dc:type to the Dublin Core definition for "Text" using the rel tag.  Another document Type that could be specified with the href is http:// purl.org/dc/dcmitype/StillImage or http://purl.org/dc/dcmitype/Sound, depending on the medium being licensed. Saturday, June 20, 2009
    35. cc:attributionName/cc:attributionURL <a xmlns:cc="http://creativecommons.org/ns#" href="http://www.example.com" property="cc:attributionName" rel="cc:attributionURL">John Doe</a>  CC is using its own XML namespace, abbreviated using cc:  The property is CC's AttributionName attribute, the value is the content inside the anchor tag (in this case, the fictitious John Doe), and a relationship of cc:AttributionURL is defined as being http:// www.example.com. Saturday, June 20, 2009
    36. rel="license" <a rel="license" href="http://creativecommons.org/licenses/by-sa/3.0/us/"> Creative Commons Attribution-Share Alike 3.0 United States License</a>.  Most basic and fundamental part of CC's usage of RDFa  Always included in the HTML offered, regardless of whether users fill out the "Additional Information" section.  The rel specifies the relationship of the href's URL. In this case, the relationship is "license" and the URL is a standard Creative Commons license. Saturday, June 20, 2009
    37. dc:source Based on a work at <a xmlns:dc="http://purl.org/dc//" href="http://wiki.creativecommons.org/RDFa" rel="dc:source"> wiki.creativecommons.org</a>  Similar to dc:title, dc:source specifies where the original source of the file is located.  Flickr does this and its awesome.  In this case it is pointing to http://wiki.creativecommons.org/RDFa  Saturday, June 20, 2009
    38. cc:morePermissions Permissions beyond the scope of this license may be available at <a xmlns:cc="http://creativecommons.org/ns#" href="http://moreperms" rel="cc:morePermissions">http://moreperms</a>.  Part of the CC+ protocol, creators can specify a URL where re-users of CC licenses can obtain more rights to the work.  Here, the nonexistent URL of http://moreperms is used as a placeholder. Saturday, June 20, 2009
    39. Saturday, June 20, 2009
    40. Saturday, June 20, 2009
    41. Saturday, June 20, 2009
    42. Saturday, June 20, 2009
    43. File Metadata (XMP, Ogg, etc.) Saturday, June 20, 2009
    44. liblicense  Low-level license metadata integration for applications.  Features:  Extract and write license information for files  Supports enumeration of available licenses  Wraps internationalized license information for Creative Commons licenses  Bindings for dynamic languages (currently Python and Ruby)  Extensible support for file types using module system  No specific GUI library dependency allows applications to build the graphical chooser most appropriate for their platform.  FLAC, MP3, XMP, Ogg, GSF. Saturday, June 20, 2009
    45. License Tagger Demo App Saturday, June 20, 2009
    46. ffmpeg2theora $> ffmpeg2theora -a 3 -v 7 --pp de,tn:256:512:1024 --artist "Fred Benenson" --title "RDFa Video" --date "June 2009" --location "NY, NY" --organization "Creative Commons (http://www.creativecommons.org)" --copyright "Copyright 2009, Fred Benenson" --license "Creative Commons Attribution-ShareAlike 3.0" -o video.ogv video.dv  Ogg Theora supports a license field as well as other metadata.  VLC can expose it. Saturday, June 20, 2009
    47. Standardized Assets Saturday, June 20, 2009
    48. Saturday, June 20, 2009
    49. Saturday, June 20, 2009
    50. Saturday, June 20, 2009
    51. Help?! Saturday, June 20, 2009
    52. How C Uses Open Video & Metadata Saturday, June 20, 2009
    53. Saturday, June 20, 2009
    54. Saturday, June 20, 2009
    55. Saturday, June 20, 2009
    56. Saturday, June 20, 2009
    57. Saturday, June 20, 2009
    58. Saturday, June 20, 2009
    59. Saturday, June 20, 2009
    60. Try Ogg Player Fall Back to Flash Player <video src="http://player.uncensoredinterview.com/e/11222.ogv" controls width="384" height="216"><br /> <object type="application/x-shockwave-flash" width="384" height="216" data="http://player.uncensoredinterview.com/e/11222.swf"> <param name="movie" value="http://player.uncensoredinterview.com/e/ 11222.swf"></param><param name="allowfullscreen" value="true"></param> </object> </video>  Firefox 3.5, Chrome natively supports Ogg + <video> within HTML5  Safari, IE? Anyone?  Push to default YouTube to OGV instead of H.264  No good excuse from Google. Saturday, June 20, 2009

    + Fred BenensonFred Benenson, 4 months ago

    custom

    1138 views, 2 favs, 0 embeds more stats

    In this semi-technical talk, Fred Benenson, Creativ more

    More info about this document

    CC Attribution License

    Go to text version

    • Total Views 1138
      • 1138 on SlideShare
      • 0 from embeds
    • Comments 0
    • Favorites 2
    • Downloads 13
    Most viewed embeds

    more

    All embeds

    less

    Flagged as inappropriate Flag as inappropriate
    Flag as inappropriate

    Select your reason for flagging this presentation as inappropriate. If needed, use the feedback form to let us know more details.

    Cancel
    File a copyright complaint
    Having problems? Go to our helpdesk?

    Categories