AnimeSuki Forums

Register Forum Rules FAQ Members List Social Groups Search Today's Posts Mark Forums Read

Go Back   AnimeSuki Forum > Anime Related Topics > General Anime > Fansub Groups

Notices

Reply
 
Thread Tools
Old 2007-08-29, 17:04   Link #21
ultimaweapon
Junior Member
 
Join Date: Jun 2006
Can anyone help me please.....?

Hi,

what I want to say is ....


How can I gradient the color with aegisub program?

or is there any program that help me with?

actually, I have being died with aegisub but I couldn't know where or how can I gradient the color.

so, please explain to me if you have the idea about this?

or if you want my email:

fzf369@hotmail.com

I hope you will help me...
ultimaweapon is offline   Reply With Quote
Old 2007-08-29, 19:20   Link #22
jfs
Aegisub dev
 
 
Join Date: Sep 2004
Location: Stockholm, Sweden
Age: 39
This has been asked numerous times before. Please do some research before asking.

The ASS format does not allow gradients natively. The workaround is to use lots of copies of the line with different clipping and different colouring. Aegisub does not have a function to automate this but SSATool (use Google or whatever, please) has that.
Aegisub will get such a tool at some point, but we don't know when. It won't be in the near future.
__________________

Aegisub developer [ Forum | Manual | Feature requests | Bug reports | IRC ]
Don't ask for: More VSFilter changes (I won't), karaoke effects, help in PM's
jfs is offline   Reply With Quote
Old 2007-08-29, 19:33   Link #23
getfresh
done
*Fansubber
 
Join Date: Nov 2003
Location: Yokosuka, JP
Age: 43
Quote:
Originally Posted by jfs View Post
This has been asked numerous times before. Please do some research before asking.

The ASS format does not allow gradients natively. The workaround is to use lots of copies of the line with different clipping and different colouring. Aegisub does not have a function to automate this but SSATool (use Google or whatever, please) has that.
Aegisub will get such a tool at some point, but we don't know when. It won't be in the near future.
If you decide to do it with SSATool I suggest not clipping by color but instead clipping by hex. Just place you lines like this

color 1 alpha 00
color 1 alpha 10
color 1 alpha 20
color 1 alpha 30
color 1 alpha 40
color 1 alpha 50
color 1 alpha 60
color 1 alpha 70
color 1 alpha 80
color 1 alpha 80
color 1 alpha A0
color 1 alpha B0
color 1 alpha C0
color 1 alpha D0
color 1 alpha E0
color 1 alpha F0
color 2

to get the number of clips you need just find the range the gradient will take place over. the number of pixels the range is wide is you number of clips, say the range is 250-300, means you need 50 clips. Next you take the number of clips and divide 256 by it to get the increment, i.e. 50/256= 5.12 round to nearest whole number, so 5. So that means every new clip you will decrease or increase the value by 5.

exp

\alpha&H00&
\alpha&H05&
\alpha&H0A&
\alpha&H0F&

and so on.

I'll dig up some old working code if I can, maybe you'll find it useful.

Code:
[Script Info]
; This is a Sub Station Alpha v4 script.
; For Sub Station Alpha info and downloads,
; go to http://www.eswat.demon.co.uk/
; or email kotus@eswat.demon.co.uk
Title: Beck OP
Original Script: <unknown>
ScriptType: v4.00
Collisions: Normal
PlayResY: 768
PlayDepth: 0
Wav: 0, 8947,C:\sysreset\download\beck3.wav
LastWav: 1
Timer: 100.0000

[V4 Styles]
Format: Name, Fontname, Fontsize, PrimaryColour, SecondaryColour, TertiaryColour, BackColour, Bold, Italic, BorderStyle, Outline, Shadow, Alignment, MarginL, MarginR, MarginV, AlphaLevel, Encoding
Style: BOPK1,Moore Mary,58,&HFFFFFF,16777215,65535,-2147483640,-1,1,1,0,0,6,10,10,5,0,0

