ffmpeg-scaler.texi 837 B

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