PDA

View Full Version : Encode video contains a cross line


pkfans
12th March 2008, 01:22
I got a WMV video of the size 720X406. I need to encode these video(WMV) in size of 320X240. I don't want to crop the video. I want only scale the video, in order to maintain the scability factor to 1. I added horizontal black bars of 67 each top and bottom.

Here is the avs script.

DirectShowSource("c:\test\Movie_1.wmv")
AddBorders(0, 68,0,68,$000000)


I submiited this script to Window Media Encoder (Version 9) to encode the output video of the size 320X240.
But in output video there is one line is displaying in the centre of the image which distort the image. This is not clearly visible in all frames. It can be best visible when the credits are rolling up the screen but is is there thru out.

How can I resolve this issue? Why this line is coming in between? Please help me in removing this line.

ScreenShot attached.

Ranguvar
12th March 2008, 01:38
Screenshots please? Hard to understand without them.

neuron2
12th March 2008, 01:56
Try resizing in Avisynth instead of the encoder.