[Events]
Format: Marked, Start, End, Style, Name, MarginL, MarginR, MarginV, Effect, Text
Dialogue: Marked=0,0:00:15.40,0:00:17.45,BOPK1,,0000,0000,0000,,{\fad(80,80)\pos(522,5)\1c&H747978&\shad1.5\bord1.5}I never dreamed before
Dialogue: Marked=0,0:00:15.40,0:00:17.45,BOPK1,,0000,0000,0000,,{\fad(80,80)\pos(522,5)}{\clip(0,27,2000,28)\1a&HF0&}I never dreamed before
Dialogue: Marked=0,0:00:15.40,0:00:17.45,BOPK1,,0000,0000,0000,,{\fad(80,80)\pos(522,5)}{\clip(0,28,2000,29)\1a&HE0&}I never dreamed before
Dialogue: Marked=0,0:00:15.40,0:00:17.45,BOPK1,,0000,0000,0000,,{\fad(80,80)\pos(522,5)}{\clip(0,29,2000,30)\1a&HD0&}I never dreamed before
Dialogue: Marked=0,0:00:15.40,0:00:17.45,BOPK1,,0000,0000,0000,,{\fad(80,80)\pos(522,5)}{\clip(0,30,2000,31)\1a&HC0&}I never dreamed before
Dialogue: Marked=0,0:00:15.40,0:00:17.45,BOPK1,,0000,0000,0000,,{\fad(80,80)\pos(522,5)}{\clip(0,31,2000,32)\1a&HB0&}I never dreamed before
Dialogue: Marked=0,0:00:15.40,0:00:17.45,BOPK1,,0000,0000,0000,,{\fad(80,80)\pos(522,5)}{\clip(0,32,2000,33)\1a&HA0&}I never dreamed before
Dialogue: Marked=0,0:00:15.40,0:00:17.45,BOPK1,,0000,0000,0000,,{\fad(80,80)\pos(522,5)}{\clip(0,33,2000,34)\1a&H90&}I never dreamed before
Dialogue: Marked=0,0:00:15.40,0:00:17.45,BOPK1,,0000,0000,0000,,{\fad(80,80)\pos(522,5)}{\clip(0,34,2000,35)\1a&H80&}I never dreamed before
Dialogue: Marked=0,0:00:15.40,0:00:17.45,BOPK1,,0000,0000,0000,,{\fad(80,80)\pos(522,5)}{\clip(0,35,2000,36)\1a&H70&}I never dreamed before
Dialogue: Marked=0,0:00:15.40,0:00:17.45,BOPK1,,0000,0000,0000,,{\fad(80,80)\pos(522,5)}{\clip(0,36,2000,37)\1a&H60&}I never dreamed before
Dialogue: Marked=0,0:00:15.40,0:00:17.45,BOPK1,,0000,0000,0000,,{\fad(80,80)\pos(522,5)}{\clip(0,37,2000,38)\1a&H50&}I never dreamed before
Dialogue: Marked=0,0:00:15.40,0:00:17.45,BOPK1,,0000,0000,0000,,{\fad(80,80)\pos(522,5)}{\clip(0,38,2000,39)\1a&H40&}I never dreamed before
Dialogue: Marked=0,0:00:15.40,0:00:17.45,BOPK1,,0000,0000,0000,,{\fad(80,80)\pos(522,5)}{\clip(0,39,2000,40)\1a&H30&}I never dreamed before
Dialogue: Marked=0,0:00:15.40,0:00:17.45,BOPK1,,0000,0000,0000,,{\fad(80,80)\pos(522,5)}{\clip(0,40,2000,41)\1a&H20&}I never dreamed before
Dialogue: Marked=0,0:00:15.40,0:00:17.45,BOPK1,,0000,0000,0000,,{\fad(80,80)\pos(522,5)}{\clip(0,41,2000,42)\1a&H10&}I never dreamed before
Dialogue: Marked=0,0:00:15.40,0:00:17.45,BOPK1,,0000,0000,0000,,{\fad(80,80)\pos(522,5)}{\clip(0,42,2000,43)\1a&H00&}I never dreamed before
Dialogue: Marked=0,0:00:15.40,0:00:17.45,BOPK1,,0000,0000,0000,,{\fad(80,80)\pos(522,5)}{\clip(0,43,2000,44)\1a&H10&}I never dreamed before
Dialogue: Marked=0,0:00:15.40,0:00:17.45,BOPK1,,0000,0000,0000,,{\fad(80,80)\pos(522,5)}{\clip(0,44,2000,45)\1a&H20&}I never dreamed before
Dialogue: Marked=0,0:00:15.40,0:00:17.45,BOPK1,,0000,0000,0000,,{\fad(80,80)\pos(522,5)}{\clip(0,45,2000,46)\1a&H30&}I never dreamed before
Dialogue: Marked=0,0:00:15.40,0:00:17.45,BOPK1,,0000,0000,0000,,{\fad(80,80)\pos(522,5)}{\clip(0,46,2000,47)\1a&H40&}I never dreamed before
Dialogue: Marked=0,0:00:15.40,0:00:17.45,BOPK1,,0000,0000,0000,,{\fad(80,80)\pos(522,5)}{\clip(0,47,2000,48)\1a&H50&}I never dreamed before
Dialogue: Marked=0,0:00:15.40,0:00:17.45,BOPK1,,0000,0000,0000,,{\fad(80,80)\pos(522,5)}{\clip(0,48,2000,49)\1a&H60&}I never dreamed before
Dialogue: Marked=0,0:00:15.40,0:00:17.45,BOPK1,,0000,0000,0000,,{\fad(80,80)\pos(522,5)}{\clip(0,49,2000,50)\1a&H70&}I never dreamed before
Dialogue: Marked=0,0:00:15.40,0:00:17.45,BOPK1,,0000,0000,0000,,{\fad(80,80)\pos(522,5)}{\clip(0,50,2000,51)\1a&H80&}I never dreamed before
Dialogue: Marked=0,0:00:15.40,0:00:17.45,BOPK1,,0000,0000,0000,,{\fad(80,80)\pos(522,5)}{\clip(0,51,2000,52)\1a&H90&}I never dreamed before
Dialogue: Marked=0,0:00:15.40,0:00:17.45,BOPK1,,0000,0000,0000,,{\fad(80,80)\pos(522,5)}{\clip(0,52,2000,53)\1a&HA0&}I never dreamed before
Dialogue: Marked=0,0:00:15.40,0:00:17.45,BOPK1,,0000,0000,0000,,{\fad(80,80)\pos(522,5)}{\clip(0,53,2000,54)\1a&HB0&}I never dreamed before
Dialogue: Marked=0,0:00:15.40,0:00:17.45,BOPK1,,0000,0000,0000,,{\fad(80,80)\pos(522,5)}{\clip(0,54,2000,55)\1a&HC0&}I never dreamed before
Dialogue: Marked=0,0:00:15.40,0:00:17.45,BOPK1,,0000,0000,0000,,{\fad(80,80)\pos(522,5)}{\clip(0,55,2000,56)\1a&HD0&}I never dreamed before
Dialogue: Marked=0,0:00:15.40,0:00:17.45,BOPK1,,0000,0000,0000,,{\fad(80,80)\pos(522,5)}{\clip(0,56,2000,57)\1a&HE0&}I never dreamed before
Dialogue: Marked=0,0:00:15.40,0:00:17.45,BOPK1,,0000,0000,0000,,{\fad(80,80)\pos(522,5)}{\clip(0,57,2000,58)\1a&HF0&}I never dreamed before

