You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
All parameters are shown for `cargo build` can also be used for `cargo install` and `cargo run`.
109
112
110
-
#### Statistics
111
-
112
-
You can activate the statistics module inside `alass` using:
113
-
114
-
```bash
115
-
# Important: you have to be inside `alass-cli`! Otherwise the parameter is ignored.
116
-
$ cargo build --features statistics
117
-
$ cargo run -- --statistics-path ./some/folder
118
-
```
119
-
120
-
This will create the statistics file in `./some/folder`. You can use `--statistics-required-tag` to only generate statistics.
121
-
122
-
The statistics module allows you to understand/debug the algorithm better.
123
-
124
-
**Warning**: Using this configuration slows down the algorithm by 50% or more _even_ if no statistics files are generated.
125
-
126
113
#### FFmpeg as a library
127
114
128
115
You can also link `ffmpeg` as a dynamic library during compile time. The library implementation can extract the audio about 2 to 3 seconds faster. Unfortunately it is harder to compile, the error handling is only very basic and might still have bugs.
0 commit comments