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).
SEE ALSO
pammixinterlace(1), pamscale(1)
