GParent
3rd September 2003, 02:45
I've read so many Guuides, FAQs, and messages that I've developed a memory leak! Ok, here goes.
I have a DV-NTSC video that is now into a 20 hour render using Vegas4. I did so many tests that I think I have the right video filters to make it look good.
When the AVI is complete I will encode using CCE. I have found the following script to be the best one for the results I want:
________________________________________________________
LoadPlugin("H:\PROJECT\convolution3d.dll")
AviSource("H:\PROJECT\LIVE_MUSIC_VIDEO.avi")
ConvertToYUY2(interlaced=true)
SeparateFields()
odd=SelectOdd.Convolution3D(1, 16, 32, 16, 24, 2.8, 0)
evn=SelectEven.Convolution3D(1, 16, 32, 16, 24, 2.8, 0)
Interleave(evn,odd)
Weave()
________________________________________________________
I have to thank someone who posted the C3D parameters for low light conditions. Geeez, it really works!
QUESTIONS:
(1) I normally just check off the "Upper Field First" flag in CCE to let CCE know its a "bff" video. Yet, some recommend adding a DOUBLE WEAVE statement, after the WEAVE, and unchecking "Upper Field First" flag in CCE. I have read some posts saying this can cause a audio sync problem. What's wrong with the old tried and true method without the DOUBLE WEAVE?
(2) I could care less how big the MPEG-2 file is. Is using a two-pass CBR with 8Mbps for the bitrate worth considering?
NOTE: This is a low action jazz quartet in a TV studio. The most action is from the drummer and accoustic bass player.
(3) I have been doing my tests using the following:
CCE 2.67.00.10
M=3, N/M=4
Add Sequence=on
Offset=1 *** Same as "Upper Filed First being checked" ***
Noise=Off
DCT=10
Alternate=On
Progressive=Off
Quantizer Characteristics=16
Frame 0 => 00 00 00 00
Avg Bitrate=8000
Min=0
Max=9800
The above set of parameters is based on what I have read in guides and posts on DOOM9 for reauthoring DVDs with film based sources. I thought it would be ok to use them for DV sourced material, but I could be wrong.
I really appreciate all of BB's tips, but his recommended settings are far different from what I've been accustomed to using. I think he recommened using: Quantizer=40, DCT=9, Min=500, Avg=8000.
I have a DV-NTSC video that is now into a 20 hour render using Vegas4. I did so many tests that I think I have the right video filters to make it look good.
When the AVI is complete I will encode using CCE. I have found the following script to be the best one for the results I want:
________________________________________________________
LoadPlugin("H:\PROJECT\convolution3d.dll")
AviSource("H:\PROJECT\LIVE_MUSIC_VIDEO.avi")
ConvertToYUY2(interlaced=true)
SeparateFields()
odd=SelectOdd.Convolution3D(1, 16, 32, 16, 24, 2.8, 0)
evn=SelectEven.Convolution3D(1, 16, 32, 16, 24, 2.8, 0)
Interleave(evn,odd)
Weave()
________________________________________________________
I have to thank someone who posted the C3D parameters for low light conditions. Geeez, it really works!
QUESTIONS:
(1) I normally just check off the "Upper Field First" flag in CCE to let CCE know its a "bff" video. Yet, some recommend adding a DOUBLE WEAVE statement, after the WEAVE, and unchecking "Upper Field First" flag in CCE. I have read some posts saying this can cause a audio sync problem. What's wrong with the old tried and true method without the DOUBLE WEAVE?
(2) I could care less how big the MPEG-2 file is. Is using a two-pass CBR with 8Mbps for the bitrate worth considering?
NOTE: This is a low action jazz quartet in a TV studio. The most action is from the drummer and accoustic bass player.
(3) I have been doing my tests using the following:
CCE 2.67.00.10
M=3, N/M=4
Add Sequence=on
Offset=1 *** Same as "Upper Filed First being checked" ***
Noise=Off
DCT=10
Alternate=On
Progressive=Off
Quantizer Characteristics=16
Frame 0 => 00 00 00 00
Avg Bitrate=8000
Min=0
Max=9800
The above set of parameters is based on what I have read in guides and posts on DOOM9 for reauthoring DVDs with film based sources. I thought it would be ok to use them for DV sourced material, but I could be wrong.
I really appreciate all of BB's tips, but his recommended settings are far different from what I've been accustomed to using. I think he recommened using: Quantizer=40, DCT=9, Min=500, Avg=8000.