Created
May 20, 2019 16:32
-
-
Save dwbuiten/50e27795b50ef0ced912531112bc46f9 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
vimeo@vimeo-dev:~/rav1e$ ./target/release/rav1e --bitrate 1000 --output test9.ivf small.y4m | |
560x320 @ 30/1 fps | |
encoded 1 frames, 1.114 fps, 1098.28 Kb/s ^C | |
vimeo@vimeo-dev:~/rav1e$ ./target/release/rav1e --bitrate 1000 --limit 1 --output test9.ivf small.y4m | |
560x320 @ 30/1 fps | |
encoded 1/1 frames, 1.131 fps, 1098.28 Kb/s, est. size: 0.00 MB, est. time: 0 s | |
Key Frames: 1 avg size: 4686 B | |
Inter: 0 avg size: 0 B | |
Intra Only: 0 avg size: 0 B | |
Switch: 0 avg size: 0 B | |
vimeo@vimeo-dev:~/rav1e$ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment