From 133e11d2fee19e6c358d813b7ffecd56be0f44e4 Mon Sep 17 00:00:00 2001 From: "Skylar \"The Cobra\" Widulski" Date: Sun, 14 May 2023 01:52:11 -0400 Subject: [PATCH] Add saving info on {a,v}codec Signed-off-by: Skylar "The Cobra" Widulski --- doc/wf-shadow.1 | 6 ++++-- doc/wf-shadow.1.scd | 6 ++++-- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/doc/wf-shadow.1 b/doc/wf-shadow.1 index 1b35ad7..d61e5a3 100644 --- a/doc/wf-shadow.1 +++ b/doc/wf-shadow.1 @@ -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 diff --git a/doc/wf-shadow.1.scd b/doc/wf-shadow.1.scd index 907bab1..86f3440 100644 --- a/doc/wf-shadow.1.scd +++ b/doc/wf-shadow.1.scd @@ -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.