Skip to content

Commit

Permalink
Add Debug section to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
alexheretic committed Jul 25, 2024
1 parent 57d090e commit 3239990
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,5 +90,12 @@ cargo install --git https://github.com/alexheretic/ab-av1

`ffmpeg` should be in `$PATH`.

## Debug
Enable debug logs by setting env var `RUST_LOG=ab_av1=debug`. This includes all ffmpeg calls.

```
$ RUST_LOG=ab_av1=debug ab-av1 auto-encode -i vid.mkv
```

## Minimum supported rust compiler
Maintained with [latest stable rust](https://gist.github.com/alexheretic/d1e98d8433b602e57f5d0a9637927e0c).

0 comments on commit 3239990

Please sign in to comment.