LinuxCommandLibrary
GitHubF-DroidGoogle Play Store

yuy2topam

Convert YUY2 packed video to PAM

TLDR

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

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
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