doc/ffmpeg-scaler.texi
cf6c6134
 \input texinfo @c -*- texinfo -*-
 
 @settitle FFmpeg Scaler Documentation
 @titlepage
 @center @titlefont{FFmpeg Scaler Documentation}
 @end titlepage
 
 @top
 
 @contents
 
 @chapter Description
 @c man begin DESCRIPTION
 
f18ccb52
 The FFmpeg rescaler provides a high-level interface to the libswscale
f183eaa3
 library image conversion utilities. In particular it allows one to perform
cf6c6134
 image rescaling and pixel format conversion.
 
 @c man end DESCRIPTION
 
702e7438
 @include scaler.texi
cf6c6134
 
9b323a9b
 @chapter See Also
 
 @ifhtml
 @url{ffmpeg.html,ffmpeg}, @url{ffplay.html,ffplay}, @url{ffprobe.html,ffprobe}, @url{ffserver.html,ffserver},
 @url{libswscale.html,libswscale}
 @end ifhtml
 
 @ifnothtml
 ffmpeg(1), ffplay(1), ffprobe(1), ffserver(1), libswscale(3)
 @end ifnothtml
 
461716d3
 @include authors.texi
 
cf6c6134
 @ignore
 
 @setfilename ffmpeg-scaler
 @settitle FFmpeg video scaling and pixel format converter
 
 @end ignore
 
 @bye