bakman
21st July 2005, 10:16
I am reencoding 1080i HDTV captures to 1024x576 (so my xbox with XBMC can play it).
The output that I get shows subtle horizontal lines when there is horizontal movement; example 1 (http://www.readrss.com/images/bscap000.jpg), example 2 (http://www.readrss.com/images/bscap001.jpg)
I am using :
- Koepi's XviD 1.0.3
- DVD2AVIT3 (Tom Barry's mod for TS)
- avisynth 2.5.5
The AVS script contains:
Loadplugin("C:\Program Files\AviSynth 2.5\plugins\mpeg2dec3.dll")
Loadplugin("C:\Program Files\AviSynth 2.5\plugins\decomb521.dll")
Loadplugin("C:\Program Files\AviSynth 2.5\plugins\simpleresize.dll")
Loadplugin("C:\Program Files\AviSynth 2.5\plugins\undot.dll")
mpeg2source("G:\hollow\hollow.d2v")
Telecide(order=1,guide=1,post=2,vthresh=30)
Decimate()
crop(0,0,0,-8)
UnDot()
simpleresize(1024,576)
The xvid settings:
- single pass
- target bitrate 5500kbps (it doesn't necessarily have to be small, but needs to look good)
- quantization: MPEG
- B-VOPs: max consecutive: 2, ratio: 1.50, offset: 1.00
- mode precision: 6, VHQ:1, use chroma motion: on
- chroma optimizer: on
I am just starting with this stuff and I am sure that I am not doing everything correctly;
- how can I fix these lines ?
- an advice on getting better quality/size ratio. I was trying to avoid 2-pass as it already takes 7 hours avg.
I have tried autoGK in 2-pass, but the sharpness seems to dissappear. Therefore I'd rather do some more work in the manual area.
The output that I get shows subtle horizontal lines when there is horizontal movement; example 1 (http://www.readrss.com/images/bscap000.jpg), example 2 (http://www.readrss.com/images/bscap001.jpg)
I am using :
- Koepi's XviD 1.0.3
- DVD2AVIT3 (Tom Barry's mod for TS)
- avisynth 2.5.5
The AVS script contains:
Loadplugin("C:\Program Files\AviSynth 2.5\plugins\mpeg2dec3.dll")
Loadplugin("C:\Program Files\AviSynth 2.5\plugins\decomb521.dll")
Loadplugin("C:\Program Files\AviSynth 2.5\plugins\simpleresize.dll")
Loadplugin("C:\Program Files\AviSynth 2.5\plugins\undot.dll")
mpeg2source("G:\hollow\hollow.d2v")
Telecide(order=1,guide=1,post=2,vthresh=30)
Decimate()
crop(0,0,0,-8)
UnDot()
simpleresize(1024,576)
The xvid settings:
- single pass
- target bitrate 5500kbps (it doesn't necessarily have to be small, but needs to look good)
- quantization: MPEG
- B-VOPs: max consecutive: 2, ratio: 1.50, offset: 1.00
- mode precision: 6, VHQ:1, use chroma motion: on
- chroma optimizer: on
I am just starting with this stuff and I am sure that I am not doing everything correctly;
- how can I fix these lines ?
- an advice on getting better quality/size ratio. I was trying to avoid 2-pass as it already takes 7 hours avg.
I have tried autoGK in 2-pass, but the sharpness seems to dissappear. Therefore I'd rather do some more work in the manual area.