LinuxCommandLibrary
GitHubF-DroidGoogle Play Store

yuvtoppm

Convert Abekas YUV format to PPM

TLDR

Convert Abekas YUV to PPM
$ yuvtoppm [width] [height] [input.yuv] > [output.ppm]
copy

SYNOPSIS

yuvtoppm width height [file]

DESCRIPTION

yuvtoppm converts Abekas YUV format to PPM. Abekas made professional video equipment. Part of Netpbm toolkit.

PARAMETERS

width

Image width.
height
Image height.

INSTALL

sudo apt install netpbm
copy
sudo dnf install netpbm
copy
sudo pacman -S netpbm
copy
sudo apk add netpbm
copy
sudo zypper install netpbm
copy
brew install netpbm
copy
nix profile install nixpkgs#netpbm
copy

SEE ALSO

Copied to clipboard
Kai