Skip to content

Commit ed7f6d0

Browse files
committed
feat(video-only): update README.md
1 parent 2347486 commit ed7f6d0

File tree

1 file changed

+18
-14
lines changed

1 file changed

+18
-14
lines changed

README.md

Lines changed: 18 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -132,22 +132,26 @@ USAGE:
132132
t-rec [FLAGS] [OPTIONS] [shell or program to launch]
133133

134134
FLAGS:
135-
-h, --help Prints help information
136-
-l, --ls-win If you want to see a list of windows available for recording by their id, you can set env var
137-
'WINDOWID' to record this specific window only
138-
-n, --natural If you want a very natural typing experience and disable the idle detection and sampling
139-
optimization
140-
-q, --quiet Quiet mode, suppresses the banner: 'Press Ctrl+D to end recording'
141-
-V, --version Prints version information
142-
-v, --verbose Enable verbose insights for the curious
135+
-h, --help Prints help information
136+
-l, --ls-win If you want to see a list of windows available for recording by their id, you can set env var
137+
'WINDOWID' to record this specific window only
138+
-n, --natural If you want a very natural typing experience and disable the idle detection and sampling
139+
optimization
140+
-q, --quiet Quiet mode, suppresses the banner: 'Press Ctrl+D to end recording'
141+
-V, --version Prints version information
142+
-v, --verbose Enable verbose insights for the curious
143+
-m, --video Generates additionally to the gif a mp4 video of the recording
144+
-M, --video-only Generates only a mp4 video and not gif
143145

144146
OPTIONS:
145-
-b, --bg <bg> Background color when decors are used [default: transparent] [possible values: white, black,
146-
transparent]
147-
-d, --decor <decor> Decorates the animation with certain, mostly border effects [default: shadow] [possible
148-
values: shadow, none]
149-
-m, --video <video> Generates additionally to the gif a mp4 video of the recording [default: mp4] [possible
150-
values: mp4]
147+
-b, --bg <bg> Background color when decors are used [default: transparent] [possible values:
148+
white, black, transparent]
149+
-d, --decor <decor> Decorates the animation with certain, mostly border effects [default: shadow]
150+
[possible values: shadow, none]
151+
-e, --end-pause <s | ms | m> to specify the pause time at the end of the animation, that time the gif will show
152+
the last frame
153+
-s, --start-pause <s | ms | m> to specify the pause time at the start of the animation, that time the gif will
154+
show the first frame
151155

152156
ARGS:
153157
<shell or program to launch> If you want to start a different program than $SHELL you can pass it here. For

0 commit comments

Comments
 (0)