Skip to content
  • Guillaume Martres's avatar
    Add a simple REPL · 523ef72d
    Guillaume Martres authored
    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
    523ef72d