Last edited by getfresh; 2007-08-29 at 19:45. Reason: To add code ref
getfresh is offline   Reply With Quote
Old 2007-08-30, 07:45   Link #24
ultimaweapon
Junior Member
 
Join Date: Jun 2006
But I have found someone who can creat gradient color(an arabian man)whose name is soul slayer so, please look at the second image:


this is what I want to learn about if the aegisub program couldn't do that, then, please give another program for the subtitling can do this job.

I'll wait for you my friends
ultimaweapon is offline   Reply With Quote
Old 2007-08-30, 09:59   Link #25
getfresh
done
*Fansubber
 
Join Date: Nov 2003
Location: Yokosuka, JP
Age: 43
read jfs's post again... He already gave you the name of a different app that will do the gradients. And I gave you the code to be able to do it yourself if need be.

Also the second image you posted is not a gradient. All he did was set each letter a diff color.

example

Code:
{\1c&HFFFFFF&}E{\1c&HFFEEEE&}X{\1c&HFFDDDD&}A{\1c&HFFCCCC&}M{\1c&HFFBBBB&}P{\1c&HFFAAAA&}L{\1c&HFF9999&}E
getfresh is offline   Reply With Quote
Old 2007-08-30, 12:24   Link #26
[darkfire]
Give them the What For!
*Fansubber
 
 
Join Date: Feb 2006
Location: Cave of Evil- Invite Only
Age: 36
Send a message via AIM to [darkfire] Send a message via Yahoo to [darkfire]
There is a function for gradients on the aegisub forum for lua scripting (Automation 3\no longer supported) . And I think it is possible to add a gradient feature into aegisub 2.0 with the automation 4 framework.
__________________
"Lepers, women are Lepers" - Sheriff of Nottingham
[darkfire] is offline   Reply With Quote
Old 2007-08-30, 14:16   Link #27
ultimaweapon
Junior Member
 
