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