+ Reply to Thread
Results 1 to 7 of 7
-
In dvd2svcd there is a frameserver setting that has a section on how to edit borders with avisynth but I can't figure out how to do it.
It has something like this
0=bicubic resize ^width^height^b_value^c_value
1=add borders ^ " " " "
^b_value=
^c_value=
Something like this. No matter what I do the borders are always there. -
could be that even though ur goign anamorphic you've got super widescreen source (ratio greater than 1.77:1) in which case you need the black bars to maintain the correct aspect ratio
-
I've converted 4:3 avis and dvd2svcd always adds border for me as well.
I bypass by selecting "Edit as part of video encoding" in the "edit the avisynth script file" section in the "frameserver" tab.
That way you get a popup of the final script before the encoder starts which you can alter.
A pain though cause you can't then batch.
Or you can press the symbol of the hand writing on paper on the right of the "frameserver" tab and change:
0=LanczosResize(^TargetWidth,^TargetHeight)
1=AddBorders(^BorderLeft,^BorderTop,^BorderRight,^ BorderBottom)
to something like:
0=LanczosResize(720,480) -
Once I edit the script with Frameserver,which do I have to check
"No editing"
"Edit when avi2dvd is done"
"Edit as part of video encoding"
Thanks -
'No editing' would be preferable however it could be beneficial to try 'edit as part of video encoding' once to see the script and make sure all is as you want.
Similar Threads
-
Should i use and avisynth script for Dv ?
By smartel in forum Newbie / General discussionsReplies: 0Last Post: 10th Mar 2012, 08:29 -
Avisynth Script Help
By jamhat in forum Video ConversionReplies: 2Last Post: 29th Nov 2009, 06:13 -
Avisynth script
By daz2712 in forum Video ConversionReplies: 2Last Post: 19th Aug 2009, 11:08 -
Software that export editing operation as avisynth script
By Nykoo in forum EditingReplies: 4Last Post: 3rd May 2009, 13:12 -
avisynth script
By magenta2007 in forum SVCD2DVD & VOB2MPGReplies: 7Last Post: 25th Sep 2007, 11:29