Join Date: Jun 2006
Quote:
Originally Posted by getfresh View Post
read jfs's post again... He already gave you the name of a different app that will do the gradients. And I gave you the code to be able to do it yourself if need be.

Also the second image you posted is not a gradient. All he did was set each letter a diff color.

example

Code:
{\1c&HFFFFFF&}E{\1c&HFFEEEE&}X{\1c&HFFDDDD&}A{\1c&HFFCCCC&}M{\1c&HFFBBBB&}P{\1c&HFFAAAA&}L{\1c&HFF9999&}E

Thanks man, this is what I want to get this point

eventhough he didn't gradient the color, but he made it very beautiful like gradient

but, actually, you have catched them,

so, thanks alot alot alot
ultimaweapon is offline   Reply With Quote
Old 2007-08-30, 14:35   Link #28
ultimaweapon
Junior Member
 
Join Date: Jun 2006
Hi again,

now I know this tutorial.

but someone can gradient the color by vertical way like this:



how it became like that!! Please someone help me with that!!

(notice that text is for karaoke not just is in freez position)
ultimaweapon is offline   Reply With Quote
Old 2007-08-30, 15:19   Link #29
jfs
Aegisub dev
 
 
Join Date: Sep 2004
Location: Stockholm, Sweden
Age: 39
Taking a very quick look it's only two halves in slightly different colour. Notice that there's actually a sharp transition from the start to end colour right in the middle of the line.
__________________

Aegisub developer [ Forum | Manual | Feature requests | Bug reports | IRC ]
Don't ask for: More VSFilter changes (I won't), karaoke effects, help in PM's
jfs is offline   Reply With Quote
Old 2007-08-31, 14:11   Link #30
ultimaweapon
Junior Member
 
Join Date: Jun 2006
but...how?

!!!

this is a vertical was not horizontal !

PLEASE GIVE ME THE RIGHT SOLUTION FOR THAT!!!
ultimaweapon is offline   Reply With Quote
Old 2007-08-31, 14:17   Link #31
Sylf
翻訳家わなびぃ
*Fansubber
 
 
Join Date: Nov 2003
Age: 50
Send a message via MSN to Sylf Send a message via Yahoo to Sylf
Aegisub is not the solution to everything. In case of gradience/clip creation, there's no real automated way of doing it. You'll need to learn the \clip override function for ASS, and enter it in the line. This post contains a sample code including clip.

And when jfs said "it's only two halves in slightly different colour," he's saying that the line can be made with two lines -- first line that's \clipped to show the top half of the line with darker color, and the second line that's \clipped to show the bottom half.

For more information about clip, read the Aegisub help file that comes with version 1 -- Help -> Contents -> Typesetting -> Ass Overide Tags, and find the section about \clip. It has pretty good explanation with a sample screen.
Sylf is offline   Reply With Quote
Old 2007-08-31, 16:33   Link #32
al-z3ol
Junior Member
 
Join Date: Feb 2006
ultimaweapon


this is an automation script

this is what you want and it's with Arabic comments


it's made by MexFx

