SacredCultivator
3rd May 2013, 01:44
Hello,
Not too sure if anyone happens to know how to fix this.
My AVS Script is as follows:
LoadPlugin("C:\Program Files (x86)\meGUI\tools\ffms\ffms2.dll")
Load_Stdcall_Plugin("C:\Program Files (x86)\meGUI\tools\yadif\yadif.dll")
VIDEO=DGDecode_mpeg2source("D:\Downloads\Need Encoding\[Diadem Subs]\T-ara's Freedom Tour In Europe\VTS_01_CHAPTER_01_1.d2v", info=3)
IMAGE=ImageSource("D:\Keepers\Subbing\FanSub Logo's\logosmaller.bmp")
Overlay(VIDEO, IMAGE, mask=IMAGE, opacity=0.9, x=666, y=10)
ColorMatrix(hints=true, threads=0)
Crop(2,2,-4,-0,align=true)
Spline36Resize(720,480)
global MeGUI_darx = 16
global MeGUI_dary = 9
#assumefps(23.976)
assumefps(29.97)
---
I've attached 2 pictures, original {How it should look like) and skewed (How it looks when you set the Dar, so it gets stretched)
And this is due to it being a DVD source and instead of having it set to 854x480 (animorphic) manually, I have it automatically do it, and in doing so the dimensions throw off the logo. Not sure if anyone happens to know how to possibly fix it.
{Not sure if this helps but for the rest of the subs, for DVD"s that I have set to widescreen (854x480) I have the Y Scale % at 121, so not sure if maybe the logo may need that as well.
I dislike using logo's, but for this particular fansub group they opt for it. NOt an issue for non-DVD stuff though.
Thanks.
Not too sure if anyone happens to know how to fix this.
My AVS Script is as follows:
LoadPlugin("C:\Program Files (x86)\meGUI\tools\ffms\ffms2.dll")
Load_Stdcall_Plugin("C:\Program Files (x86)\meGUI\tools\yadif\yadif.dll")
VIDEO=DGDecode_mpeg2source("D:\Downloads\Need Encoding\[Diadem Subs]\T-ara's Freedom Tour In Europe\VTS_01_CHAPTER_01_1.d2v", info=3)
IMAGE=ImageSource("D:\Keepers\Subbing\FanSub Logo's\logosmaller.bmp")
Overlay(VIDEO, IMAGE, mask=IMAGE, opacity=0.9, x=666, y=10)
ColorMatrix(hints=true, threads=0)
Crop(2,2,-4,-0,align=true)
Spline36Resize(720,480)
global MeGUI_darx = 16
global MeGUI_dary = 9
#assumefps(23.976)
assumefps(29.97)
---
I've attached 2 pictures, original {How it should look like) and skewed (How it looks when you set the Dar, so it gets stretched)
And this is due to it being a DVD source and instead of having it set to 854x480 (animorphic) manually, I have it automatically do it, and in doing so the dimensions throw off the logo. Not sure if anyone happens to know how to possibly fix it.
{Not sure if this helps but for the rest of the subs, for DVD"s that I have set to widescreen (854x480) I have the Y Scale % at 121, so not sure if maybe the logo may need that as well.
I dislike using logo's, but for this particular fansub group they opt for it. NOt an issue for non-DVD stuff though.
Thanks.