Subversion Repositories Kolibri OS

Rev

Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
4349 Serge 1
\input texinfo @c -*- texinfo -*-
2
 
3
@settitle FFmpeg Resampler Documentation
4
@titlepage
5
@center @titlefont{FFmpeg Resampler Documentation}
6
@end titlepage
7
 
8
@top
9
 
10
@contents
11
 
12
@chapter Description
13
@c man begin DESCRIPTION
14
 
15
The FFmpeg resampler provides a high-level interface to the
16
libswresample library audio resampling utilities. In particular it
17
allows to perform audio resampling, audio channel layout rematrixing,
18
and convert audio format and packing layout.
19
 
20
@c man end DESCRIPTION
21
 
22
@include resampler.texi
23
 
24
@chapter See Also
25
 
26
@ifhtml
27
@url{ffmpeg.html,ffmpeg}, @url{ffplay.html,ffplay}, @url{ffprobe.html,ffprobe}, @url{ffserver.html,ffserver},
28
@url{libswresample.html,libswresample}
29
@end ifhtml
30
 
31
@ifnothtml
32
ffmpeg(1), ffplay(1), ffprobe(1), ffserver(1), libswresample(3)
33
@end ifnothtml
34
 
35
@include authors.texi
36
 
37
@ignore
38
 
39
@setfilename ffmpeg-resampler
40
@settitle FFmpeg Resampler
41
 
42
@end ignore
43
 
44
@bye