Lyris
13th December 2011, 21:21
Hi Doom9,
Can anyone help out with this?
Basically I have this interview that's going to be used on a BD. The source for it is not a professional master, instead, we have to use an existing DVD.
The source is PAL (576i) video camera footage and it needs to go out to NTSC (480i). No problem.
So, my first step is to deinterlace this to 50p. Then I apply some noise reduction inside VirtualDub (Neat Video). I then take that NR'd, 50p file and perform these steps on it:
AVISource("DVD_50p_NR.avi")
antialiasing(th_luma=0)
Sharpen(0.7,0.7)
ChangeFPS(59.94)
spline64resize(720,480)
SeparateFields()
SelectEvery(4,0,3)
Weave()
The AntiAliasing line introduces this messed up chroma which I believe is the result of using YV12:
http://img856.imageshack.us/img856/2303/chroma.png
Uploaded with ImageShack.us (http://imageshack.us)
Sorry I can't post a bigger sample, but hopefully you get the idea.
Of course I've seen this before, and understand that it's the result of using progressive chroma subsampling on interlaced footage. But I don't understand why this is happening, because I'm applying the AntiAliasing filter while the footage is still in the progressive (50p) domain.
The chroma is clean with the antialiasing line removed, but the footage really needs it. I don't know how the people who edited it made it look this way, but I guess it was scaled inside the NLE with less than optimal processing quality (Final Cut Pro or something...)
Can anyone spot where things are going wrong?
Can anyone help out with this?
Basically I have this interview that's going to be used on a BD. The source for it is not a professional master, instead, we have to use an existing DVD.
The source is PAL (576i) video camera footage and it needs to go out to NTSC (480i). No problem.
So, my first step is to deinterlace this to 50p. Then I apply some noise reduction inside VirtualDub (Neat Video). I then take that NR'd, 50p file and perform these steps on it:
AVISource("DVD_50p_NR.avi")
antialiasing(th_luma=0)
Sharpen(0.7,0.7)
ChangeFPS(59.94)
spline64resize(720,480)
SeparateFields()
SelectEvery(4,0,3)
Weave()
The AntiAliasing line introduces this messed up chroma which I believe is the result of using YV12:
http://img856.imageshack.us/img856/2303/chroma.png
Uploaded with ImageShack.us (http://imageshack.us)
Sorry I can't post a bigger sample, but hopefully you get the idea.
Of course I've seen this before, and understand that it's the result of using progressive chroma subsampling on interlaced footage. But I don't understand why this is happening, because I'm applying the AntiAliasing filter while the footage is still in the progressive (50p) domain.
The chroma is clean with the antialiasing line removed, but the footage really needs it. I don't know how the people who edited it made it look this way, but I guess it was scaled inside the NLE with less than optimal processing quality (Final Cut Pro or something...)
Can anyone spot where things are going wrong?