Skip to content

Commit

Permalink
Update doc
Browse files Browse the repository at this point in the history
Signed-off-by: Bensuperpc <bensuperpc@gmail.com>
  • Loading branch information
bensuperpc committed Sep 30, 2021
1 parent 304c7c3 commit e87343b
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Commands.md
Original file line number Diff line number Diff line change
Expand Up @@ -820,15 +820,15 @@ $ screen-capture-webcam <output file>
Generate video with all commit and repository evolution (with nvenc)

```bash
$ gource-nvenc <output file>
$ gource-nvenc <output file .mkv>
```

### gource-nvenc-screenless

Generate video with all commit and repository evolution in CLI, without screen (with nvenc and xvfb-run)

```bash
$ gource-nvenc-screenless <output file>
$ gource-nvenc-screenless <output file .mkv>
```

### gource-h265
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
#//////////////////////////////////////////////////////////////
PROJECT_NAME := scripts
SHELL := bash
VERSION := 1.3.17
VERSION := 1.3.18
RM := rm

all: install
Expand Down
2 changes: 1 addition & 1 deletion video/gource-nvenc-screenless.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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##*/} <ouput file>"
echo "Usage: ${0##*/} <output file .mkv>"
exit 1
fi
2 changes: 1 addition & 1 deletion video/gource-nvenc.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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##*/} <ouput file>"
echo "Usage: ${0##*/} <output file .mkv>"
exit 1
fi

0 comments on commit e87343b

Please sign in to comment.