Log in

View Full Version : All the colors of the rainbow


BiaTch 5.0
1st October 2002, 10:01
Does anyone know what could have caused colored (red/yellow/blue)vertical lines on the left side of the video?

Gnot,

Divx5/PE light/GMC/B-frames

jggimi
2nd October 2002, 06:46
I haven't seen this particular symptom, but I do know that some cropping and resizing values can cause difficulties, for example simpleresize can produce a vertical green line -- there's a sticky in the DivX 5 encoding forum about it.

1) does the symptom occur when playing the .avs script rather than the encoded .avi?

2) could you post your .avs file? Someone might be able to see something in it that might cause the problem. Remove any comment lines before posting, to make it easier to read.

BiaTch 5.0
2nd October 2002, 08:31
#
# Created with Gordian Knot
#
# http://thewef.nav.to
#
# PLUGINS
# get them from http://users.win.be/dividee
LoadPlugin("C:\PROGRA~1\GORDIA~1\mpeg2dec.dll")
#LoadPlugin("C:\PROGRA~1\GORDIA~1\decomb.dll")
#LoadPlugin("C:\PROGRA~1\GORDIA~1\InverseTelecine.dll")
#LoadPlugin("C:\PROGRA~1\GORDIA~1\Avisynth_Spatial.dll")
#LoadPlugin("C:\PROGRA~1\GORDIA~1\GreedyHMA.dll")
#LoadPlugin("C:\WINNT\System32\vobsub.dll")
#LoadPlugin("C:\PROGRA~1\GORDIA~1\SimpleResize.dll")
#
# SOURCE
mpeg2source("C:\Documents and Settings\Martin Chiriano\My Documents\My Movies\The Abyss\DVD2AVI\The Abyss.d2v")
#
# TRIM
#trim(startframe,endframe)
#
# IVTC
#Telecide()
#Decimate(cycle=5)
# or use
#InverseTelecine(40,10,15)
#GreedyHMA(1,0,4,0,0,0,0,0)
#
# DEINTERLACING (1)
#FieldDeinterlace()
#
# CROPPING
crop(0,126,718,321)
#
# DEINTERLACING (2)
VerticalReduceBy2
# or maybe
#GreedyHMA(1,0,0,0,0,0,0,0)
#
#
# SUBTITLES
#VobSub("FileName")
#
# RESIZING
BicubicResize(704,288,0,0.5)
#
# DENOISING: choose one combination (or none)
# 1) little noise (fast)
#TemporalSmoother(2,1)
#
# 2) medium noise (slow)
#SpatialSoftenMMX(1,4,6,false,false,4,4,6,8)
#TemporalSmoother(2)
#
# 3) heavy noise (very slow, you have been warned)
#SpatialSoftenMMX(2,4,6,false,false,4,4,6,8)
#TemporalSmoother(3)
#SpatialSoftenMMX(1,4,6,false,false,4,4,6,8)
#
# BORDERS
#AddBorders(left,top,right,bottom)
#
# COMPRESSIBILITY CHECK
# !!!!Snip Size now has to be 14 for use in GKnot!
#SelectRangeEvery(280,14)
#
# FOOL CCEnc
#ResampleAudio(44100)
[SIZE=1][SIZE=1]

BiaTch 5.0
2nd October 2002, 09:34
Sorry, it happens even with the Vobs when I go full screen Bspalyer,WMP, PowerDVD etc. The movie is The Abyss/Pal.:rolleyes:

jggimi
2nd October 2002, 14:57
It happens with the .vobs? Then I believe that there are two possiblities:

1) It's in the source mpeg-2 stream -- which is unlikely but possible.
2) It's in your pc -- DirectX, video driver, video card, or monitor.

From Gknot, open the .d2v file and look at the frames in the preview window.

If you see the problem in the images, then the source material is the problem. There might be a procedural error in ripping or frameserving, but I can't think of what that might be to cause this symptom.

If you don't see the problem in the images, then problem lies in your pc somewhere. DirectX can be tested with DxDiag.exe; you might check that you have the proper and/or latest driver for your video card, etc.

Sorry I can't be of further help.

BiaTch 5.0
2nd October 2002, 23:58
Well,
"1) It's in the source mpeg-2 stream"
And it plays back with interlaced lines everwhere(source,DVD)also another wierd thing is it's 4:3 but it's really widescreen with borders.This is the only DVD i have had this trouble with (I just encoded scary movie fine).