On Mon, 20 Sep 2004 16:12:31 +0800
Derek Fountain <[EMAIL PROTECTED]> wrote:

> I wanted to put a denoise step in there. The options seem to be,
> 
> 1) stick a denoise on each lav2yuv step and do the denoise 3 times

What Steven said about 3 pass.

> 2) stick a denoise on the last lav2yuv step and hope it doesn't
> screw the 2 video passes too much

It will negate the point of 2 video passes. Both passes must have the
same options or the statistics gathered on the first pass will be
meaningless.

> 3) make a separate (and enormous) yuv file

A denoised yuv file would be a valid option if you pipe it straight
into mencoder as is.

> 4) denoise and put the resultant yuv through yuv2lav to get back to
> a sensible file I can put into mencoder 3 times.
> 
> (4) seems the most reasonable idea. Is that right, or did I miss
> something more obvious?

Decode, denoise, reencode, decode, reencode. This is not a reasonable
idea!

Stick with two pass unless you're using a high bitrate and don't much
care how big your final file is.

yuvdenoise may or may not be more effective than hqdn3d but it is waaay
slower. I suggest you just add hqdn3d to pass 2 and 3 of the script,
after deinterlacing and before any crop or scale.

Martin


-------------------------------------------------------
This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170
Project Admins to receive an Apple iPod Mini FREE for your judgement on
who ports your project to Linux PPC the best. Sponsored by IBM.
Deadline: Sept. 24. Go here: http://sf.net/ppc_contest.php
_______________________________________________
Mjpeg-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/mjpeg-users

Reply via email to