Code:
-- Original written by Haider Ben Abu Baker (aka Haku)
-- Released into the public domain
--[[

 "ملل , لكن لا بد منه "

السكربت وشرحه لمنتدى الترجمة لمكسات
ليستخدم كمرجع فقط إن أردت نقله لمكان آخر فليس عليك
سوى ذكر المصدر فقط , وهذا كافي


حــــيــدر

]]




--Conact ... PM at Mexat.com/vb
--Or MailTO : hw_hm@hotmail.com


name = "Grad"
description = "Stupid gradient Effect "


configuration = {}
version, kind = 3, 'basic_ass'

include("karaskel-adv.lua") 


function do_syllable(meta, styles, config, line, syl)
         local output = {n=0} 
         local x=syl.center + line.centerleft 
         local y = 40


	 

                       l = copy_line(line) 
                       l.text = string.format("{\\an8\\pos(%d,%d)\\1c&H0000FF&}%s",x,y, syl.text_stripped) 
                       l.layer = 0  -- سنجعل النسخة الحمراء في طبقة سفلية 
                       table.insert(output, l) 





--أما بقية النسخ المتدرجة في الأولان من الأحمر إلى الأصفر فستكون في طبقات أعلى 

	for i = 0,19 do  -- سننشيء عشرين نسخة متدرجة


                       l = copy_line(line) 
                       l.text = string.format("{\\be1\\an8\\pos(%d,%d)\\1c&H%02X%02XFF&\\clip(0,0,640,%d)}%s",x,y,i*5,i*20+10,62-i ,syl.text_stripped) -- هذا السطر مشروح بالتفصيل في الأسفل 

                       l.layer = i   --الطبقة ستكون قيمة متغير التكرار , أي أنها ستزيد مع كل نسخة , وبهذا نحصل على ما تريد
                       table.insert(output, l) 


	end
  	
 return output 

end








--[[
string.format("{\\be1\\an8\\pos(%d,%d)\\1c&H%02X%02XFF&\\clip(0,0,640,%d)}%s",x,y,i*5,i*20+10,62-i ,syl.text_stripped)


في هذا السطر نكتب الأكواد اللازمة لكل نسخة من النسخ العشرين 
لاحظ أن جميعها تقع في نفس الموقع , أي كل وحده فوق الثانية 
ولكن التغيير يحدث في الألوان + مكان القطع بكود 
clip

بالنسبة للأللوان فقد إستخدمنا
%02X

أي أن هذا الرقم سيستبدل برقم سداسي عشري , وهو قيمة متغير التكرار مضروبة الرقم خمسة
أي أن كل نسخة سيكون لونها أخف من التي قبلها وبذلك نصل من اللون الأحمر إلى الأصفر

أما الكود
clip
فقد جعلنا آخر قيمة فيه متغيرة وتساوي إثنين وستين في النسخة الأولى , أي من منتصف الجملة 
ثم تقل هذه القيمة مع كل نسخة 

^^بإختصار , أنشأنا تدرج رائع



]]



from here
al-z3ol is offline   Reply With Quote
Old 2007-08-31, 19:59   Link #33
getfresh
done
*Fansubber
 
Join Date: Nov 2003
Location: Yokosuka, JP
Age: 43
Quote:
Originally Posted by getfresh View Post

Code:
[Script Info]
; This is a Sub Station Alpha v4 script.
; For Sub Station Alpha info and downloads,
; go to http://www.eswat.demon.co.uk/
; or email kotus@eswat.demon.co.uk
Title: Beck OP
Original Script: <unknown>
ScriptType: v4.00
Collisions: Normal
PlayResY: 768
PlayDepth: 0
Wav: 0, 8947,C:\sysreset\download\beck3.wav
LastWav: 1
Timer: 100.0000

[V4 Styles]
Format: Name, Fontname, Fontsize, PrimaryColour, SecondaryColour, TertiaryColour, BackColour, Bold, Italic, BorderStyle, Outline, Shadow, Alignment, MarginL, MarginR, MarginV, AlphaLevel, Encoding
Style: BOPK1,Moore Mary,58,&HFFFFFF,16777215,65535,-2147483640,-1,1,1,0,0,6,10,10,5,0,0

