File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -820,15 +820,15 @@ $ screen-capture-webcam <output file>
820820Generate 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
828828Generate 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
Original file line number Diff line number Diff line change 2020# //////////////////////////////////////////////////////////////
2121PROJECT_NAME := scripts
2222SHELL := bash
23- VERSION := 1.3.17
23+ VERSION := 1.3.18
2424RM := rm
2525
2626all : install
Original file line number Diff line number Diff 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 "
6161else
62- echo " Usage: ${0##*/ } <ouput file>"
62+ echo " Usage: ${0##*/ } <output file .mkv >"
6363 exit 1
6464fi
Original file line number Diff line number Diff 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 "
3333else
34- echo " Usage: ${0##*/ } <ouput file>"
34+ echo " Usage: ${0##*/ } <output file .mkv >"
3535 exit 1
3636fi
You can’t perform that action at this time.
0 commit comments