五月天青色头像情侣网名,国产亚洲av片在线观看18女人,黑人巨茎大战俄罗斯美女,扒下她的小内裤打屁股

歡迎光臨散文網(wǎng) 會員登陸 & 注冊

Reaper視頻文件添加時間軸腳本

2022-09-23 16:16 作者:一杯_Sound  | 我要投稿


貼個筆記,日后方便查找

以下是腳本

// Timecode overlay


font="Arial";


//@param1:size 'text height' 0.1 0.01 0.5 0.25 0.01

//@param2:ypos 'y position' 0.90 0 1 0.5 0.01

//@param3:xpos 'x position' 0.5 0 1 0.5 0.01

//@param4:border 'border' 0.03 0 1 0.5 0.01

//@param5:fgc 'text bright' 1.0 0 1 0.5 0.01

//@param6:fga 'text alpha' 1.0 0 1 0.5 0.01

//@param7:bgc 'bg bright' 0 0 1 0.5 0.01

//@param8:bga 'bg alpha' 0.5 0 1 0.5 0.01

//@param9:h_off 'hours offset' 0 -23 23 0 1

//@param10:m_off 'minutes offset' 0 -59 59 0 1

//@param11:s_off 'seconds offset' 0 -59 59 0 1

//@param12:f_off 'frames offset' 0 -29 29 0 1

?


offset = 3600*h_off + 60*m_off + s_off + f_off/framerate;


time_value = time / (ceil(framerate)/framerate) + offset;


hours = time_value/3600;

minutes = (time_value / 60) % 60;

seconds = time_value % 60;

frames = (time_value - floor(time_value))*framerate;


#timecode = sprintf(#, "%02d:", hours);

#timecode += sprintf(#, "%02d:", minutes);

#timecode += sprintf(#, "%02d:", seconds);

#timecode += sprintf(#, "%02d", frames);

// #timecode += sprintf(#, "? %.3f s", time); // abs. time

// #timecode += sprintf(#, "%10d f", (time*framerate)); // abs. frames


gfx_blit(0,1);

gfx_setfont(size*project_h,font,'B');

gfx_str_measure(#timecode,txtw,txth);

yt = (project_h- txth*(1+border*2))*ypos;

gfx_set(bgc,bgc,bgc,bga);

gfx_fillrect(xpos * (project_w-txtw*(1+border*2)), yt, txtw*(1+border*2), txth*(1+border*2));

gfx_set(fgc,fgc,fgc,fga);

gfx_str_draw(#timecode,xpos * (project_w-txtw),yt+txth*border);


Reaper視頻文件添加時間軸腳本的評論 (共 條)

分享到微博請遵守國家法律
武川县| 高台县| 凭祥市| 谷城县| 新巴尔虎左旗| 自贡市| 南靖县| 荣成市| 宜城市| 北京市| 武清区| 花莲市| 凤翔县| 仪陇县| 松滋市| 昌乐县| 闽清县| 商都县| 前郭尔| 平乐县| 紫金县| 平和县| 宣汉县| 郑州市| 梅河口市| 怀来县| 布尔津县| 马山县| 石台县| 酉阳| 三门县| 买车| 武隆县| 肇源县| 陇西县| 高淳县| 宜阳县| 共和县| 明水县| 文昌市| 西藏|