mirror of
https://github.com/master-of-zen/Av1an.git
synced 2024-11-24 18:18:06 +00:00
and fixes
This commit is contained in:
parent
02ecc7194b
commit
6e83d51aa7
1 changed files with 7 additions and 9 deletions
16
README.md
16
README.md
|
@ -88,21 +88,19 @@ With your own parameters:
|
|||
|
||||
* [PySceneDetect](https://pyscenedetect.readthedocs.io/en/latest/) used for spliting video by scenes and running multiple encoders.
|
||||
|
||||
* Both Video and Image encoding* (Single frame to .ivf, can be viewed by videoplayer)
|
||||
* Both Video and Image encoding* (Single frame to .ivf, can be viewed by videoplayer).
|
||||
|
||||
* Resuming encoding without loss of encoded progress
|
||||
* Resuming encoding without loss of encoded progress.
|
||||
|
||||
* Simple and clean console look
|
||||
* Simple and clean console look.
|
||||
|
||||
* Automatic determination of how many workers the host can handle
|
||||
* Automatic determination of how many workers the host can handle.
|
||||
|
||||
* Building encoding queue with bigger files first, minimizing waiting for last scene to encode
|
||||
* Building encoding queue with bigger files first, minimizing waiting for last scene to encode.
|
||||
|
||||
* Both video and audio encoding option with FFmpeg
|
||||
* Both video and audio encoding option with FFmpeg.
|
||||
|
||||
* Logging of progress of all encoders
|
||||
|
||||
And many more to go..
|
||||
* Logging of progress of all encoders.
|
||||
|
||||
## Install on Windows
|
||||
|
||||
|
|
Loading…
Reference in a new issue