Add saving info on {a,v}codec

Signed-off-by: Skylar "The Cobra" Widulski <cobra@vern.cc>
This commit is contained in:
Skylar "The Cobra" Widulski 2023-05-14 01:52:11 -04:00
parent 35f7e9c111
commit 133e11d2fe
Signed by: cobra
GPG Key ID: 4FD8F812083FF6F9
2 changed files with 8 additions and 4 deletions

View File

@ -26,7 +26,8 @@ and wofi(1) in order to accomplish the task.\&
.P
\fB-A, --acodec\fR \fICODEC\fR
.RS 4
This option is passed directly to ffmpeg(1)'\&s \fI-acodec\fR.\&
This option is passed directly to ffmpeg(1)'\&s \fI-acodec\fR.\& Saved between
clips over the course of a session'\&s lifetime.\&
.P
.RE
\fB-a, --audio\fR \fIDEVICE\fR
@ -37,7 +38,8 @@ that is recorded by \fBwf-shadow\fR.\&
.RE
\fB-c, --vcodec\fR \fICODEC\fR
.RS 4
This option is passed directly to ffmpeg(1)'\&s \fI-vcodec\fR.\&
This option is passed directly to ffmpeg(1)'\&s \fI-vcodec\fR.\& Saved between
clips over the course of a session'\&s lifetime.\&
.P
.RE
\fB-d, --debug\fR

View File

@ -18,14 +18,16 @@ and wofi(1) in order to accomplish the task.
# OPTIONS
*-A, --acodec* _CODEC_
This option is passed directly to ffmpeg(1)'s _-acodec_.
This option is passed directly to ffmpeg(1)'s _-acodec_. Saved between
clips over the course of a session's lifetime.
*-a, --audio* _DEVICE_
This option is used in order to set the pulseaudio/pipewire-pulse device
that is recorded by *wf-shadow*.
*-c, --vcodec* _CODEC_
This option is passed directly to ffmpeg(1)'s _-vcodec_.
This option is passed directly to ffmpeg(1)'s _-vcodec_. Saved between
clips over the course of a session's lifetime.
*-d, --debug*
Sets the bash(1) _-x_ option.