Skip to content

Commit

Permalink
Remove VP9 option that didn't exist in v1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tdaede committed Jun 15, 2016
1 parent 9a21779 commit ee79d45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion metrics_gather.sh
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ vp8)
SIZE=$(stat -c %s $BASENAME.vpx)
;;
vp9)
$VPXENC ---codec=$CODEC --ivf --frame-parallel=0 --tile-columns=0 --auto-alt-ref=2 --cpu-used=0 --passes=2 --threads=1 --kf-min-dist=$KFINT --kf-max-dist=$KFINT --lag-in-frames=25 --end-usage=q --cq-level=$x -o $BASENAME.vpx $EXTRA_OPTIONS $FILE 2> $BASENAME-enc.out > /dev/null
$VPXENC ---codec=$CODEC --ivf --frame-parallel=0 --tile-columns=0 --auto-alt-ref=1 --cpu-used=0 --passes=2 --threads=1 --kf-min-dist=$KFINT --kf-max-dist=$KFINT --lag-in-frames=25 --end-usage=q --cq-level=$x -o $BASENAME.vpx $EXTRA_OPTIONS $FILE 2> $BASENAME-enc.out > /dev/null
$VPXDEC --codec=$CODEC -o $BASENAME.y4m $BASENAME.vpx
SIZE=$(stat -c %s $BASENAME.vpx)
;;
Expand Down

0 comments on commit ee79d45

Please sign in to comment.