ffmpeg-resampler.texi 926 Bytes
Newer Older
1
\input texinfo @c -*- texinfo -*-
2
@documentencoding UTF-8
3 4 5 6 7 8 9 10 11 12 13 14 15

@settitle FFmpeg Resampler Documentation
@titlepage
@center @titlefont{FFmpeg Resampler Documentation}
@end titlepage

@top

@contents

@chapter Description
@c man begin DESCRIPTION

16
The FFmpeg resampler provides a high-level interface to the
17
libswresample library audio resampling utilities. In particular it
18
allows one to perform audio resampling, audio channel layout rematrixing,
19 20 21 22
and convert audio format and packing layout.

@c man end DESCRIPTION

23
@include resampler.texi
24

25 26 27 28
@chapter See Also

@ifhtml
@url{ffmpeg.html,ffmpeg}, @url{ffplay.html,ffplay}, @url{ffprobe.html,ffprobe}, @url{ffserver.html,ffserver},
29
@url{libswresample.html,libswresample}
30 31 32 33 34 35
@end ifhtml

@ifnothtml
ffmpeg(1), ffplay(1), ffprobe(1), ffserver(1), libswresample(3)
@end ifnothtml

36 37
@include authors.texi

38 39 40 41 42 43
@ignore

@setfilename ffmpeg-resampler
@settitle FFmpeg Resampler

@end ignore
44 45

@bye