comparison DOCS/mplayer.1 @ 9073:6c44d35c0ff8

document -vop field
author rfelker
date Thu, 23 Jan 2003 17:19:58 +0000
parents 59805b2d220a
children d430529c5b4b
comparison
equal deleted inserted replaced
9072:d7237ee9db7f 9073:6c44d35c0ff8
2088 .br 2088 .br
2089 i: interleave 2089 i: interleave
2090 .br 2090 .br
2091 s: swap fields (exchange even & odd lines) 2091 s: swap fields (exchange even & odd lines)
2092 .REss 2092 .REss
2093 .IPs "field[=n]"
2094 Extracts a single field from interlaced image using stride arithmetic
2095 to avoid wasting cpu time. The optional argument n specifies whether
2096 to extract the even or the odd field (depending on whether n is even
2097 or odd).
2093 .IPs "boxblur=radius:power[:radius:power]" 2098 .IPs "boxblur=radius:power[:radius:power]"
2094 box blur 2099 box blur
2095 .RSss 2100 .RSss
2096 radius: size of the filter 2101 radius: size of the filter
2097 .br 2102 .br