Package: libswscale-dev Architecture: amd64 Version: 7:6.1.1-2 Multi-Arch: same Priority: optional Section: libdevel Source: ffmpeg Maintainer: Debian Multimedia Maintainers Installed-Size: 1033 Depends: libavutil-dev (= 7:6.1.1-2), libswscale7 (= 7:6.1.1-2) Filename: ./l/libswscale-dev/libswscale-dev_6.1.1-2_amd64.deb Size: 236044 MD5sum: a441d01f760e4ee0a6e52af681d68de5 SHA1: 35e908b9717af8b4bc9a790782dfe9b9d47c8f65 SHA256: 3124df9e05f474c70600a7de151549dac2eeac0a5c26c2d4811a72ed6e6af1a4 SHA512: 928df3e0d9996d9e52b6502961dfa504483c2089a793e64074d984aea3b4d795a641c3317afa1b269b84c4945dc3cae9526d3599631c8da0d2b695a8c17d4b81 Homepage: https://ffmpeg.org/ Description: FFmpeg library for image scaling and various conversions - development files FFmpeg is the leading multimedia framework, able to decode, encode, transcode, mux, demux, stream, filter and play pretty much anything that humans and machines have created. It supports the most obscure ancient formats up to the cutting edge. . This library performs highly optimized image scaling and colorspace and pixel format conversion operations. Specifically, this library performs the following conversions: * Rescaling is the process of changing the video size. Several rescaling options and algorithms are available. This is usually a lossy process. * Pixel format conversion is the process of converting the image format and colorspace of the image, for example from planar YUV420P to RGB24 packed. It also handles packing conversion, that is converts from packed layout (all pixels belonging to distinct planes interleaved in the same buffer), to planar layout (all samples belonging to the same plane stored in a dedicated buffer or "plane"). This is usually a lossy process in case the source and destination colorspaces differ. . This package contains the development files.