mirror of
https://github.com/master-of-zen/Av1an.git
synced 2024-11-24 18:18:06 +00:00
Small fixes
This commit is contained in:
parent
f8f8ab56ce
commit
a502108901
1 changed files with 4 additions and 3 deletions
|
@ -56,7 +56,8 @@ With your own parameters:
|
||||||
|
|
||||||
-tr --threshold PySceneDetect threshold for scene detection Default: 30
|
-tr --threshold PySceneDetect threshold for scene detection Default: 30
|
||||||
|
|
||||||
-ff --ffmpeg FFmpeg options. Example:
|
-ff --ffmpeg FFmpeg options. Applied to each segment individually
|
||||||
|
Example:
|
||||||
--ff " -r 24 -vf scale=320:240 "
|
--ff " -r 24 -vf scale=320:240 "
|
||||||
|
|
||||||
-fmt --pix_format Setting custom pixel/bit format(Default: 'yuv420p')
|
-fmt --pix_format Setting custom pixel/bit format(Default: 'yuv420p')
|
||||||
|
@ -94,14 +95,14 @@ 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.
|
**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.
|
* [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).
|
* Fastest way to encode AV1 without lossing quality, as fast as many cores cpu have :).
|
||||||
* 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 transcoding with FFmpeg.
|
* Both video and audio transcoding with FFmpeg.
|
||||||
* Logging of progress of all encoders.
|
* Logging of progress of all encoders.
|
||||||
* "Boosting" quality of scenes based on their brightness
|
* "Boosting" quality of scenes based on their brightness.
|
||||||
|
|
||||||
## Install on Windows
|
## Install on Windows
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue