doc/ffmpeg-resampler.texi
e903cb41
 \input texinfo @c -*- texinfo -*-
b4917514
 @documentencoding UTF-8
e903cb41
 
 @settitle FFmpeg Resampler Documentation
 @titlepage
 @center @titlefont{FFmpeg Resampler Documentation}
 @end titlepage
 
 @top
 
 @contents
 
 @chapter Description
 @c man begin DESCRIPTION
 
f18ccb52
 The FFmpeg resampler provides a high-level interface to the
e903cb41
 libswresample library audio resampling utilities. In particular it
9898bd9a
 allows one to perform audio resampling, audio channel layout rematrixing,
e903cb41
 and convert audio format and packing layout.
 
 @c man end DESCRIPTION
 
a6cd26fc
 @include resampler.texi
e903cb41
 
9b323a9b
 @chapter See Also
 
 @ifhtml
6b35a832
 @url{ffmpeg.html,ffmpeg}, @url{ffplay.html,ffplay}, @url{ffprobe.html,ffprobe},
c1abfcd7
 @url{libswresample.html,libswresample}
9b323a9b
 @end ifhtml
 
 @ifnothtml
6b35a832
 ffmpeg(1), ffplay(1), ffprobe(1), libswresample(3)
9b323a9b
 @end ifnothtml
 
461716d3
 @include authors.texi
 
e903cb41
 @ignore
 
 @setfilename ffmpeg-resampler
 @settitle FFmpeg Resampler
 
 @end ignore
461716d3
 
 @bye