LinuxCommandLibrary
GitHubF-DroidGoogle Play Store

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]
copy
Extract odd field from interlaced video
$ pamdeinterlace -takeodd=true [input.pam] > [output.pam]
copy

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

Copied to clipboard
Kai