diff options
author | Mattias Andrée <m@maandree.se> | 2024-12-02 20:51:28 +0100 |
---|---|---|
committer | Mattias Andrée <m@maandree.se> | 2024-12-02 20:51:28 +0100 |
commit | 37597db597c517498165946a141d6192560acf0e (patch) | |
tree | 09a98b10880f2740f7171f9d397711cf8ce155ff /ffget-audio-extension.1 | |
parent | First commit (diff) | |
download | ffutils-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 'ffget-audio-extension.1')
-rw-r--r-- | ffget-audio-extension.1 | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/ffget-audio-extension.1 b/ffget-audio-extension.1 new file mode 100644 index 0000000..1aca821 --- /dev/null +++ b/ffget-audio-extension.1 @@ -0,0 +1,38 @@ +.TH FFGET-AUDIO-EXTENSION 1 FFUTILS +.SH NAME +ffget-audio-extension \- get appropriate filename suffix for a audio track in a video file + +.SH SYNOPSIS +.B ffget-audio-extension +.I in-file + +.SH DESCRIPTION +.B ffget-audio-extension +prints to standard output the appropriate filename suffix, +sans period +.RB ( . ), +for the audio track in +.IR in-file , +would the audio track be extracted and saved as an audio file. + +.SH OPTIONS +None. + +.SH OPERANDS +.TP +.I in-file +Video file to get the audio tracks file format for. + +.SH EXIT VALUE +.TP +0 +Successful completely. +.TP +1 +An error occurred. + +.SH SEE ALSO +.BR ffprobe (1), +.BR ffextract-audio (1), +.BR ffextract-frame (1), +.BR ffuse-frame (1) |