tahir
19th January 2007, 09:52
Please guys help me.
I want to overlay video on video. I convert from dvd to vcd. I add text on the video using this script.
LoadPlugin("d:\data\tahir\plugins\DGDecode.dll")
mpeg2source("__vid__",iPP=true,cpu=0)
#FieldDeinterlace(blend=true)
BilinearResize(352,240)
text=blankclip(last).subtitle("TEXT", size=19,font="Blade 2", text_color=$ffffff).coloryuv
\ (levels="tv->pc")
overlay(last,text, x=13, y=23, mode="add", opacity=0.3)
ConvertToYUY2()
Now I would like to add a video addvertisemet on the bottom of the video. Can anybody help me create a scrtip to do it. The video i want to add is an advertisement (size 720x100). I would like the video to apear after every 15 minuets.
Cany Any body help me.
I want to overlay video on video. I convert from dvd to vcd. I add text on the video using this script.
LoadPlugin("d:\data\tahir\plugins\DGDecode.dll")
mpeg2source("__vid__",iPP=true,cpu=0)
#FieldDeinterlace(blend=true)
BilinearResize(352,240)
text=blankclip(last).subtitle("TEXT", size=19,font="Blade 2", text_color=$ffffff).coloryuv
\ (levels="tv->pc")
overlay(last,text, x=13, y=23, mode="add", opacity=0.3)
ConvertToYUY2()
Now I would like to add a video addvertisemet on the bottom of the video. Can anybody help me create a scrtip to do it. The video i want to add is an advertisement (size 720x100). I would like the video to apear after every 15 minuets.
Cany Any body help me.