mirror of
https://github.com/master-of-zen/Av1an.git
synced 2024-11-24 18:18:06 +00:00
fix typo
This commit is contained in:
parent
001e9a7d35
commit
5c68db4142
1 changed files with 1 additions and 1 deletions
|
@ -113,7 +113,7 @@ With your own parameters:
|
|||
**Spliting video by scenes for parallel encoding** because AV1 encoders currently not good at multithreading, encoding is limited to single or couple of threads at the same time.
|
||||
|
||||
* [PySceneDetect](https://pyscenedetect.readthedocs.io/en/latest/) used for spliting video by scenes and running multiple encoders.
|
||||
* Fastest way to encode AV1 without lossing quality, as fast as many cores cpu have :).
|
||||
* Fastest way to encode AV1 without losing quality, as fast as many cores cpu have :).
|
||||
* Resuming encoding without loss of encoded progress.
|
||||
* Simple and clean console look.
|
||||
* Automatic determination of how many workers the host can handle.
|
||||
|
|
Loading…
Reference in a new issue