blob: 1aca821ef20cffbc6b560fc17f26ca673bce403e (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
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)
|