vpxdec
VP8 and VP9 video codec encoding/decoding tools
Install
- All systems
-
curl cmd.cat/vpxdec.sh
- Debian
-
apt-get install vpx-tools
- Ubuntu
-
apt-get install vpx-tools
- Alpine
-
apk add libvpx
- Arch Linux
-
pacman -S libvpx
- Kali Linux
-
apt-get install vpx-tools
- CentOS
-
yum install libvpx-utils
- Fedora
-
dnf install libvpx-utils
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install vpx-tools
- OS X
-
brew install libvpx
- Raspbian
-
apt-get install vpx-tools
- Dockerfile
- dockerfile.run/vpxdec
- Docker
-
docker run cmd.cat/vpxdec vpxdec
powered by Commando
vpx-tools
VP8 and VP9 video codec encoding/decoding tools
VP8 and VP9 are open video codecs, originally developed by On2 and released as open source by Google Inc. They are the successor of the VP3 codec, on which the Theora codec was based. This package contains the commandline tools vpxdec and vpxenc.
libvpx-utils
VP8 utilities and tools
libvpx
libvpx provides the VP8/VP9 SDK, which allows you to integrate
your applications with the VP8 and VP9 video codecs, high quality, royalty free, open source codecs deployed on millions of computers and devices worldwide.