afa88 發表於 2013-6-7 19:49:16

avs 水印透明度寫法 ?

本文章最後由 afa88 於 2013-6-7 21:12 編輯


請問水印透明度語法為何?

ConvertToRGB32()

img=ImageSource("C:\Users\kk\Desktop\logo.png",pixel_type="rgb32").LanczosResize(100,50)

Layer(img,x=600,y=342)

請問這是什麼?
The colorspace of your clip is not in YV12...
Do you want me to add ConvertToYV12() to the end of your script ?

clubaudition 發表於 2013-6-7 22:42:37

本文章最後由 clubaudition 於 2013-6-8 09:29 編輯

Layer(img,x=600,y=342)

Layer(image,"add",透明度,x,y)
這個問題不是已經問過了嗎?仔細比對看看指令少了什麼或是錯誤了什麼
"add"是語法不是某個網址所以"add"保持不變,也少了透明度.

http://www.hd.club.tw/forum.php?mod=redirect&goto=findpost&ptid=154363&pid=1511627&fromuid=2322880

題外話:覺得您的ID蠻眼熟的 好像是某論壇的大大 ^^"

頁: [1]
查看完整版本: avs 水印透明度寫法 ?