/ | [space] |
h | |
l | |
Split View mode | 1 |
Vertical View mode | 2 |
Horizontal View mode | 3 |
Left View mode | 4 |
Right View mode | 5 |
vpxenc --codec=vp9 --good --cpu-used=0 --kf-max-dist=50 --target-bitrate=XXX in.y4m --output=out.webm
x264 --preset placebo --pass 1 --keyint 50 --bitrate XXX in.y4m --output out.mp4 x264 --preset placebo --pass 3 --keyint 50 --bitrate XXX in.y4m --output out.mp4 # repeat until the bitrate matches the one in the VP9 file x264 --preset placebo --pass 3 --keyint 50 --bitrate XXX in.y4m --output out.mp4