Fucamaroo
15th February 2004, 09:07
Whether using BSPlayer 1.0 or Media Player, while playing a video clip I am getting intermittent white lines on the right side of the movie during playback. These white lines appear every few frames and flicker. I'm not sure if it is vdubmod related or not. The white lines are just out of the bounds of the actually movie.
The movie was orignally 714*356 and the avs file is below...
SetWorkingDir("C:\PROGRA~1\GORDIA~1\")
LoadPlugin("mpeg2dec3.dll")
#
# SOURCE
mpeg2source("C:\TWO_TOWERS_EXT_D2\VIDEO_TS\169ff.d2v")
#
# TRIM
trim(0,155709)
#
#
# CROPPING
crop(2,60,714,356)
#
# RESIZING
LanczosResize(720,368)
720/16 = 45
368/16 = 23
I think XVID forces me to have mod-16 and the resloution I picked should work, no?
I used the single pass setting and set min and max quantizers=2.
These three pictures show the white blobs on the right side of the pics:
http://notatrademark.tripod.com/bscap000.jpg (white @ bottom - BAD)
http://notatrademark.tripod.com/bscap001.jpg (all black - OK)
http://notatrademark.tripod.com/bscap002.jpg (white all the way - BAD)
bscap000.jpg is the best example of what my problem is.
How do I get rid of these intermittent white bars?
thanks,
Steve
The movie was orignally 714*356 and the avs file is below...
SetWorkingDir("C:\PROGRA~1\GORDIA~1\")
LoadPlugin("mpeg2dec3.dll")
#
# SOURCE
mpeg2source("C:\TWO_TOWERS_EXT_D2\VIDEO_TS\169ff.d2v")
#
# TRIM
trim(0,155709)
#
#
# CROPPING
crop(2,60,714,356)
#
# RESIZING
LanczosResize(720,368)
720/16 = 45
368/16 = 23
I think XVID forces me to have mod-16 and the resloution I picked should work, no?
I used the single pass setting and set min and max quantizers=2.
These three pictures show the white blobs on the right side of the pics:
http://notatrademark.tripod.com/bscap000.jpg (white @ bottom - BAD)
http://notatrademark.tripod.com/bscap001.jpg (all black - OK)
http://notatrademark.tripod.com/bscap002.jpg (white all the way - BAD)
bscap000.jpg is the best example of what my problem is.
How do I get rid of these intermittent white bars?
thanks,
Steve