pamdeinterlace
extracts one field from an interlaced video frame, producing a half-height image
TLDR
Extract even field from interlaced video
$ pamdeinterlace -takeodd=false [input.pam] > [output.pam]
Extract odd field from interlaced video$ pamdeinterlace -takeodd=true [input.pam] > [output.pam]
SYNOPSIS
pamdeinterlace [options] [file]
DESCRIPTION
pamdeinterlace extracts one field from an interlaced video frame, producing a half-height image. Used for processing interlaced video captures. Part of Netpbm toolkit.
PARAMETERS
-takeodd
Take odd lines (true) or even lines (false).
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
pammixinterlace(1), pamscale(1)