|
NAMEyuvmedianfilter - A filter for yuv images produced by the mjpeg toolsSYNOPSISyuvmedianfilter [-r num] [-R num] [-t num] [-T num] [-I num] [-f] [-w num] [-s num] [-v num] [-h]DESCRIPTIONyuvmedianfilter is designed to enhance/filter images. It takes the input from STDIN and writes output to STDOUT.This filter looks around the current point for a radius and averages the values that fall inside a threshold. So the image is softened and the edges become more sharp. If the input material is noisy (it is always noisy but you do not always see it) the output images are improved and the encoder spends less bandwidth encoding noise. The more sophisticated version of image filtering is yuvdenoise. But you can use both programs in the encoding procces. It cannot process a recorded file and write the improved version to another file. OPTIONSyuvmedianfilter accepts the following options:
BUGSIt is slow. Using a radius greater than the default of 2 is painfully slow.AUTHORThis man page was written by Bernhard Praschinger.The yuvmedianfilter program was written by Mike Bernson, and adapted to the yuv4mpeg2 stream header format by Steven M. Schultz. 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
SEE ALSOmjpegtools(1), jpeg2yuv(1), lav2yuv(1), mpeg2enc(1), ppmtoy4m(1), yuv2lav(1), yuvdenoise(1), yuvscaler(1)
Visit the GSP FreeBSD Man Page Interface. |