y4munsharp(1) | MJPEG tools manual | y4munsharp(1) |
y4munsharp - Unsharp filter for YUV4MPEG2 streams
y4munsharp [options]
y4munsharp is an implementation of the GIMP unsharp filter for YUV4MPEG2 streams. The usual 3 parameters for unshap mask processing (radius, amount and threshold) are specified on the command line. By default only the Y' (luma) component is processed although processing of the CbCr (chroma) may be requested by a commandline option. Output must be either to a pipe or a file, leaving stdout as a terminal will elicit an error and the program will exit.
y4munsharp accepts the following options:
A mild setting:
y4munsharp -L 2.0,0.3,0 An aggressive setting: y4munsharp -L 5.0,0.5,0
The radius, amount, threshold parameters have the same meaning as the GIMP's unsharp plugin. This means you can use the GIMP on selected frame still images to determine suitable settings for y4munsharp. The key thing to remember is to be subtle - you just barely want to notice the sharpening effect. If the effect is obvious ("jumps out at you") then the parameters are set too aggressively.
The chroma is not processed for a several reasons: 1) The eye is much more sensitive to changes in brightness, 2) the chroma is usually subsampled and doesn't contribute much to the perceived sharpness of an image - so not processing the chroma provides a boost in speed of processing the image, and 3) possible artifacting - changes in Y' just make an image brighter/darker but changes in Cb or Cr can change colors and possibly lead to shifts in hue. Use the -C option to enable processing of the chroma planes.
Only the 3 plane YUV4MPEG2 formats are supported.
Only progressive, top field first or bottom field first interlaced streams are handled. The mixed interlaced stream format is not supported.
11 November 2004 | MJPEG Tools Team |