mediagoblin-0.2.0-our-tubes.html 4.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106
  1. <html>
  2. <head>
  3. <title>MediaGoblin 0.2.0: Our Tubes</title>
  4. <meta name="date" content="2011-12-12 09:00" />
  5. <meta name="author" content="Deb Nicholson" />
  6. </head>
  7. <body>
  8. <p class="centered">
  9. <img src="/blog_images/mediagoblin_0.2.0_banner.png"
  10. alt="MediaGoblin 0.2.0: Our Tubes banner" />
  11. </p>
  12. <p>Welcome to Our Tubes! The 0.2.0 release enables you to turn on video
  13. and run your own HTML5 video hosting site! Whose tubes? Our Tubes!</p>
  14. <p class="blog_image">
  15. <a href="/blog_images/mediagoblin_0.2.0_sintel_trailer.png"
  16. ><img src="/blog_images/mediagoblin_0.2.0_sintel_trailer-scaled.png"
  17. alt="Sintel trailer!" /></a>
  18. </p>
  19. <p>Below is an example video that's been transcoded and uploaded using
  20. MediaGoblin. The magic comes from
  21. <a href="http://gstreamer.freedesktop.org/">GStreamer!</a></p>
  22. <p class="centered">
  23. <video class="video-js vjs-default-skin"
  24. width="640"
  25. height="360"
  26. controls="controls"
  27. preload="auto"
  28. data-setup="">
  29. <source src="/videos/sintel_trailer-mediagoblin_transcoded-640p.webm"
  30. type="video/webm; codecs=&quot;vp8, vorbis&quot;" />
  31. </video><br />
  32. <i><a href="http://sintel.org">Sintel</a>,
  33. by the
  34. <a href="http://www.blender.org/blenderorg/blender-foundation/">Blender Foundation</a>,
  35. <a href="http://creativecommons.org/licenses/by/3.0/">CC BY 3.0</a>.</i>
  36. </p>
  37. <p>Our video hosting is html5 standards compliant! That means you
  38. need a standards-compliant browser like a
  39. recent <a href="http://www.mozilla.org/en-US/firefox/new/">Firefox</a>
  40. or <a href="http://www.chromium.org/Home">Chromium</a> to see
  41. video. (If you aren't seeing anything, go upgrade your browser.)
  42. Video is resource intensive and requires extra dependencies like
  43. GStreamer so it's disabled by default. If you want to run a video
  44. hosting site for your friends and family, now you can! To enable
  45. video hosting on your
  46. site, <a href="http://docs.mediagoblin.org/media-types.html#video">check
  47. out these docs</a>.</p>
  48. <p>MediaGoblin's big picture goal is to support loads of different
  49. media types, so video is just the beginning. In the near future
  50. MediaGoblin will be able host slide sharing, three dimensional model
  51. uploading and viewing, even ASCII art. You can already
  52. <a href="https://github.com/jwandborg/mediagoblin/tree/ascii-media-type">check out this
  53. experimental branch and showcase your rad ASCII art</a>.</p>
  54. <p>What else? This month we fixed it so that when you resize an uploaded
  55. image, it retains the same file format. PNG images are still PNG
  56. images and GIFs are still GIFs. This is particularly good news for
  57. fans of semi-transparent PNGs. There were also some small styling
  58. improvements this month, including better navigation. Take a look:</p>
  59. <p class="blog_image">
  60. <a href="/blog_images/mediagoblin_0.2.0_cat_spider_transparent.png"
  61. ><img src="/blog_images/mediagoblin_0.2.0_cat_spider_transparent-scaled.png"
  62. alt="Cat and Spider drawing, with transparent background" /></a>
  63. </p>
  64. <p>With our MediaGoblin instance hosters in mind, we made it a little
  65. easier to customize stuff and we also
  66. <a href="http://docs.mediagoblin.org/production-deployments.html">improved
  67. the documentation for larger volume instances, especially video
  68. hosters</a>.</p>
  69. <p>Thank you to everyone who helped with Our Tubes! We had some new
  70. folks join the project this month (Yay!!) and there was lots of great
  71. work and support from our returning contributors. We're especially
  72. grateful to the people who stepped up to review each other's code this
  73. month. Best. Team. EVER. Seriously! Give a round of applause to:
  74. Aaron Williamson, Christopher Allan Webber, Corey Farwell, Deborah
  75. Nicholson, Elrond of Samba TNG, Jakob Kramer, Jef van Schendel, Joar
  76. Wandborg, Larisa Hoffenbecker, Manuel Urbano Santos, Nathan Yergler,
  77. Pablo J. Urbano Santos, Sam Kleinman, Will Kahn-Greene, Pierre
  78. Geoffroy, Harry Chen, George Pop, Aleksej Serdjukov, osc
  79. (transifex.net), and martin (transifex.net). Thanks folks... we
  80. couldn't have done it without you. (PS: It's possible we missed you;
  81. if so let us know and we'll correct this post.)</p>
  82. <p>What next? More media types! And we've got a roadmap for federation
  83. now. Look out uncharted territory of decentralized web, we're coming!
  84. In fact, enough new stuff is on the horizon at MediaGoblin to warrant
  85. its own whole post. Be sure to check back in with us soon. Or if you
  86. like spoilers, come
  87. <a href="http://mediagoblin.org/pages/join.html#irc">see us in IRC</a>
  88. (#mediagoblin on irc.freenode.net) and see who you can shake
  89. down for hints of what's coming next. Better yet, infiltrate us and
  90. find out
  91. <a href="http://mediagoblin.org/pages/join.html">from the inside</a>.
  92. There's a ton to do and we would love your help!</p>
  93. </body>
  94. </html>