83 lines
9.5 KiB
Plaintext
83 lines
9.5 KiB
Plaintext
[Script Info]
|
||
; Script generated by Aegisub 2.1.8
|
||
; http://www.aegisub.org/
|
||
Title: Default Aegisub file
|
||
ScriptType: v4.00+
|
||
WrapStyle: 0
|
||
PlayResX: 1024
|
||
PlayResY: 576
|
||
ScaledBorderAndShadow: yes
|
||
Last Style Storage: Default
|
||
Video File: ?dummy:30.000000:8600:1024:576:0:0:0:c
|
||
Video Aspect Ratio: 0
|
||
Video Zoom: 5
|
||
Video Position: 0
|
||
Export Encoding: UTF-8
|
||
|
||
[V4+ Styles]
|
||
Format: Name, Fontname, Fontsize, PrimaryColour, SecondaryColour, OutlineColour, BackColour, Bold, Italic, Underline, StrikeOut, ScaleX, ScaleY, Spacing, Angle, BorderStyle, Outline, Shadow, Alignment, MarginL, MarginR, MarginV, Encoding
|
||
Style: Translation-furigana,Arial,12,&H005AF51E,&H000000FF,&H00FFFFFF,&H00000000,0,0,0,0,100,100,0,0,1,0.8,0.8,2,8,8,24,1
|
||
Style: Romaji-furigana,Arial,10,&H000AF7F5,&H000000FF,&H000114FF,&H00000000,0,0,0,0,100,100,0,0,1,0.8,0.8,2,8,8,24,1
|
||
Style: Default-furigana,Arial,48,&H0074DAFE,&H000000FF,&H008424B2,&H00000000,-1,0,0,0,100,100,0,0,1,1.2,1.2,2,16,16,12,1
|
||
Style: Default,Arial,40,&H00FFFFFF,&H000000FF,&H00000000,&H00000000,-1,0,0,0,100,100,0,0,1,2,2,2,16,16,12,1
|
||
Style: Romaji,Arial,24,&H0001FFEB,&H000000FF,&H000304FC,&H00000000,0,0,0,0,100,100,0,0,1,2,1,8,8,8,30,1
|
||
Style: Translation,Arial,24,&H005AF51E,&H000000FF,&H00FFFFFF,&H00000000,0,0,0,0,100,100,0,0,1,2,1,2,8,8,24,1
|
||
|
||
[Events]
|
||
Format: Layer, Start, End, Style, Name, MarginL, MarginR, MarginV, Effect, Text
|
||
Dialogue: 0,0:00:00.00,0:00:00.01,Default,,0000,0000,0000,,{\an4}motion_blur(x1,y1,x2,y2,mode,t1,t2,accel)\NParameters\Nx1,y1 : start point\Nx2,y2 : end point\Nmode : retime mode\Nt1 : start add\Nt2 : end add\Naccel : animation speed\N .....1: linear\N .....bewteen 0 and 1 : start fast and end slow\N.....greater than 1 : start slow and end fast
|
||
Comment: 0,0:00:00.00,0:00:00.00,Default,Get Scr Resolution,0000,0000,0000,code once,xres, yres = _G.aegisub.video_size() if xres == nil then x_rat = 1 y_rat = 1 ratio = 1 else x_rat = xres/1280 y_rat = yres/720 ratio = y_rat end
|
||
Comment: 0,0:00:00.00,0:00:00.00,Default,Get Frame Dur,0000,0000,0000,code once,msa = _G.aegisub.ms_from_frame(1) msb = _G.aegisub.ms_from_frame(100) if msa == nil and msb == nil then frame_dur = 33 else frame_dur = (msb-msa)/100 end
|
||
Comment: 0,0:00:00.00,0:00:00.00,Default,,0000,0000,0000,code once,max_space = 5 * ratio
|
||
Comment: 0,0:00:00.00,0:00:00.00,Default,,0000,0000,0000,code once,math.randomseed(8317)
|
||
Comment: 0,0:00:00.00,0:00:05.01,Default,Motion Blur Function,0000,0000,0000,code line all,function motion_blur(x1,y1,x2,y2,mode,t1,t2,accel) if j == 1 then dur = t2 - t1 xdist = x2-x1 ydist = y2-y1 a_t = frame_dur/dur if (a_t > 1) then a_t = 1 end t = 0 end posX = x1 + xdist * (t^accel) posY = y1 + ydist * (t^accel) n_posX = x1 + xdist * ((t+a_t)^accel) n_posY = y1 + ydist * ((t+a_t)^accel) dist = math.sqrt(math.abs(n_posX-posX)^2+math.abs(n_posY-posY)^2) a_t = a_t * (max_space/dist) if (t+a_t < 1) then maxj = j + 1 end retime(mode,t * dur+t1, (t+a_t) * dur+frame_dur*2+t1) t = t + a_t return string.format("\\pos(%0.3f,%0.3f)\\bord0\\blur%0.3f\\1c%s\\t(%d,%d,\\alpha&HFF&)",posX,posY,4-t*1.5, _G.interpolate_color(0.5,line.styleref.color1,line.styleref.color3),0,frame_dur*2) end
|
||
Comment: 0,0:00:00.00,0:00:00.00,Default,,0000,0000,0000,code once all,function char_counter(ref) ci[ref] = ci[ref] + 1; return "" end
|
||
Comment: 0,0:00:00.00,0:00:00.00,Default,,0000,0000,0000,code line all,ci = { 0 }; cn = _G.unicode.len(orgline.text_stripped:gsub(" ",""))
|
||
Comment: 0,0:00:00.00,0:00:00.00,Default,,0000,0000,0000,code once,temp = {}
|
||
Comment: 0,0:00:00.00,0:00:00.00,Default,,0000,0000,0000,code once,function set_temp(ref,val) temp[ref] = val; return val; end
|
||
Comment: 0,0:00:00.00,0:00:00.00,Default,,0000,0000,0000,code once,saiyan = "m 27 0 b 0 0 0 41 27 41 b 55 41 55 0 27 0 "
|
||
Comment: 0,0:00:00.00,0:00:00.00,Romaji,ring effect,0000,0000,0000,template noblank notext loop 7,!relayer(maxj-j)!!retime("presyl",-300+(j-1)*99,300+(j-1)*99)!{\1a&HFF&\an5\pos($center,$middle)\fscx0\fscy0\blur2\t(\fscx200\fscy200)\t(300,600,\alpha&HFF&)\shad0\bord5\3c!_G.ass_color(_G.HSV_to_RGB(60,j/maxj,1))!\1c&HFFFFFF&\p1}!saiyan!
|
||
Comment: 0,0:00:04.98,0:00:07.01,Romaji,read-in motion blur,0000,0000,0000,template pre-line,{\an5!motion_blur(0,$middle,$lcenter,$middle,"preline",-700,-500,0.5)!}
|
||
Comment: 10,0:00:07.01,0:00:09.01,Romaji,,0000,0000,0000,template noblank,!retime("start2syl",-500,0)!{\an5\pos($center,$middle)\blur2}
|
||
Comment: 0,0:00:00.00,0:00:00.00,Romaji,lead-out motion blur,0000,0000,0000,template noblank,{\an5!motion_blur($center,$middle,0,$middle,"presyl",0,200,2)!\fr!t*720!}
|
||
Comment: 0,0:00:00.00,0:00:11.48,Translation,read-in motion blur,0000,0000,0000,template pre-line,{\an5!motion_blur(0,$middle,$lcenter-30,$middle,"preline",-700,-500,0.5)!}
|
||
Comment: 10,0:00:11.48,0:00:11.48,Translation,,0000,0000,0000,template pre-line,!retime("line",-500,-500)!{\an5\move(!$lcenter-30!,$middle,!$lcenter+30!,$middle)\blur1}
|
||
Comment: 0,0:00:11.48,0:00:11.48,Translation,lead-out motion blur,0000,0000,0000,template pre-line,{\an5!motion_blur($lcenter+30,$middle,xres,$middle,"postline",-500,-300,2)!}
|
||
Dialogue: 0,0:00:11.48,0:00:16.77,Romaji,,0000,0000,0000,karaoke,{\k45}Eve{\k23}ry {\k67}day {\k20}I {\k42}just {\k49}can’t {\k38}con{\k245}trol
|
||
Dialogue: 0,0:00:17.07,0:00:24.24,Romaji,,0000,0000,0000,karaoke,{\k21}Eve{\k21}ry {\k63}night {\k31}the {\k75}lone{\k16}li{\k143}ness {\k28}my {\k319}love
|
||
Dialogue: 0,0:00:24.76,0:00:27.96,Romaji,,0000,0000,0000,karaoke,{\k47}Eh {\k51}Eh {\k40}Eh {\k28}So {\k43}beast {\k25}in {\k14}the {\k72}cube
|
||
Dialogue: 0,0:00:29.87,0:00:32.86,Romaji,,0000,0000,0000,karaoke,{\k26}Can't {\k66}breathe {\k18}like {\k65}freeze {\k26}nae {\k22}mo{\k16}mi {\k15}gu{\k18}deo{\k15}ga
|
||
Dialogue: 0,0:00:33.40,0:00:36.33,Romaji,,0000,0000,0000,karaoke,{\k31}Hey {\k61}dear {\k32}stay {\k55}here {\k22}nae {\k31}nu{\k13}ni {\k15}meo{\k18}leo{\k17}ga
|
||
Dialogue: 0,0:00:37.38,0:00:40.79,Romaji,,0000,0000,0000,karaoke,{\k23}No {\k46}way {\k8}lo{\k17}sing {\k20}my {\k51}way {\k39}neon {\k31}wae {\k11}meo{\k10}leo{\k12}ji{\k9}gi{\k12}man {\k52}hae
|
||
Dialogue: 0,0:00:40.96,0:00:44.08,Romaji,,0000,0000,0000,karaoke,{\k19}A{\k35}peu{\k14}gi {\k27}sil{\k16}heo {\k30}nan {\k17}gi{\k21}peo{\k23}man {\k13}gan {\k12}ma{\k6}eu{\k6}meun {\k14}eo{\k20}tteo{\k19}gha{\k20}na
|
||
Dialogue: 0,0:00:44.13,0:00:47.66,Romaji,,0000,0000,0000,karaoke,{\k23}Nan {\k27}a{\k19}mu {\k24}mal{\k23}do {\k20}deul{\k22}li{\k25}ji{\k18}ga {\k25}an{\k22}neun{\k105}de
|
||
Dialogue: 0,0:00:47.70,0:00:51.24,Romaji,,0000,0000,0000,karaoke,{\k24}Nan {\k25}a{\k22}mu{\k18}geos{\k25}do {\k24}bo{\k16}i{\k24}ji{\k23}ga {\k22}an{\k24}hneun{\k107}de
|
||
Dialogue: 0,0:00:51.27,0:00:54.92,Romaji,,0000,0000,0000,karaoke,{\k24}Oh {\k44}ni{\k44}ga {\k46}na{\k22}leul {\k43}tteo{\k19}nan {\k26}geu{\k22}nal{\k44}bu{\k22}teo
|
||
Dialogue: 0,0:00:54.84,0:00:58.14,Romaji,,0000,0000,0000,karaoke,{\k23}Geu {\k18}mu{\k16}eos {\k32}ha{\k9}na {\k21}hal {\k38}ssu {\k19}eobs{\k22}neun {\k17}na{\k29}in{\k86}de
|
||
Dialogue: 0,0:00:58.94,0:01:05.51,Romaji,,0000,0000,0000,karaoke,{\k32}Mo{\k23}du {\k25}meom{\k36}chwo{\k52}sseo {\k42}mo{\k22}du {\k24}kkeunt{\k34}na{\k62}sseo {\k34}{\k13}nae {\k36}mo{\k17}deun {\k20}ge {\k52}ji{\k41}wo{\k45}jyeo {\k47}ga
|
||
Dialogue: 0,0:01:06.02,0:01:15.15,Romaji,,0000,0000,0000,karaoke,{\k31}Nu{\k24}neul {\k34}ga{\k40}ma{\k34}do {\k21}nae {\k32}gi{\k12}eog {\k42}so{\k25}ge{\k62}seo{\k31} {\k17}ni {\k21}mo{\k36}seu{\k17}bi {\k48}heu{\k38}lyeo-{\k52}ji{\k47}neun{\k249}de
|
||
Dialogue: 0,0:01:17.28,0:01:20.32,Romaji,,0000,0000,0000,karaoke,{\k38}Every {\k24}day {\k18}a {\k53}shock {\k30}{\k55}Every {\k23}night {\k24}a {\k46}shock
|
||
Dialogue: 0,0:01:20.59,0:01:24.18,Romaji,,0000,0000,0000,karaoke,{\k25}I'm {\k23}sor{\k19}ry {\k23}je{\k23}bal {\k26}nae{\k20}ge {\k16}da{\k16}si {\k33}do{\k20}la{\k22}wa {\k49}jul{\k44}lae
|
||
Dialogue: 0,0:01:24.36,0:01:27.38,Romaji,,0000,0000,0000,karaoke,{\k49}Every {\k19}day {\k22}a {\k30}shock {\k41}{\k57}Every {\k30}night {\k18}a {\k30}shock
|
||
Dialogue: 0,0:00:11.48,0:00:16.77,Translation,,0000,0000,0000,karaoke,Every day I just can’t control
|
||
Dialogue: 0,0:00:17.07,0:00:24.24,Translation,,0000,0000,0000,karaoke,Every night the loneliness is my love
|
||
Dialogue: 0,0:00:24.76,0:00:27.96,Translation,,0000,0000,0000,karaoke,(So beast in the cube)
|
||
Dialogue: 0,0:00:29.87,0:00:33.00,Translation,,0000,0000,0000,karaoke,Can’t breathe, my body’s getting stiff like an ice (Why! Why!)
|
||
Dialogue: 0,0:00:33.40,0:00:37.04,Translation,,0000,0000,0000,karaoke,Hey dear, stay here, I’m going blind (Why! Why!)
|
||
Dialogue: 0,0:00:37.38,0:00:40.79,Translation,,0000,0000,0000,karaoke,No way I'm losing my way, why are you drifting away?
|
||
Dialogue: 0,0:00:40.96,0:00:44.08,Translation,,0000,0000,0000,karaoke,I don’t want to get hurt, but what will we do with my love-struck heart?
|
||
Dialogue: 0,0:00:44.13,0:00:47.66,Translation,,0000,0000,0000,karaoke,I can't hear anything
|
||
Dialogue: 0,0:00:47.70,0:00:51.24,Translation,,0000,0000,0000,karaoke,I can't see anything
|
||
Dialogue: 0,0:00:51.27,0:00:54.83,Translation,,0000,0000,0000,karaoke,Oh, ever since you’ve left me
|
||
Dialogue: 0,0:00:54.84,0:00:58.14,Translation,,0000,0000,0000,karaoke,I can't focus on anything else
|
||
Dialogue: 0,0:00:58.94,0:01:05.51,Translation,,0000,0000,0000,karaoke,Everything stopped, and now it's over and my existence is fading away
|
||
Dialogue: 0,0:01:06.02,0:01:15.15,Translation,,0000,0000,0000,karaoke,Even if I close my eyes, you're still fading away from my memories
|
||
Dialogue: 0,0:01:17.28,0:01:20.59,Translation,,0000,0000,0000,karaoke,Every day I shock (shock) Every night I shock (shock)
|
||
Dialogue: 0,0:01:20.59,0:01:24.18,Translation,,0000,0000,0000,karaoke,I’m sorry, can you please come back to me?
|
||
|
||
|
||
|
||
|
||
|
||
|