diff options
| author | Mattias Andrée <m@maandree.se> | 2026-02-22 14:33:15 +0100 |
|---|---|---|
| committer | Mattias Andrée <m@maandree.se> | 2026-02-22 14:33:15 +0100 |
| commit | 289697dccd1089392796d83e41701d30191e0262 (patch) | |
| tree | 9440490dec55ee9080eb4b38b282753869bf5f72 /ffuse-frame.1 | |
| parent | ffextract-audio: use .ogg for vorbis files (diff) | |
| download | ffutils-289697dccd1089392796d83e41701d30191e0262.tar.gz ffutils-289697dccd1089392796d83e41701d30191e0262.tar.bz2 ffutils-289697dccd1089392796d83e41701d30191e0262.tar.xz | |
Signed-off-by: Mattias Andrée <m@maandree.se>
Diffstat (limited to '')
| -rw-r--r-- | ffuse-frame.1 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/ffuse-frame.1 b/ffuse-frame.1 index b5df3b3..a32a959 100644 --- a/ffuse-frame.1 +++ b/ffuse-frame.1 @@ -1,6 +1,6 @@ .TH FFUSE-FRAME 1 FFUTILS .SH NAME -ffuse-frame \- create an image file from a video file +ffuse-frame \- Create an image file from a video file .SH SYNOPSIS .B ffuse-frame @@ -16,7 +16,7 @@ extracts a frame from the video track from .I in-file and creates an audio file tagged with this frame (or a video file where the video track is replaced -with this frame), and stored it as +with this frame), and stores it as .IR out-file . .PP .B ffuse-frame @@ -26,7 +26,7 @@ be transcoded to Portable Network Graphics (PNG). .SH OPTIONS .TP .BR \-t \ \fItime\fP -The timestamp of the frame to used. The default is 10 seconds. +The timestamp of the frame to use. The default is 10 seconds. .TP .BR \-y Overwrite @@ -44,7 +44,7 @@ The pathname for the new audio file. .SH EXIT VALUE .TP 0 -Successful completely. +Successful completion. .TP 1 An error occurred. |
