Menu

Commit [r2213]  Maximize  Restore  History

Added several options.

-I num: override the interlacing value read from the YUV stream.
-s num: Allow the first num frames to be skipped. Those frames are
written to the YUV output stream unfiltered.
-f: "Fast" filtering. The threshold-based averaging is not done;
instead a simple mean is calculated, much like what happens when
not enough values in the radius are within the threshold.
-w num: In fast mode, the weight to assign the current value, relative
to the values within the radius. Default is 8, just like in
the threshold-based version when not enough values are within the
threshold.
Note that certain combinations of radius/weight have been optimized
to be even faster -- radius 1 and weight 2.667, radius 1 and weight
8, and radius 2 and weight 8.

ulatec 2004-02-05

changed /trunk/mjpeg_play/lavtools/yuvmedianfilter.c
/trunk/mjpeg_play/lavtools/yuvmedianfilter.c Diff Switch to side-by-side view
Loading...
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.