samaron
2nd June 2017, 11:27
Hi!
This might become a lot of text, but I'm trying to describe my issue as detailed as possible. Please bear with me!
I'm experiencing random appearing colored lines at the bottom of the image after cropping in avisynth. This only occur if I crop a different amount between top and bottom. If I crop the same amount, it doesn't happen. Of course, this would in most cases result in overcropping one way or the other. I don't want that.
At first I thought this was because of me using an old version of avisynth and/or plugins. It didn't do this before, and I'm not sure when the problem started. Because of this, I simply deleted everything and started from scratch. I installed the latest version of avisynth, avspmod and plugins I use. Everything is the 32-bit versions of the software (though, I'm using 64-bit Win7 Pro). The required plugins for MCTDmod were from a bundle pack posted in the same thread (updated the Dither plugin as stated in the thread).
The color lines appear at random and last only one frame, though, it might appear again after 4 frames without, or maybe 2000 frames later. It is random. I assume this has to be avisynth related, as I can (if I'm lucky) find frames with color lines at the bottom in the preview window in avspmod. When encoding, I'm using x264 and the color lines are very obvious when looking at the end result.
Here is the script I'm currently using:
LoadCPlugin("C:\Program Files (x86)\AviSynth\plugins\yadif.dll")
DirectShowSource("E:\Daicon-3-&-4-OP-+-making-of-short.avi")
ConvertToYV12()
LanczosResize(720, 480)
MCTD(settings="low")
Levels(14, 1.075, 255, 0, 255, coring=true)
Crop(2, 6, -22, -8)
#yadif()
tfm()
tdecimate()
vinverse()
tweak(sat=1.2)
Toon(1.0)
LanczosResize(632,464)
The strange thing is that if a friend of mine encodes with the same cropping that gives me colored lines, he does not.
Does anyone have any idea to why this happens?
Here is a video file (http://www.togstad.net:90/filer/flicker.mkv) to illustrate the issue (38 second sample with no audio).
Here is also a couple of screenshots showing a line in the preview (were lucky and found one). If I overcrop in the top to match the amount of cropping in the bottom, the line disappears.
http://www.togstad.net:90/filer/bilder/daicon/fargelinje-preview.jpg
http://www.togstad.net:90/filer/bilder/daicon/fargelinje-preview2.jpg
This might become a lot of text, but I'm trying to describe my issue as detailed as possible. Please bear with me!
I'm experiencing random appearing colored lines at the bottom of the image after cropping in avisynth. This only occur if I crop a different amount between top and bottom. If I crop the same amount, it doesn't happen. Of course, this would in most cases result in overcropping one way or the other. I don't want that.
At first I thought this was because of me using an old version of avisynth and/or plugins. It didn't do this before, and I'm not sure when the problem started. Because of this, I simply deleted everything and started from scratch. I installed the latest version of avisynth, avspmod and plugins I use. Everything is the 32-bit versions of the software (though, I'm using 64-bit Win7 Pro). The required plugins for MCTDmod were from a bundle pack posted in the same thread (updated the Dither plugin as stated in the thread).
The color lines appear at random and last only one frame, though, it might appear again after 4 frames without, or maybe 2000 frames later. It is random. I assume this has to be avisynth related, as I can (if I'm lucky) find frames with color lines at the bottom in the preview window in avspmod. When encoding, I'm using x264 and the color lines are very obvious when looking at the end result.
Here is the script I'm currently using:
LoadCPlugin("C:\Program Files (x86)\AviSynth\plugins\yadif.dll")
DirectShowSource("E:\Daicon-3-&-4-OP-+-making-of-short.avi")
ConvertToYV12()
LanczosResize(720, 480)
MCTD(settings="low")
Levels(14, 1.075, 255, 0, 255, coring=true)
Crop(2, 6, -22, -8)
#yadif()
tfm()
tdecimate()
vinverse()
tweak(sat=1.2)
Toon(1.0)
LanczosResize(632,464)
The strange thing is that if a friend of mine encodes with the same cropping that gives me colored lines, he does not.
Does anyone have any idea to why this happens?
Here is a video file (http://www.togstad.net:90/filer/flicker.mkv) to illustrate the issue (38 second sample with no audio).
Here is also a couple of screenshots showing a line in the preview (were lucky and found one). If I overcrop in the top to match the amount of cropping in the bottom, the line disappears.
http://www.togstad.net:90/filer/bilder/daicon/fargelinje-preview.jpg
http://www.togstad.net:90/filer/bilder/daicon/fargelinje-preview2.jpg