From a50210890152a0cd19606e62d28bd24ad10b0ff1 Mon Sep 17 00:00:00 2001 From: Zen <46526140+master-of-zen@users.noreply.github.com> Date: Fri, 3 Apr 2020 21:17:29 +0300 Subject: [PATCH] Small fixes --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 0ad57a5..851b901 100644 --- a/README.md +++ b/README.md @@ -56,7 +56,8 @@ With your own parameters: -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 " -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. * [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. * Simple and clean console look. * Automatic determination of how many workers the host can handle. * Building encoding queue with bigger files first, minimizing waiting for last scene to encode. * Both video and audio transcoding with FFmpeg. * 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