Skip to content

Commit e87343b

Browse files
committed
Update doc
Signed-off-by: Bensuperpc <[email protected]>
1 parent 304c7c3 commit e87343b

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

Commands.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -820,15 +820,15 @@ $ screen-capture-webcam <output file>
820820
Generate video with all commit and repository evolution (with nvenc)
821821

822822
```bash
823-
$ gource-nvenc <output file>
823+
$ gource-nvenc <output file .mkv>
824824
```
825825

826826
### gource-nvenc-screenless
827827

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

830830
```bash
831-
$ gource-nvenc-screenless <output file>
831+
$ gource-nvenc-screenless <output file .mkv>
832832
```
833833

834834
### gource-h265

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
#//////////////////////////////////////////////////////////////
2121
PROJECT_NAME := scripts
2222
SHELL := bash
23-
VERSION := 1.3.17
23+
VERSION := 1.3.18
2424
RM := rm
2525

2626
all: install

video/gource-nvenc-screenless.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,6 @@ xvfb-run -a -s "-screen 0 3840x2160x24" \
5959
-rc:v vbr -cq:v 10 -b:v 0 \
6060
-minrate:v 1M -maxrate:v 800M -bufsize:v 800M "$1"
6161
else
62-
echo "Usage: ${0##*/} <ouput file>"
62+
echo "Usage: ${0##*/} <output file .mkv>"
6363
exit 1
6464
fi

video/gource-nvenc.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,6 @@ if (($# == 1)); then
3131
-bf:v 3 -rc-lookahead:v 32 -refs:v 16 -b_ref_mode:v middle \
3232
-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"
3333
else
34-
echo "Usage: ${0##*/} <ouput file>"
34+
echo "Usage: ${0##*/} <output file .mkv>"
3535
exit 1
3636
fi

0 commit comments

Comments
 (0)