Man page - yuvycsnoise(1)
Packages contains this manual
- yuvkineco(1)
- yuv4mpeg(5)
- mp2enc(1)
- yuvmedianfilter(1)
- lavplay(1)
- lav2mpeg(1)
- y4mdenoise(1)
- y4mcolorbars(1)
- mplex(1)
- yuv2lav(1)
- mjpegtools(1)
- lavpipe(1)
- yuvdenoise(1)
- y4mscaler(1)
- lav2yuv(1)
- yuvfps(1)
- pnmtoy4m(1)
- ppmtoy4m(1)
- y4mtopnm(1)
- lavrec(1)
- jpeg2yuv(1)
- yuvscaler(1)
- yuvycsnoise(1)
- lavtrans(1)
- pgmtoy4m(1)
- y4mtoppm(1)
- y4munsharp(1)
- yuvinactive(1)
- png2yuv(1)
- lav2wav(1)
- mpeg2enc(1)
- yuvplay(1)
apt-get install mjpegtools
Manual
yuvycsnoise
NAMESYNOPSIS
DESCRIPTION
OPTIONS
AUTHOR
SEE ALSO
NAME
yuvycsnoise - Noise filter specialized for NTSC Y/C separation noise
SYNOPSIS
yuvycsnoise [ -t ] [ -mĀ t | b | i | c ] [ -S MIN ] [ -T ERRT [ , MAXT ]] [ -B ERRB [ , MAXB ]] [ -I ERRI [ , MAXI ]] [ -C ERRC [ , MAXC ]]
DESCRIPTION
If video capture hardware has only a poor Y/C separator, at vertical stripe (especially red/blue), noises appear which seem checker flag and bright/dark invert per 1 frame. yuvycsnoise reduces noises of this type.
OPTIONS
yuvycsnoise accepts the following options:
|
-t |
test. Instead of noise reduction, noises will be marked as black pixel. |
-m METHOD
(default:
tbic
).
Select method.
METHOD
is string in which each
character mean method.
t
: ātriframeā method of luma noise
reduction.
b
: ābiframeā method of luma noise reduction.
i
: āinfieldā method of luma noise reduction.
c
: chroma noise reduction. use 3 frames as
ātriframeā.
|
-S MIN |
(default: 4). |
Set minimum threshold of luma/chroma difference which is treated as noise.
-T ERRT [ , MAXT ]
(default: 32,255).
-B ERRB [ , MAXB ]
(default: 32,255).
-I ERRI [ , MAXI ]
(default: 16,255).
-C ERRC [ , MAXC ]
(default: 12,255).
Set threshold of luma/chroma difference of each methods.
ERRx
is maximum error of luma/chroma of pixels around
target pixel, which should be same if target contain noise.
MAXx
is maximum threshold of luma/chroma difference
of target pixel from luma/chroma after noise reduced.
AUTHOR
yuvycsnoise
was written by Kawamata/Hitoshi.
If you have questions, remarks, problems or you just want to
contact the developers, the main mailing list for the
MJPEG-tools is:
mjpeg-users@lists.sourceforge.net
For more info, see our website at
http://mjpeg.sourceforge.net/
SEE ALSO
mjpegtools (1)