aboutsummaryrefslogtreecommitdiffstats
path: root/ffuse-frame.1
diff options
context:
space:
mode:
authorMattias Andrée <m@maandree.se>2024-12-02 20:51:28 +0100
committerMattias Andrée <m@maandree.se>2024-12-02 20:51:28 +0100
commit37597db597c517498165946a141d6192560acf0e (patch)
tree09a98b10880f2740f7171f9d397711cf8ce155ff /ffuse-frame.1
parentFirst commit (diff)
downloadffutils-37597db597c517498165946a141d6192560acf0e.tar.gz
ffutils-37597db597c517498165946a141d6192560acf0e.tar.bz2
ffutils-37597db597c517498165946a141d6192560acf0e.tar.xz
Second commit
Signed-off-by: Mattias Andrée <m@maandree.se>
Diffstat (limited to '')
-rw-r--r--ffuse-frame.156
1 files changed, 56 insertions, 0 deletions
diff --git a/ffuse-frame.1 b/ffuse-frame.1
new file mode 100644
index 0000000..b5df3b3
--- /dev/null
+++ b/ffuse-frame.1
@@ -0,0 +1,56 @@
+.TH FFUSE-FRAME 1 FFUTILS
+.SH NAME
+ffuse-frame \- create an image file from a video file
+
+.SH SYNOPSIS
+.B ffuse-frame
+[-t
+.IR time ]
+[-y]
+.I in-file
+.RI [ out-file ]
+
+.SH DESCRIPTION
+.B ffuse-frame
+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
+.IR out-file .
+.PP
+.B ffuse-frame
+may transcode the audio, and the frame will always
+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.
+.TP
+.BR \-y
+Overwrite
+.I out-file
+if it already exists.
+
+.SH OPERANDS
+.TP
+.I in-file
+Video file to extract the frame from.
+.TP
+.I out-file
+The pathname for the new audio file.
+
+.SH EXIT VALUE
+.TP
+0
+Successful completely.
+.TP
+1
+An error occurred.
+
+.SH SEE ALSO
+.BR ffmpeg (1),
+.BR ffextract-audio (1),
+.BR ffextract-frame (1),
+.BR ffget-audio-extension (1)