From e87343bab56e28f582a3985fe4711972579dc0bb Mon Sep 17 00:00:00 2001 From: Bensuperpc Date: Thu, 30 Sep 2021 10:18:52 +0200 Subject: [PATCH] Update doc Signed-off-by: Bensuperpc --- Commands.md | 4 ++-- Makefile | 2 +- video/gource-nvenc-screenless.sh | 2 +- video/gource-nvenc.sh | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Commands.md b/Commands.md index 8ac7714..72528c9 100644 --- a/Commands.md +++ b/Commands.md @@ -820,7 +820,7 @@ $ screen-capture-webcam Generate video with all commit and repository evolution (with nvenc) ```bash -$ gource-nvenc +$ gource-nvenc ``` ### gource-nvenc-screenless @@ -828,7 +828,7 @@ $ gource-nvenc Generate video with all commit and repository evolution in CLI, without screen (with nvenc and xvfb-run) ```bash -$ gource-nvenc-screenless +$ gource-nvenc-screenless ``` ### gource-h265 diff --git a/Makefile b/Makefile index 814a077..b16e9e7 100644 --- a/Makefile +++ b/Makefile @@ -20,7 +20,7 @@ #////////////////////////////////////////////////////////////// PROJECT_NAME := scripts SHELL := bash -VERSION := 1.3.17 +VERSION := 1.3.18 RM := rm all: install diff --git a/video/gource-nvenc-screenless.sh b/video/gource-nvenc-screenless.sh index e390726..6f46bbd 100644 --- a/video/gource-nvenc-screenless.sh +++ b/video/gource-nvenc-screenless.sh @@ -59,6 +59,6 @@ xvfb-run -a -s "-screen 0 3840x2160x24" \ -rc:v vbr -cq:v 10 -b:v 0 \ -minrate:v 1M -maxrate:v 800M -bufsize:v 800M "$1" else - echo "Usage: ${0##*/} " + echo "Usage: ${0##*/} " exit 1 fi diff --git a/video/gource-nvenc.sh b/video/gource-nvenc.sh index a7a8e69..75e2819 100755 --- a/video/gource-nvenc.sh +++ b/video/gource-nvenc.sh @@ -31,6 +31,6 @@ if (($# == 1)); then -bf:v 3 -rc-lookahead:v 32 -refs:v 16 -b_ref_mode:v middle \ -pix_fmt rgb0 -preset:v p7 -tune:v hq -rc:v vbr -cq:v 10 -b:v 0 -minrate:v 1M -maxrate:v 400M -bufsize:v 800M "$1" else - echo "Usage: ${0##*/} " + echo "Usage: ${0##*/} " exit 1 fi