Rollercoaster
5th September 2003, 06:09
hi, i'm using avisynth to frameserve to tmpgenc, to make a svcd
AVISource(movie,false)
#Post-Process
Blockbuster(method="noise",detail_min=1,detail_max=8,variance=0.3,seed=5823)
ATC(1,2,4,0.5,false)
TemporalSoften(2,7,7,3,2)
Blockbuster(method="noise",detail_min=1,detail_max=10,variance=0.5,seed=5823)
#Resize, overscan and borders
GripCrop(m_width, 480,overscan=myoverscan,source_anamorphic=false,dest_anamorphic=false)
GripSize(resizer="LanczosResize")
GripBorders()
well, i'm happy with the image i get...using gripcrop and all...but the only prob is that i get too big borders (top and bottom)...i would like them to be smaller, so that there was more room for the video...u know what i mean ??
and i would like to do it in the script....because i've checked and i could comment the Gripborders() command, and let tmpgenc do the borders (cause they are smaller in tmpgenc, the size i wanted)....but i'm also adding subtitles to the movie, and i would like them to be in the black border of the movie...
i hope i could express myself well...i'm not that good at english...:rolleyes:
tnks
PS: i thought about other thing...it would also help if i could "lower" the subtitles a little more....i'm using Textsub filter for the subtitles...if you know how lower the subs, please let me know!:)
AVISource(movie,false)
#Post-Process
Blockbuster(method="noise",detail_min=1,detail_max=8,variance=0.3,seed=5823)
ATC(1,2,4,0.5,false)
TemporalSoften(2,7,7,3,2)
Blockbuster(method="noise",detail_min=1,detail_max=10,variance=0.5,seed=5823)
#Resize, overscan and borders
GripCrop(m_width, 480,overscan=myoverscan,source_anamorphic=false,dest_anamorphic=false)
GripSize(resizer="LanczosResize")
GripBorders()
well, i'm happy with the image i get...using gripcrop and all...but the only prob is that i get too big borders (top and bottom)...i would like them to be smaller, so that there was more room for the video...u know what i mean ??
and i would like to do it in the script....because i've checked and i could comment the Gripborders() command, and let tmpgenc do the borders (cause they are smaller in tmpgenc, the size i wanted)....but i'm also adding subtitles to the movie, and i would like them to be in the black border of the movie...
i hope i could express myself well...i'm not that good at english...:rolleyes:
tnks
PS: i thought about other thing...it would also help if i could "lower" the subtitles a little more....i'm using Textsub filter for the subtitles...if you know how lower the subs, please let me know!:)