When copying the rainbow example in the README and attempting to run it, I get this error.
error[E0599]: no method named `encode` found for struct `Encoder` in the current scope
--> src\main.rs:33:13
|
33 | encoder.encode(&frame, &position)
| ^^^^^^ help: there is a method with a similar name: `encode_raw`
For more information about this error, try `rustc --explain E0599`.
error: could not compile `videoTest` due to previous error
encode_raw() doesn't take in two arguments so that isn't right.
When copying the rainbow example in the README and attempting to run it, I get this error.
encode_raw()
doesn't take in two arguments so that isn't right.