タグ

h.264に関するtuneのブックマーク (3)

  • ストリーミングのげんざい

    アプリ開発者、DB 管理者視点での Cloud Spanner 活用方法 | 第 10 回 Google Cloud INSIDE Games & App...Google Cloud Platform - Japan

    ストリーミングのげんざい
  • HTML5 videoのcodecsの書き方

    <source src='videofile.mp4' type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"'> いわゆるHTML5 videoのsource要素のtype属性には、上記のように動画のコーデックを書くらしい。 avc1.42E01E, mp4a.40.2 とか "avc1.58A01E, mp4a.40.2" とか色々あるらしいのだが、全く意味が分からない!動画によって変わるらしいけど、自分の動画に適した文字列はどれなんだよ! というわけで調べました。 なぜかなかなか情報が見つからなくて大変だった。 結論から言うと、H.264形式の場合、動画のプロファイルとレベルによって何を書くべきかが変わります。 まず、前半のavc1.42E01Eの部分が動画のコーデックを表しています。「avc1」がAVC、つまりH.264という意味になるそう

    HTML5 videoのcodecsの書き方
  • Karsten Suehring

    The H.264/AVC reference software is currently published here. It will be moved to it's own site in the near future. The current software version is JM 19.0. VCEG historically developed some software known as the KTA software during the period starting in early 2005 that led up to the launch of the HEVC standardization project in 2010. There were two versions of the KTA software that were developed

    tune
    tune 2006/11/04
  • 1