Package: libswscale-dev Architecture: arm64 Version: 7:6.1.1-2 Multi-Arch: same Priority: optional Section: libdevel Source: ffmpeg Maintainer: Debian Multimedia Maintainers Installed-Size: 775 Depends: libavutil-dev (= 7:6.1.1-2), libswscale7 (= 7:6.1.1-2) Filename: ./l/libswscale-dev/libswscale-dev_6.1.1-2_arm64.deb Size: 199400 MD5sum: d271f299376f87f95443e108490bf55d SHA1: 7e4cbf7e3b736155b75ae3076afa117df88390dc SHA256: 333f52ecb6a093bb4587b1acc1e31b5b2845e2ccfa717579acbb36feff43078d SHA512: 9c6a94a03c64c2a2ef06b2aca2c760fb6b453638456d093eee3a280d3b8c2cb5a2233460984b5f53aed32effe0cb3b6a9a7a3233529ca675c2668d460201f6fa 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.