I have been converting avi to dvd using CCE. I create AVISynth Scripts following Games-Realm's 'How to Convert AVI to DVD + AC3 with CCE and AC3Machine' guide. However the output is not full screen (there are black horizonal lines on top and bottom).
My avi file is 512x384.
AVISynth Script:
avisource("C:\filename.avi")
LanczosResize(720,540)
AddBorders(0,18,0,18)
ConvertToYUY2()
ResampleAudio(44100)
What calculation did I do wrong?
Thank you.
+ Reply to Thread
Results 1 to 4 of 4
-
-
It's doing what you told it to do.
LanczosResize(720,540)
AddBorders(0,18,0,1 )
So you added black borders to it to get the DAR(4:3) right for the difference between a 1:1 computer source and a TV. That's how it's supposed to look. If you want 'full screen' your going to have to cut some sides off before re-sizing. Quite a bit going to PAL as opposed to NTSC.To Be, Or, Not To Be, That, Is The Gazorgan Plan -
I have tried with
BicubicResize(720,576)
AddBorders(0,0,0,0)
but I got black screen throughout the movie.
So what is the correct way to calculate? Please explain.
Also what is the different between LanczosResize and 'BicubicResize?
Thank you.
PS Sorry there was a mis-typed in my first post. I originally used
AddBorders( 0,18,0,18 )
Similar Threads
-
Resize aspect ratio.
By Benhermies in forum Newbie / General discussionsReplies: 3Last Post: 12th Feb 2011, 22:29 -
Avisynth Aspect Ratio Resize Help
By t4com4 in forum Newbie / General discussionsReplies: 9Last Post: 1st Oct 2010, 10:30 -
Resize 1920 and 1440 same aspect ratio?
By khan.cross in forum Camcorders (DV/HDV/AVCHD/HD)Replies: 13Last Post: 13th Aug 2010, 11:34 -
Aspect Ratio Problem
By maccool111 in forum Video ConversionReplies: 6Last Post: 29th Mar 2010, 07:58 -
TMPGEnc resize problem
By Vatrik in forum Video ConversionReplies: 17Last Post: 15th Mar 2010, 06:27