hi -

> From: Edouard Chalaron <[EMAIL PROTECTED]>
> I am using a low price camera and get some garbage on borders.

        If you are using an 8mm or VHS camera then even expensive ones
        generate tape/head noise.   I usually needed to blacken between 4 and
        8 pixels at the top and 8 to 12 pixels at the bottom when working
        with VHS or 8mm tapes.

> I have been using
> 
> yuvdenoise -b 16,16,704,560 | mpeg2enc

        That would indicate you're using PAL (.NZ is PAL-land, right)?  

        The parameters you gave tell yuvdenoise to start 16 pixels down
        (which will generate a top black border) and then use 560 pixels
        which includes the remainder of the frame!

        Try using 552 instead of 560.  The value is a count, not the ending
        coordinate.

        Cheers,
        Steven Schultz
        [EMAIL PROTECTED]


-------------------------------------------------------
This sf.net email is sponsored by:
With Great Power, Comes Great Responsibility 
Learn to use your power at OSDN's High Performance Computing Channel
http://hpc.devchannel.org/
_______________________________________________
Mjpeg-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/mjpeg-users

Reply via email to