yuvsplittoppm
Convert three subsampled Abekas YUV files to one PPM image. More information: <https://netpbm.sourceforge.net/doc/yuvsplittoppm.html>.
Install
- All systems
-
curl cmd.cat/yuvsplittoppm.sh
- Debian
-
apt-get install netpbm
- Ubuntu
-
apt-get install netpbm
- Arch Linux
-
pacman -S netpbm
- Kali Linux
-
apt-get install netpbm
- CentOS
-
yum install netpbm-progs
- Fedora
-
dnf install netpbm-progs
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install netpbm
- OS X
-
brew install netpbm
- Raspbian
-
apt-get install netpbm
- Dockerfile
- dockerfile.run/yuvsplittoppm
Convert three subsampled Abekas YUV files to one PPM image. More information: <https://netpbm.sourceforge.net/doc/yuvsplittoppm.html>.
-
Read Akebas YUV bytes from three files starting with basename, merge them into a single PPM image and store it in the specified output file:
yuvsplittoppm basename width height > path/to/output_file.ppm
© tl;dr; authors and contributors