asdfen
4th May 2011, 08:06
Hi all I am just starting to encode again after a long break and trying out Megui (64bit)
I have win7 64/avisynth64/megui64/h264 64
The source I am working with is 1080 BDrip .m2ts file
I've made a .avs scrip with megui
DirectShowSource("blah.m2ts", fps=23.976, audio=false, convertfps=false)
crop( 36, 20, -36, -20)
Lanczos4Resize(1280,720) # Lanczos4 (Sharp)
ConvertToYV12()
and encoded it with megui everything worked except that I am getting small 5-10 pixel border (black bars) from top and bottom of the frame. When Megui was letting me preview the scrip the borders are/were absent.
What I am trying to do here is remove black borders from source. There was 20px padding from top/bottom. and convert the video to 720p. Am I missing something?
I have win7 64/avisynth64/megui64/h264 64
The source I am working with is 1080 BDrip .m2ts file
I've made a .avs scrip with megui
DirectShowSource("blah.m2ts", fps=23.976, audio=false, convertfps=false)
crop( 36, 20, -36, -20)
Lanczos4Resize(1280,720) # Lanczos4 (Sharp)
ConvertToYV12()
and encoded it with megui everything worked except that I am getting small 5-10 pixel border (black bars) from top and bottom of the frame. When Megui was letting me preview the scrip the borders are/were absent.
What I am trying to do here is remove black borders from source. There was 20px padding from top/bottom. and convert the video to 720p. Am I missing something?