nightrhyme
13th May 2005, 23:09
Trying to make a backup of a Concert.
But I'm having problems with something best described as SWARMING COLOR PIXELS around certain objects
(See sample avi. Notice the purple light swarm around legs)
Sample.avi (http://home19.inet.tele.dk/null/Sample.rar)
The swarming color pixels doesn't exist in source. Don't know how to cut VOBS so can only show you a screenshot of the source: Source.Screenshot.png (http://img203.echo.cx/img203/3497/sourceshot4tr.png)
XviD settings: Single pass, Quant-2, Matrix: HVS-BEST, VHQ B-Frames. Quantizer restrictions: 2-31, Motion Search Precision: 6, VHQ-MODE: 1, Croma Motion, MAX Con.B-Vobs: 1, Quantizer ratio: 1, Quantizer Offset: 1
AVS.Script (GordianKnot Default)
# PLUGINS
LoadPlugin("C:\PROGRA~1\GORDIA~1\DGMPGDec\DGDecode.dll")
LoadPlugin("C:\PROGRA~1\GORDIA~1\AviSynthPlugins\UnDot.dll")
# SOURCE
mpeg2source("E:\Sebastian\Test\t.d2v")
# DEINTERLACING (2)
KernelDeInt(order=1,sharp=true)
# CROPPING
crop (reconstructed, don't remember)
# RESIZING
LanczosResize (reconstructed, don't remember)
# DENOISING: choose one combination (or none)
Undot()
Deinterlaced the source with KernelDeinterlace. Also tried encoding the source interlaced to see if that was the problem. But the SWARMIN COLOR PIXELS remained.
Any advice will be greatly appreciated.
//Thanx in advance
But I'm having problems with something best described as SWARMING COLOR PIXELS around certain objects
(See sample avi. Notice the purple light swarm around legs)
Sample.avi (http://home19.inet.tele.dk/null/Sample.rar)
The swarming color pixels doesn't exist in source. Don't know how to cut VOBS so can only show you a screenshot of the source: Source.Screenshot.png (http://img203.echo.cx/img203/3497/sourceshot4tr.png)
XviD settings: Single pass, Quant-2, Matrix: HVS-BEST, VHQ B-Frames. Quantizer restrictions: 2-31, Motion Search Precision: 6, VHQ-MODE: 1, Croma Motion, MAX Con.B-Vobs: 1, Quantizer ratio: 1, Quantizer Offset: 1
AVS.Script (GordianKnot Default)
# PLUGINS
LoadPlugin("C:\PROGRA~1\GORDIA~1\DGMPGDec\DGDecode.dll")
LoadPlugin("C:\PROGRA~1\GORDIA~1\AviSynthPlugins\UnDot.dll")
# SOURCE
mpeg2source("E:\Sebastian\Test\t.d2v")
# DEINTERLACING (2)
KernelDeInt(order=1,sharp=true)
# CROPPING
crop (reconstructed, don't remember)
# RESIZING
LanczosResize (reconstructed, don't remember)
# DENOISING: choose one combination (or none)
Undot()
Deinterlaced the source with KernelDeinterlace. Also tried encoding the source interlaced to see if that was the problem. But the SWARMIN COLOR PIXELS remained.
Any advice will be greatly appreciated.
//Thanx in advance