Package: libswscale-dev Architecture: mips64el Version: 7:6.1.1-2 Multi-Arch: same Priority: optional Section: libdevel Source: ffmpeg Maintainer: Debian Multimedia Maintainers Installed-Size: 884 Depends: libavutil-dev (= 7:6.1.1-2), libswscale7 (= 7:6.1.1-2) Filename: ./l/libswscale-dev/libswscale-dev_6.1.1-2_mips64el.deb Size: 213752 MD5sum: a9665f552322f70a11a4fb92ad57c9de SHA1: 4c5412595fe7a07ebb7d8eec0f16193a912f5f0a SHA256: d6755b8a27074398185477a3bff26e2bc885aedf6f75f6a73734a7c7fad25ae7 SHA512: a0bc7b0dc7ae657ae1fa8a3a72406357961422e37ca44c8cbcb827f6db4797332deba440ac89e75f8af1010f13792423c2a9eb4e9e63775496aaaec3aaec6efd 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.