Package: libswscale-dev Architecture: i386 Version: 7:6.1.1-2 Multi-Arch: same Priority: optional Section: libdevel Source: ffmpeg Maintainer: Debian Multimedia Maintainers Installed-Size: 821 Depends: libavutil-dev (= 7:6.1.1-2), libswscale7 (= 7:6.1.1-2) Filename: ./l/libswscale-dev/libswscale-dev_6.1.1-2_i386.deb Size: 226220 MD5sum: 0c2f9c1c59dc1795a79613939339b8a6 SHA1: 0d5a61a1795c2ee6706c86c88300d920537da63c SHA256: af6c6aa23fa88185071eb47a5f3ad8f2058369ac245d8c996a0bc246a59ac907 SHA512: 97ad97437355a1d9d92bb473c1dfe35242085a7f620cde503bedd8e393a37f1399e5adbb38187712f04d1b69a10942d37afc354a0fafd5cb3940f94e5166ef61 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.