From 1c654816375b210e1dcb25f5d03ee63d798cc616 Mon Sep 17 00:00:00 2001 From: Zen <46526140+master-of-zen@users.noreply.github.com> Date: Sun, 26 Jul 2020 19:50:10 +0300 Subject: [PATCH] Update README.md --- README.md | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index c77b173..f247a8c 100644 --- a/README.md +++ b/README.md @@ -47,9 +47,6 @@ With your own parameters: (Default: AOMENC: 2, rav1e: 1, SVT-AV1: 2, VPX: 2) At current moment 2nd pass rav1e not working - -a --audio_params FFmpeg audio settings flags (Default: copy audio from source to output) - Example: -a '-c:a libopus -b:a 64k' - -w --workers Override number of workers. --resume If encode was stopped/quit resumes encode with saving all progress @@ -70,12 +67,18 @@ With your own parameters: -cfg Save/Read config file with encoder, encoder parameters, FFmpeg and audio settings. +

FFmpeg options

+ + -a --audio_params FFmpeg audio settings flags (Default: copy audio from source to output) + Example: -a '-c:a libopus -b:a 64k' + -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') - Example for 10 bit: 'yuv420p10le' + -fmt --pix_format Setting custom pixel/bit format for piping + (Default: 'yuv420p') + Example for 10 bit source: 'yuv420p10le' Encoding options should be adjusted accordingly.

Segmenting