View Single Post
Old 1st July 2013, 02:51   #220  |  Link
xooyoozoo
Registered User
 
Join Date: Dec 2012
Posts: 197
Quote:
Originally Posted by pieter3d View Post
You can run the VP9 encoder in two-pass mode, probably that will fix the scene change problems
I didn't realize the one-pass option is now enabled(?); it wasn't working for the longest time.

In any case, the sample above was with VP9's 2pass, as it'd be a lot more difficult to get matched bitrates otherwise.

Quote:
vp9enc $input -o $output.webm --codec=vp9 --target-bitrate=$bitrate \
--kf-min-dist=0 --kf-max-dist=$kint -p 2 --best --end-usage=vbr --static-thresh=0 \
--min-q=0 --max-q=63 --auto-alt-ref=1 --lag-in-frames=25 --limit=$frms \
--minsection-pct=0 --maxsection-pct=2000 --bias-pct=50 \
--arnr-maxframes=7 --arnr-strength=5 --arnr-type=3

Last edited by xooyoozoo; 1st July 2013 at 02:54.
xooyoozoo is offline   Reply With Quote