While we are on the subject of parameter handling bugs in the yuv* tools,
this one also exists:

Call yuvdenoise with this parameter: -b 2,2,-2,-2 which according to the
man page should do this:

   "Sometimes it may be usefull to have relative coordinates like this:

   yuvdenoise -b 16,16,-16,-16"

But get this from yuvdenoise's info output:

INFO: [yuvdenoise]  Frame border     : x:  2 y:  2 w:65534 h:65534

Note, w/h appear to be the result of subtracting two from unsigned int's
that were initialized to zero, instead of being initialized to the
incoming frame width/height from the yuv4mpeg header.



__________________________________________________
Do you Yahoo!?
Yahoo! Tax Center - forms, calculators, tips, more
http://taxes.yahoo.com/


-------------------------------------------------------
This SF.net email is sponsored by: Etnus, makers of TotalView, The debugger 
for complex code. Debugging C/C++ programs can leave you feeling lost and 
disoriented. TotalView can help you find your way. Available on major UNIX 
and Linux platforms. Try it free. www.etnus.com
_______________________________________________
Mjpeg-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/mjpeg-users

Reply via email to