Skip to content

Instantly share code, notes, and snippets.

@dwbuiten
Created May 20, 2019 16:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dwbuiten/50e27795b50ef0ced912531112bc46f9 to your computer and use it in GitHub Desktop.
Save dwbuiten/50e27795b50ef0ced912531112bc46f9 to your computer and use it in GitHub Desktop.
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