[Events]
Format: Marked, Start, End, Style, Name, MarginL, MarginR, MarginV, Effect, Text
Dialogue: Marked=0,0:00:15.40,0:00:17.45,BOPK1,,0000,0000,0000,,{\fad(80,80)\pos(522,5)\1c&H747978&\shad1.5\bord1.5}I never dreamed before
Dialogue: Marked=0,0:00:15.40,0:00:17.45,BOPK1,,0000,0000,0000,,{\fad(80,80)\pos(522,5)}{\clip(0,27,2000,28)\1a&HF0&}I never dreamed before
Dialogue: Marked=0,0:00:15.40,0:00:17.45,BOPK1,,0000,0000,0000,,{\fad(80,80)\pos(522,5)}{\clip(0,28,2000,29)\1a&HE0&}I never dreamed before
Dialogue: Marked=0,0:00:15.40,0:00:17.45,BOPK1,,0000,0000,0000,,{\fad(80,80)\pos(522,5)}{\clip(0,29,2000,30)\1a&HD0&}I never dreamed before
Dialogue: Marked=0,0:00:15.40,0:00:17.45,BOPK1,,0000,0000,0000,,{\fad(80,80)\pos(522,5)}{\clip(0,30,2000,31)\1a&HC0&}I never dreamed before
Dialogue: Marked=0,0:00:15.40,0:00:17.45,BOPK1,,0000,0000,0000,,{\fad(80,80)\pos(522,5)}{\clip(0,31,2000,32)\1a&HB0&}I never dreamed before
Dialogue: Marked=0,0:00:15.40,0:00:17.45,BOPK1,,0000,0000,0000,,{\fad(80,80)\pos(522,5)}{\clip(0,32,2000,33)\1a&HA0&}I never dreamed before
Dialogue: Marked=0,0:00:15.40,0:00:17.45,BOPK1,,0000,0000,0000,,{\fad(80,80)\pos(522,5)}{\clip(0,33,2000,34)\1a&H90&}I never dreamed before
Dialogue: Marked=0,0:00:15.40,0:00:17.45,BOPK1,,0000,0000,0000,,{\fad(80,80)\pos(522,5)}{\clip(0,34,2000,35)\1a&H80&}I never dreamed before
Dialogue: Marked=0,0:00:15.40,0:00:17.45,BOPK1,,0000,0000,0000,,{\fad(80,80)\pos(522,5)}{\clip(0,35,2000,36)\1a&H70&}I never dreamed before
Dialogue: Marked=0,0:00:15.40,0:00:17.45,BOPK1,,0000,0000,0000,,{\fad(80,80)\pos(522,5)}{\clip(0,36,2000,37)\1a&H60&}I never dreamed before
Dialogue: Marked=0,0:00:15.40,0:00:17.45,BOPK1,,0000,0000,0000,,{\fad(80,80)\pos(522,5)}{\clip(0,37,2000,38)\1a&H50&}I never dreamed before
Dialogue: Marked=0,0:00:15.40,0:00:17.45,BOPK1,,0000,0000,0000,,{\fad(80,80)\pos(522,5)}{\clip(0,38,2000,39)\1a&H40&}I never dreamed before
Dialogue: Marked=0,0:00:15.40,0:00:17.45,BOPK1,,0000,0000,0000,,{\fad(80,80)\pos(522,5)}{\clip(0,39,2000,40)\1a&H30&}I never dreamed before
Dialogue: Marked=0,0:00:15.40,0:00:17.45,BOPK1,,0000,0000,0000,,{\fad(80,80)\pos(522,5)}{\clip(0,40,2000,41)\1a&H20&}I never dreamed before
Dialogue: Marked=0,0:00:15.40,0:00:17.45,BOPK1,,0000,0000,0000,,{\fad(80,80)\pos(522,5)}{\clip(0,41,2000,42)\1a&H10&}I never dreamed before
Dialogue: Marked=0,0:00:15.40,0:00:17.45,BOPK1,,0000,0000,0000,,{\fad(80,80)\pos(522,5)}{\clip(0,42,2000,43)\1a&H00&}I never dreamed before
Dialogue: Marked=0,0:00:15.40,0:00:17.45,BOPK1,,0000,0000,0000,,{\fad(80,80)\pos(522,5)}{\clip(0,43,2000,44)\1a&H10&}I never dreamed before
Dialogue: Marked=0,0:00:15.40,0:00:17.45,BOPK1,,0000,0000,0000,,{\fad(80,80)\pos(522,5)}{\clip(0,44,2000,45)\1a&H20&}I never dreamed before
Dialogue: Marked=0,0:00:15.40,0:00:17.45,BOPK1,,0000,0000,0000,,{\fad(80,80)\pos(522,5)}{\clip(0,45,2000,46)\1a&H30&}I never dreamed before
Dialogue: Marked=0,0:00:15.40,0:00:17.45,BOPK1,,0000,0000,0000,,{\fad(80,80)\pos(522,5)}{\clip(0,46,2000,47)\1a&H40&}I never dreamed before
Dialogue: Marked=0,0:00:15.40,0:00:17.45,BOPK1,,0000,0000,0000,,{\fad(80,80)\pos(522,5)}{\clip(0,47,2000,48)\1a&H50&}I never dreamed before
Dialogue: Marked=0,0:00:15.40,0:00:17.45,BOPK1,,0000,0000,0000,,{\fad(80,80)\pos(522,5)}{\clip(0,48,2000,49)\1a&H60&}I never dreamed before
Dialogue: Marked=0,0:00:15.40,0:00:17.45,BOPK1,,0000,0000,0000,,{\fad(80,80)\pos(522,5)}{\clip(0,49,2000,50)\1a&H70&}I never dreamed before
Dialogue: Marked=0,0:00:15.40,0:00:17.45,BOPK1,,0000,0000,0000,,{\fad(80,80)\pos(522,5)}{\clip(0,50,2000,51)\1a&H80&}I never dreamed before
Dialogue: Marked=0,0:00:15.40,0:00:17.45,BOPK1,,0000,0000,0000,,{\fad(80,80)\pos(522,5)}{\clip(0,51,2000,52)\1a&H90&}I never dreamed before
Dialogue: Marked=0,0:00:15.40,0:00:17.45,BOPK1,,0000,0000,0000,,{\fad(80,80)\pos(522,5)}{\clip(0,52,2000,53)\1a&HA0&}I never dreamed before
Dialogue: Marked=0,0:00:15.40,0:00:17.45,BOPK1,,0000,0000,0000,,{\fad(80,80)\pos(522,5)}{\clip(0,53,2000,54)\1a&HB0&}I never dreamed before
Dialogue: Marked=0,0:00:15.40,0:00:17.45,BOPK1,,0000,0000,0000,,{\fad(80,80)\pos(522,5)}{\clip(0,54,2000,55)\1a&HC0&}I never dreamed before
Dialogue: Marked=0,0:00:15.40,0:00:17.45,BOPK1,,0000,0000,0000,,{\fad(80,80)\pos(522,5)}{\clip(0,55,2000,56)\1a&HD0&}I never dreamed before
Dialogue: Marked=0,0:00:15.40,0:00:17.45,BOPK1,,0000,0000,0000,,{\fad(80,80)\pos(522,5)}{\clip(0,56,2000,57)\1a&HE0&}I never dreamed before
Dialogue: Marked=0,0:00:15.40,0:00:17.45,BOPK1,,0000,0000,0000,,{\fad(80,80)\pos(522,5)}{\clip(0,57,2000,58)\1a&HF0&}I never dreamed before
Well this is a first for me... quoting myself... But ultimaweapon that is the EXACT kind of code you would use for a 2 color gradient.
getfresh is offline   Reply With Quote
Old 2007-09-01, 14:48   Link #34
ArchMageZeratuL
Aegisub dev
*IT Support
 
 
Join Date: Dec 2004
Location: Florianópolis, Brazil, Pale Blue Dot
Age: 38
Why are you using Advanced Substation Alpha tags in plain old SSA files?
ArchMageZeratuL is offline   Reply With Quote
Old 2007-09-01, 14:51   Link #35
getfresh
done
*Fansubber
 
