[ 原始碼: ffmpeg ]
套件:libswscale-dev(7:5.1.6-0+deb12u1)
libswscale-dev 的相關連結
Debian 的資源:
下載原始碼套件 ffmpeg:
- [ffmpeg_5.1.6-0+deb12u1.dsc]
- [ffmpeg_5.1.6.orig.tar.xz]
- [ffmpeg_5.1.6.orig.tar.xz.asc]
- [ffmpeg_5.1.6-0+deb12u1.debian.tar.xz]
維護小組:
- Debian Multimedia Maintainers (QA 頁面, 郵件存檔)
- Reinhard Tartler (QA 頁面)
- Balint Reczey (QA 頁面)
- James Cowgill (QA 頁面)
- Sebastian Ramacher (QA 頁面)
外部的資源:
- 主頁 [ffmpeg.org]
相似套件:
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.
其他與 libswscale-dev 有關的套件
|
|
|
|
-
- dep: libavutil-dev (= 7:5.1.6-0+deb12u1)
- FFmpeg library with functions for simplifying programming - development files
-
- dep: libswscale6 (= 7:5.1.6-0+deb12u1)
- FFmpeg library for image scaling and various conversions - runtime files