Tofu
Tofu is the best food all around the world!


WebM Video

Google I/O 大會上開源了 VP8,推了新的 WebM 格式,HTML5 video 編碼格式之爭應當快結束了。
Opera 的 WebM/VP8 支持是阿飛同學做的,一個說著一口流利中文的瑞典人

Windows (國際版) | Windows (英文版)
Mac (通用版) | Mac (僅 Intel CPU)
Ubuntu 32bit | Ubuntu 64bit

對於之前版本的 Opera 10.5x 可以下載下面的壓縮包解壓到安裝目錄中的 gstreamer 文件夾
gstreamer_webm.7z

下面是一個 WebM 視頻,同碼率下畫質相對於之前壓制的 ogg 格式要好上不少

這裡還有一個還原 Youtube HTML5 視頻控制條為 Opera 默認樣式的 UserJS

  1. // ==UserScript==
  2. // @include *.youtube.com/watch?v=*
  3. // ==/UserScript==
  4.  
  5. window.setTimeout(function(){
  6.   var vid=document.getElementById('video-player');
  7.   vid.removeChild(vid.children[4]);
  8.   vid.removeChild(vid.children[2]);
  9.   vid.children[2].firstElementChild.controls=1;
  10. },1000);

  1. Notify Navigation @

    虽然看不懂,好像是好消息。顶了

  2. Notify A.shun @

    这是好消息。

    刚刚去围观了阿飞的博客。。年轻有为啊 :roll:

  3. Notify danei @

    vp8能绕开专利么?粗看了一下貌似不能啊……
    vp3都不能绕mpeg4 asp,我觉得vp8这个不太靠谱

  4. Notify Csineneo @

    專利的事情讓 google 搞定好了,對於 google 來說我不認為這是一個大問題 =.=!
    vp8 雖然有不少問題,但至少 vp8 是各大瀏覽器廠商都接受的一種編碼,除了 apple =.=!
    當然最好是 H.264 免授權費,不過估計等不到了 =.=!

  5. Notify danei @

    事实上我认为是个大问题……微小且疲软的vc1和h264如此不同还得老老实实进专利池,vp8这么像的玩意儿我觉得够呛
    vp8应该ms也不会接受,毕竟人家往h264/vc1都投了钱的。

  6. Notify Csineneo @

    vc-1 是要收授權費的吧,而 vp8 則不需要靠這個來盈利,相信 google 可以搞定這些事情
    m$ 說 ie9 會支持,不過前提是用戶裝了 vp8 解碼器,雖然不內嵌但也比不支持的好 =.=!

Note: Commenter is allowed to use '@User+blank' to automatically notify your reply to other commenter. e.g, if ABC is one of commenter of this post, then write '@ABC '(exclude ') will automatically send your comment to ABC. Using '@all ' to notify all previous commenters. Be sure that the value of User should exactly match with commenter's name (case sensitive).