Skip to content

Add a simple REPL

Thomas Daede requested to merge smarter:add-repl into master

Created by: smarter

Currently only contains one command "process_repl" that encodes one frame.

To run the REPL:

cargo run --bin rav1repl

To run the main encoder (unfortunately there is no way to make "cargo run" do this by default):

cargo run --bin rav1e

Merge request reports