webm

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
webm [2012/02/18 13:29] – old revision restored brotwebm [2013/12/01 10:49] (current) – [Erstellen von Videos im WebM Format] brot
Line 11: Line 11:
 [[http://nightly.mozilla.org/webm/|Firefox webm-builds]] [[http://nightly.mozilla.org/webm/|Firefox webm-builds]]
 [[http://labs.opera.com/news/2010/05/19/|Opera webm-builds]] [[http://labs.opera.com/news/2010/05/19/|Opera webm-builds]]
 +
 +== WebM Plugins für Programme ==
 +
 +[[https://github.com/fnordware/AdobeWebM|WebM Plugins für Adobe Software]]
 +
  
 ===== Videos ins WebM Format bringen ===== ===== Videos ins WebM Format bringen =====
Line 23: Line 28:
      
 ([15:55:19] <jk8> targets quality X without exceeding bitrate Y) ([15:55:19] <jk8> targets quality X without exceeding bitrate Y)
 +
 +=== VP9 Test Bashscript ===
 +
 +<code>
 +#!/bin/sh
 + 
 +for i in 4 3 2 1 0
 +do
 +./libvpx/vpxenc --codec=vp9 --ivf --good --cpu-used=$i --lag-in-frames=25 --auto-alt-ref=1 --passes=2 --target-bitrate=2000 --output=./libvpx/vp9-cpu-used-$i.ivf ~/Videos/tmp/sintel_trailer_2k_1080p24.y4m
 +done
 +</code>
  
  
  • webm.1329571776.txt.gz
  • Last modified: 2012/02/18 13:29
  • by brot