audiohominis
25th March 2010, 20:47
Hi guys. I hope this is the right section.
Everywhere I look I see great tutorials on de-telecining but I can't seem to find one that walks you through the process of applying interlacing (Must be due to its recent decline in relevance:)).
I need to convert a 1920x1088 24.000 show to NTSC DV for broadcast by tomorrow morning. The station said they needed it in DV but I neglected to ask whether it should be progressive or interlaced, widescreen 16:9 or 4:3 letterboxed to 16:9, etc. Since It's too late to contact them now, I'd like prepare a couple of versions to be safer.
Below are parameters for the widescreen 16:9 NTSC DV:
VirtualDub filter stack:
Resize: Size Options: 720x480, Framing options: Do not letterbox or crop, Codec-friendly sizing: Multiple of 2
Interpolate: Target frame rate: 59.94, Interpolation mode: Linear blending
Interlace: Source format: Progressive frames, Field order: Odd field first
MainConvept DV Codec (v2.4.16) parameters (all unchecked but the 16:9 option)
Encoder:
RGB 16..235
Change Fields Order
Fastest
Clamb YUV to ITU601r
16:9
Decoder:
RGB 16..235
Change Fields Order
Preview Quality
Clamb YUV to ITU601r
YUY2 disable
UYVY disable
Below are parameters for letterboxed 4:3 NTSC DV:
AviSynth script:
AVISource("MySource1920x1080pMovie.avi")
LanczosResize(720,370)
AddBorders(0, 55, 0, 55, $000000)
VirtualDub filter stack:
Interpolate: Target frame rate: 59.94, Interpolation mode: Linear blending
Interlace: Source format: Progressive frames, Field order: Odd field first
Again, MainConvept DV Codec's parameters (This time all unchecked, including the 16:9 option)
Encoder:
RGB 16..235
Change Fields Order
Fastest
Clamb YUV to ITU601r
16:9
Decoder:
RGB 16..235
Change Fields Order
Preview Quality
Clamb YUV to ITU601r
YUY2 disable
UYVY disable
Also, do broadcasting standards support progressive DV? Does it make sense to also submit a 23.976p version?
Thank you for reading this. As you can tell, I'm still a learner:p
Everywhere I look I see great tutorials on de-telecining but I can't seem to find one that walks you through the process of applying interlacing (Must be due to its recent decline in relevance:)).
I need to convert a 1920x1088 24.000 show to NTSC DV for broadcast by tomorrow morning. The station said they needed it in DV but I neglected to ask whether it should be progressive or interlaced, widescreen 16:9 or 4:3 letterboxed to 16:9, etc. Since It's too late to contact them now, I'd like prepare a couple of versions to be safer.
Below are parameters for the widescreen 16:9 NTSC DV:
VirtualDub filter stack:
Resize: Size Options: 720x480, Framing options: Do not letterbox or crop, Codec-friendly sizing: Multiple of 2
Interpolate: Target frame rate: 59.94, Interpolation mode: Linear blending
Interlace: Source format: Progressive frames, Field order: Odd field first
MainConvept DV Codec (v2.4.16) parameters (all unchecked but the 16:9 option)
Encoder:
RGB 16..235
Change Fields Order
Fastest
Clamb YUV to ITU601r
16:9
Decoder:
RGB 16..235
Change Fields Order
Preview Quality
Clamb YUV to ITU601r
YUY2 disable
UYVY disable
Below are parameters for letterboxed 4:3 NTSC DV:
AviSynth script:
AVISource("MySource1920x1080pMovie.avi")
LanczosResize(720,370)
AddBorders(0, 55, 0, 55, $000000)
VirtualDub filter stack:
Interpolate: Target frame rate: 59.94, Interpolation mode: Linear blending
Interlace: Source format: Progressive frames, Field order: Odd field first
Again, MainConvept DV Codec's parameters (This time all unchecked, including the 16:9 option)
Encoder:
RGB 16..235
Change Fields Order
Fastest
Clamb YUV to ITU601r
16:9
Decoder:
RGB 16..235
Change Fields Order
Preview Quality
Clamb YUV to ITU601r
YUY2 disable
UYVY disable
Also, do broadcasting standards support progressive DV? Does it make sense to also submit a 23.976p version?
Thank you for reading this. As you can tell, I'm still a learner:p