webm

Differences

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

Link to this comparison view

Both sides previous revision Previous revision
Last revisionBoth sides next revision
webm [2012/02/18 13:29] – old revision restored brotwebm [2013/07/08 14:39] – [vpxenc] brot
Line 23: Line 23:
      
 ([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.txt
  • Last modified: 2013/12/01 10:49
  • by brot