yuy2topam

Convert YUY2 packed video to PAM

TLDR

Convert YUY2 video to PAM
$ yuy2topam [width] [height] [input.yuy2] > [output.pam]

SYNOPSIS

yuy2topam width height [file]

DESCRIPTION

yuy2topam converts YUY2 (YUYV) packed YUV format to PAM. YUY2 is a common video format used by webcams and video capture. Part of Netpbm toolkit.

PARAMETERS

width

Image width.
height
Image height.

INSTALL

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

SEE ALSO

yuvtoppm(1)