ffmpeg-resampler.texi 902 B

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