yading@10: \input texinfo @c -*- texinfo -*- yading@10: yading@10: @settitle Libswscale Documentation yading@10: @titlepage yading@10: @center @titlefont{Libswscale Documentation} yading@10: @end titlepage yading@10: yading@10: @top yading@10: yading@10: @contents yading@10: yading@10: @chapter Description yading@10: @c man begin DESCRIPTION yading@10: yading@10: The libswscale library performs highly optimized image scaling and yading@10: colorspace and pixel format conversion operations. yading@10: yading@10: Specifically, this library performs the following conversions: yading@10: yading@10: @itemize yading@10: @item yading@10: @emph{Rescaling}: is the process of changing the video size. Several yading@10: rescaling options and algorithms are available. This is usually a yading@10: lossy process. yading@10: yading@10: @item yading@10: @emph{Pixel format conversion}: is the process of converting the image yading@10: format and colorspace of the image, for example from planar YUV420P to yading@10: RGB24 packed. It also handles packing conversion, that is converts yading@10: from packed layout (all pixels belonging to distinct planes yading@10: interleaved in the same buffer), to planar layout (all samples yading@10: belonging to the same plane stored in a dedicated buffer or "plane"). yading@10: yading@10: This is usually a lossy process in case the source and destination yading@10: colorspaces differ. yading@10: @end itemize yading@10: yading@10: @c man end DESCRIPTION yading@10: yading@10: @chapter See Also yading@10: yading@10: @ifhtml yading@10: @url{ffmpeg.html,ffmpeg}, @url{ffplay.html,ffplay}, @url{ffprobe.html,ffprobe}, @url{ffserver.html,ffserver}, yading@10: @url{ffmpeg-scaler.html,ffmpeg-scaler}, yading@10: @url{libavutil.html,libavutil} yading@10: @end ifhtml yading@10: yading@10: @ifnothtml yading@10: ffmpeg(1), ffplay(1), ffprobe(1), ffserver(1), yading@10: ffmpeg-scaler(1), yading@10: libavutil(3) yading@10: @end ifnothtml yading@10: yading@10: @include authors.texi yading@10: yading@10: @ignore yading@10: yading@10: @setfilename libswscale yading@10: @settitle video scaling and pixel format conversion library yading@10: yading@10: @end ignore yading@10: yading@10: @bye