| 4 | | "ffmpeg.exe" -i test17.mkv -pix_fmt yuv420p -f rawvideo - | "vpxenc.exe" -t 8 --fpf="test2.log" -w 1920 -h 1080 --i420 --fps=60/1 --codec=vp9 --cpu-used=2 --good --end-usage=vbr --target-bitrate=500 --passes=2 --pass=1 --auto-alt-ref=1 --lag-in-frames=25 --color-space="bt709" -o NUL - |
| 5 | | "ffmpeg.exe" -i test17.mkv -pix_fmt yuv420p -f rawvideo - | "vpxenc.exe" -t 8 --fpf="test2.log" -w 1920 -h 1080 --i420 --fps=60/1 --codec=vp9 --cpu-used=2 --good --end-usage=vbr --target-bitrate=500 --passes=2 --pass=2 --auto-alt-ref=1 --lag-in-frames=25 --color-space="bt709" -o test2.webm - |
| 6 | | |
| | 4 | "ffmpeg.exe" -i test17.mkv -pix_fmt yuv420p -f rawvideo - | "vpxenc.exe" -t 8 --fpf="test2.log" -w 1920 -h 1080 --i420 --fps=60/1 --codec=vp8 --cpu-used=2 --good --end-usage=vbr --target-bitrate=500 --passes=2 --pass=1 --auto-alt-ref=1 --lag-in-frames=25 -o NUL - |
| | 5 | "ffmpeg.exe" -i test17.mkv -pix_fmt yuv420p -f rawvideo - | "vpxenc.exe" -t 8 --fpf="test2.log" -w 1920 -h 1080 --i420 --fps=60/1 --codec=vp8 --cpu-used=2 --good --end-usage=vbr --target-bitrate=500 --passes=2 --pass=2 --auto-alt-ref=1 --lag-in-frames=25 -o test2.webm - |