ffmpeg-resampler.texi 883 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. \input texinfo @c -*- texinfo -*-
  2. @documentencoding UTF-8
  3. @settitle FFmpeg Resampler Documentation
  4. @titlepage
  5. @center @titlefont{FFmpeg Resampler Documentation}
  6. @end titlepage
  7. @top
  8. @contents
  9. @chapter Description
  10. @c man begin DESCRIPTION
  11. The FFmpeg resampler provides a high-level interface to the
  12. libswresample library audio resampling utilities. In particular it
  13. allows one to perform audio resampling, audio channel layout rematrixing,
  14. and convert audio format and packing layout.
  15. @c man end DESCRIPTION
  16. @include resampler.texi
  17. @chapter See Also
  18. @ifhtml
  19. @url{ffmpeg.html,ffmpeg}, @url{ffplay.html,ffplay}, @url{ffprobe.html,ffprobe},
  20. @url{libswresample.html,libswresample}
  21. @end ifhtml
  22. @ifnothtml
  23. ffmpeg(1), ffplay(1), ffprobe(1), libswresample(3)
  24. @end ifnothtml
  25. @include authors.texi
  26. @ignore
  27. @setfilename ffmpeg-resampler
  28. @settitle FFmpeg Resampler
  29. @end ignore
  30. @bye