ffmpeg-scaler.texi 856 B

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. \input texinfo @c -*- texinfo -*-
  2. @settitle FFmpeg Scaler Documentation
  3. @titlepage
  4. @center @titlefont{FFmpeg Scaler Documentation}
  5. @end titlepage
  6. @top
  7. @contents
  8. @chapter Description
  9. @c man begin DESCRIPTION
  10. The FFmpeg rescaler provides a high-level interface to the libswscale
  11. library image conversion utilities. In particular it allows one to perform
  12. image rescaling and pixel format conversion.
  13. @c man end DESCRIPTION
  14. @include scaler.texi
  15. @chapter See Also
  16. @ifhtml
  17. @url{ffmpeg.html,ffmpeg}, @url{ffplay.html,ffplay}, @url{ffprobe.html,ffprobe}, @url{ffserver.html,ffserver},
  18. @url{libswscale.html,libswscale}
  19. @end ifhtml
  20. @ifnothtml
  21. ffmpeg(1), ffplay(1), ffprobe(1), ffserver(1), libswscale(3)
  22. @end ifnothtml
  23. @include authors.texi
  24. @ignore
  25. @setfilename ffmpeg-scaler
  26. @settitle FFmpeg video scaling and pixel format converter
  27. @end ignore
  28. @bye