Package Details - libavcodec-extra61
Metadata
- Version
- 7:7.1.1-1ubuntu4.2
- Architecture
amd64- Section
universe/libs- Priority
optional- Source
ffmpeg- Origin
- Ubuntu
- Maintainer
- Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
- Original Maintainer
- Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
- Bugs
- https://bugs.launchpad.net/ubuntu/+filebug
- Homepage
- https://ffmpeg.org/
- Description
FFmpeg library with additional de/encoders for audio/video codecs
Relations
Depends
libaom3 (>= 3.2.0)
libaribb24-0t64 (>= 1.0.3)
libavutil59 (= 7:7.1.1-1ubuntu4.2)
libc6 (>= 2.35)
libcairo2 (>= 1.2.4)
libcodec2-1.2 (>= 1.2.0)
libdav1d7 (>= 1.1.0)
libglib2.0-0t64 (>= 2.12.0)
libgsm1 (>= 1.0.18)
libjxl0.11 (>= 0.8.0)
liblzma5 (>= 5.1.1alpha+20120614)
libmp3lame0 (>= 3.100)
libopencore-amrnb0 (>= 0.1.6)
libopencore-amrwb0 (>= 0.1.6)
libopenjp2-7 (>= 2.0.0)
libopus0 (>= 1.1)
librav1e0.7 (>= 0.5.1)
librsvg2-2 (>= 2.52.5)
libshine3 (>= 3.1.0)
libsnappy1v5 (>= 1.2.2)
libspeex1 (>= 1.2~)
libsvtav1enc2 (>= 2.2.1)
libswresample5 (>= 7:7.0)
libtheoradec1 (>= 1.0)
libtheoraenc1 (>= 1.0)
libtwolame0 (>= 0.3.10)
libva2 (>= 2.9.0)
libvo-amrwbenc0 (>= 0.1.3)
libvorbis0a (>= 1.1.2)
libvorbisenc2 (>= 1.1.2)
libvpl2 (>= 1:2.15.0)
libvpx9 (>= 1.12.0)
libwebp7 (>= 1.5.0)
libwebpmux3 (>= 1.5.0)
libx264-164 (>= 2:0.164.3108+git31e19f9)
libx265-215 (>= 4.1)
libxvidcore4 (>= 1.2.2)
libzvbi0t64 (>= 0.2.35)
zlib1g (>= 1:1.2.0)
Suggests
libcuda1
libnvcuvid1
libnvidia-encode1
Conflicts
Provides
Reverse Dependencies
Loading…
How to Install
Step 1: Add this APT server
Option A: Using APKG CLI (recommended):
sudo apkg add-source https://apkg-dev.aiursoft.com/api/sources/2
Don't have apkg?
See how to install APKG CLI.
Option B: Manual bash setup:
sudo mkdir -p /usr/share/keyrings && \
curl -sL https://apkg-dev.aiursoft.com/artifacts/certs/anduinos | gpg --dearmor | sudo tee /usr/share/keyrings/anduinos-archive-keyring.gpg > /dev/null && \
echo "Types: deb
URIs: https://apkg-dev.aiursoft.com/artifacts/anduinos/
Suites: questing-updates
Components: main restricted universe multiverse
Architectures: amd64
Signed-By: /usr/share/keyrings/anduinos-archive-keyring.gpg" | sudo tee /etc/apt/sources.list.d/apkg-2.sources && \
sudo apt update
Step 2: Install the package
sudo apt install libavcodec-extra61
Status & Files
Storage State: Virtual (Lazy Sync)
Download Size: 6099 KB
Installed Size: 16475 B
Component: universe
Multi-Arch: same
Hashes
SHA256: 252f85f483a788f9f9f067d169b7127edefce14defd197b49ec640e39894e1e1 SHA1: 473eb9624947840238e2d405e529251effd79e5b MD5: 07dfc9fdcd890d20b55b03d3b9faf60cWhat is a Package?
A .deb package is a software bundle ready to install on Debian/Ubuntu systems. It contains binaries, configs, and dependency metadata.
How to use: First add the APT repository via sudo apkg add-source, then sudo apt install @pkg.Package. Or download the .deb directly.