From 37597db597c517498165946a141d6192560acf0e Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Mon, 2 Dec 2024 20:51:28 +0100 Subject: Second commit MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- ffextract-audio.1 | 72 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 72 insertions(+) create mode 100644 ffextract-audio.1 (limited to 'ffextract-audio.1') diff --git a/ffextract-audio.1 b/ffextract-audio.1 new file mode 100644 index 0000000..79a0eb2 --- /dev/null +++ b/ffextract-audio.1 @@ -0,0 +1,72 @@ +.TH FFEXTRACT-AUDIO 1 FFUTILS +.SH NAME +ffextract-audio \- create an audio file from a video file + +.SH SYNOPSIS +.B ffextract-audio +[-Dry] +.I in-file +.RI [ out-file ] + +.SH DESCRIPTION +.B ffextract-audio +extracts the audio track from +.I in-file +and copies it into the new file +.IR out-file . + +.SH OPTIONS +.TP +.BR \-D +Remove the original file upon success. +.TP +.BR \-r +Process all files in +.I in-file +recursively. +.TP +.BR \-y +Overwrite output file if it already exists. + +.SH OPERANDS +.TP +.I in-file +Video file or, if the +.B -r +option is used, directory of video files +to extract the audio track from. +.TP +.I out-file +Output file or output directory, if +.I in-file +is a directory. + +If +.I out-file +is omitted, +.I in-file +is used except the filename suffix is +replaced to appropriately reflect the file format +used for the audio track. +Otherwise if the +.B -r +option is used, +the files names found inside +.I in-file +are appended to +.IR out-file +and the filename suffix are likewise replaced. + +.SH EXIT VALUE +.TP +0 +Successful completely. +.TP +1 +An error occurred. + +.SH SEE ALSO +.BR ffmpeg (1), +.BR ffextract-frame (1), +.BR ffget-audio-extension (1), +.BR ffuse-frame (1) -- cgit v1.2.3-70-g09d2