paul8883
21st August 2002, 15:09
Hi,
I have just done some conversion from my home videos (mini dv) to CVD following the guids in vcdhelp with avi2svcd or cce together with avisynth. I found the following setting give me the good results even I don't understand some setting:
- one pass vbr with
- Q : 7
- min: 300
- max: 2520
- quality prec: 18
- anti noise: 4
- matrix: mpeg standard
- DCT: 8
- resolution: 352x576
the avs:
AVISource("C:\MSP6 Preview Files\michael1.avi")
ConvertToYUY2()
BicubicResize(320,538)
AddBorders(16,19,16,19)
Here are the questions hoping someone can help me understanding:
- I don't know if it's necessary to add TV overscan borders in CVD resolution (352x576)?
- if I increase DCT from 8 to 10, I can't see any difference in TV, but with bitrateviwer, the Q scale (both average and peak) is smaller (does it means better quality)? which DCT is better for DV source?
- what matrix is the best for dv to cvd conversion with max bitrate less than 3000 kbps?
I have just done some conversion from my home videos (mini dv) to CVD following the guids in vcdhelp with avi2svcd or cce together with avisynth. I found the following setting give me the good results even I don't understand some setting:
- one pass vbr with
- Q : 7
- min: 300
- max: 2520
- quality prec: 18
- anti noise: 4
- matrix: mpeg standard
- DCT: 8
- resolution: 352x576
the avs:
AVISource("C:\MSP6 Preview Files\michael1.avi")
ConvertToYUY2()
BicubicResize(320,538)
AddBorders(16,19,16,19)
Here are the questions hoping someone can help me understanding:
- I don't know if it's necessary to add TV overscan borders in CVD resolution (352x576)?
- if I increase DCT from 8 to 10, I can't see any difference in TV, but with bitrateviwer, the Q scale (both average and peak) is smaller (does it means better quality)? which DCT is better for DV source?
- what matrix is the best for dv to cvd conversion with max bitrate less than 3000 kbps?