Join Date: Nov 2003
Location: Yokosuka, JP
Age: 43
Because you can. Any other witty comments?
getfresh is offline   Reply With Quote
Old 2007-09-03, 05:45   Link #36
edogawaconan
Hi
*Fansubber
 
 
Join Date: Aug 2006
Send a message via MSN to edogawaconan Send a message via Yahoo to edogawaconan
Quote:
Originally Posted by getfresh View Post
Because you can. Any other witty comments?
or can't (officially, at least http://malakith.net/aegiwiki/SSA )
edogawaconan is offline   Reply With Quote
Old 2007-09-03, 05:57   Link #37
cyth
Banned
 
Join Date: Dec 2006
Age: 38
Quote:
Originally Posted by edogawaconan View Post
or can't (officially, at least http://malakith.net/aegiwiki/SSA )
Um, the renderer uses the tags just fine? You can feed it a .txt and it'll still recognise/parse all the tags and declarations the way they were intended (minus the bugs).
cyth is offline   Reply With Quote
Old 2007-09-03, 06:04   Link #38
edogawaconan
Hi
*Fansubber
 
 
Join Date: Aug 2006
Send a message via MSN to edogawaconan Send a message via Yahoo to edogawaconan
Quote:
Originally Posted by Toua View Post
Um, the renderer uses the tags just fine? You can feed it a .txt and it'll still recognise/parse all the tags and declarations the way they were intended (minus the bugs).
well right. Though it won't work on at least 2 cases:
  • Old "SSA" renderer (it accept the file but fail to render)
  • Strict renderer (which will only 'load' support for tags for format specified in header)
