content
This commit is contained in:
parent
5dba54b9d5
commit
2c273a2626
100 changed files with 1534 additions and 0 deletions
7
source/gource/index.rst
Normal file
7
source/gource/index.rst
Normal file
|
@ -0,0 +1,7 @@
|
|||
######
|
||||
Gource
|
||||
######
|
||||
|
||||
.. toctree::
|
||||
|
||||
render
|
18
source/gource/render.rst
Normal file
18
source/gource/render.rst
Normal file
|
@ -0,0 +1,18 @@
|
|||
******
|
||||
Render
|
||||
******
|
||||
|
||||
* TODO FFMPEG pipe
|
||||
|
||||
.. code:: bash
|
||||
|
||||
gource \
|
||||
--date-format "%Y - %m - %d / %H : %M : %S" \
|
||||
-f \
|
||||
--highlight-dirs \
|
||||
--highlight-users \
|
||||
--key \
|
||||
--output-framerate 60 \
|
||||
--start-date "yyyy-mm-dd HH:MM:SS" \
|
||||
--auto-skip-seconds 1 \
|
||||
--seconds-per-day 10
|
Loading…
Add table
Add a link
Reference in a new issue