Package: libswscale7 Architecture: amd64 Version: 7:6.1.1-2 Multi-Arch: same Priority: optional Section: libs Source: ffmpeg Maintainer: Debian Multimedia Maintainers Installed-Size: 709 Depends: libavutil58 (= 7:6.1.1-2), libc6 (>= 2.34) Filename: ./l/libswscale7/libswscale7_6.1.1-2_amd64.deb Size: 209880 MD5sum: 55815eb524e931150333eb0907fa6d9a SHA1: 45bf7de6495d6ecc0a38f2203e23b90a8bdb6b6f SHA256: 48e65369cf17a69bf0220c81b09ea7608f7cf6ffffde355ccb3eff9e74eef4b2 SHA512: cd6357d0b7cb13ca03bd727ddbc83a94e327640671de11bd7ff7ddbbbccaca31092b24576705828498136e29a7f418566b02ed034a9434899775b3ad8c85ee1e Homepage: https://ffmpeg.org/ Description: FFmpeg library for image scaling and various conversions - runtime 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 runtime files.