no one will normally hit either case though
edogawaconan is offline   Reply With Quote
Old 2007-09-04, 22:51   Link #39
getfresh
done
*Fansubber
 
Join Date: Nov 2003
Location: Yokosuka, JP
Age: 43
Quote:
Originally Posted by edogawaconan View Post
or can't (officially, at least http://malakith.net/aegiwiki/SSA )
Can, that code is directly from the beck kara I did for A-E's beck. And it did just what is coded there. The proof is in the pudding~

And I used textsub 2.23 (an old render) just so you know. Don't follow textsubs "can and can't" list like it's god. Theres so many glitches you can abuse to your advantage.
getfresh is offline   Reply With Quote
Old 2007-09-05, 11:32   Link #40
edogawaconan
Hi
*Fansubber
 
 
Join Date: Aug 2006
Send a message via MSN to edogawaconan Send a message via Yahoo to edogawaconan
Quote:
Originally Posted by getfresh View Post
Can, that code is directly from the beck kara I did for A-E's beck. And it did just what is coded there. The proof is in the pudding~

And I used textsub 2.23 (an old render) just so you know. Don't follow textsubs "can and can't" list like it's god. Theres so many glitches you can abuse to your advantage.
even if you can it doesn't mean you should. what's the harm following specs anyway

(blame vsfilter? )

just for fun:
Code:
[Script Info]
; This is a Sub Station Alpha v4 script.
; For Sub Station Alpha info and downloads,
; go to http://www.eswat.demon.co.uk/
; or email kotus@eswat.demon.co.uk
Title: Beck OP
Original Script: <unknown>
ScriptType: v4.00
Collisions: Normal
PlayResY: 768
PlayDepth: 0
Wav: 0, 8947,C:\sysreset\download\beck3.wav
LastWav: 1
Timer: 100.0000

[V4 Styles]
Format: Name, Fontname, Fontsize, PrimaryColour, SecondaryColour, TertiaryColour, BackColour, Bold, Italic, BorderStyle, Outline, Shadow, Alignment, MarginL, MarginR, MarginV, AlphaLevel, Encoding
Style: BOPK1,Moore Mary,58,&HFFFFFF,16777215,65535,-2147483640,-1,1,1,0,0,6,10,10,5,0,0

[Events]
Format: Marked, Start, End, Style, Name, MarginL, MarginR, MarginV, Effect, Text
Dialogue: Marked=0,0:00:15.40,0:00:17.45,BOPK1,,0000,0000,0000,,{\fax1.5}I never dreamed before
edogawaconan is offline   Reply With Quote
Reply

Tags
aegisub, help thread

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -5. The time now is 20:06.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.
We use Silk.