Package: libswscale7 Architecture: arm64 Version: 7:6.1.1-2 Multi-Arch: same Priority: optional Section: libs Source: ffmpeg Maintainer: Debian Multimedia Maintainers Installed-Size: 541 Depends: libavutil58 (= 7:6.1.1-2), libc6 (>= 2.34) Filename: ./l/libswscale7/libswscale7_6.1.1-2_arm64.deb Size: 179156 MD5sum: edba4918ac511acb4185d329dabfafda SHA1: 5084cbd17da50a329d099bd53664bfa370d7e70a SHA256: 20f7878a9d36f754d9f5719600f148649ecd61950eb74a3b4d74a361cef9a4d5 SHA512: 7e205389c8a77d03f91b292a9076cacebd5f3fc65704ec5cb1e1ffb657277ed16baeda726345a4fc02a250521bcc9ec277d545d3e7ba95a3b741e0a2fc584841 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.