PDA

View Full Version : transition effect @@



Kaya83
Tue, 02-03-2004, 04:32 AM
hi guys ^^
i'm trying to apply a transition effect to a little clip i've so that the words will bounce & change colour.
i'm doing it with lines like this:

{\t(\fs50\3c&H3072B6&)}te{\r}xt

and so on.

the problem is that i'd like to make the word change it's colour to #3072B6 (blue) while i obtain an orange colour @@

i'm just a noob in such kind of things (well i'm not even a fsubber just doing this for me ^^") and i dunno where i'm doing things wrong @@

could you help me?_?

BadGuy
Tue, 02-03-2004, 08:21 AM
going to bed now dude just read your post going to see if I get the same result. I'm tooo damn tired now though...

If no reply by tommorow I'll see what I can do

I might btw be wrong but shouldn't the color codes be H&aaarrggbb& ?? That would explain the color change. But I vaguely remember this not counting for Transitions.

Kaya83
Wed, 02-04-2004, 02:21 AM
ehm, i dunno >.<
i just followed what i found on the ass specs of vobsub for change of color and change of font size @@
as i told you i'm not a fansubber so dunno if i did it wrong and where is the error @@

btw thx for your reply hope you can help ^^

BadGuy
Wed, 02-04-2004, 10:53 AM
</div><table border='0' align='center' width='95%' cellpadding='3' cellspacing='1'><tr><td>QUOTE (Kaya83 @ Feb 3 2004, 09:31 AM)</td></tr><tr><td id='QUOTE'> {&#092;t(&#092;fs50&#092;3c&amp;H3072B6&amp;)}te{&#092;r}xt </td></tr></table><div class='postcolor'>
Change that to:

{&#092;t(&#092;fs50&#092;3c&amp;H003072B6&amp;)}te{&#092;r}xt

Note the 00 is the alpha... Alpha level 00 means fully visible (no alpha applied) Alpha level FF would mean it&#39;s invisible.

This should solve it http://www.gotwoot.net/forum/html/emoticons/smile.gif

Kaya83
Wed, 02-04-2004, 11:47 AM
nothing seems changed &gt;.&lt; it keeps glowing it orange instead of blue &gt;.&lt;
i start wondering why did i ever wanted to do this -.-&quot;
could you try it to see if it&#39;s just mine problem? @@

BadGuy
Wed, 02-04-2004, 12:23 PM
well uuuh I don&#39;t know what filter you use

in my AVS I have this:


</div><table border='0' align='center' width='95%' cellpadding='3' cellspacing='1'><tr><td>CODE </td></tr><tr><td id='CODE'>
# PLUGINS
SetWorkingDir&#40;&#34;C&#58;&#092;Program Files&#092;encode&#092;AVS25plugins&#34;&#41;
LoadPlugin&#40;&#34;VSFilter.dll&#34;&#41;
#
# SOURCE
AviSource&#40;&#34;D&#58;&#092;ttmp&#092;ccs karaoke&#092;CardCaptor Sakura Ep 01 RC00.avi&#34;&#41;
#
# TEXTSUB
TextSub&#40;&#34;D&#58;&#092;ttmp&#092;ccs karaoke&#092;karaoke.ass&#34;&#41;
</td></tr></table><div class='postcolor'>

the karaoke.ass file contains the karaoke text substation alpha v4.0+

I used your code on one of the lines put 00 infront of the color and it works...

Kaya83
Thu, 02-05-2004, 02:35 AM
@@ i&#39;m simply loading the ass script with textsub 2.18 on virtual dub @@
is this the reason?_?

defs
Fri, 02-06-2004, 01:11 PM
I think the format requires the color to be entered bbggrr....so, try B67230

Kaya83
Sun, 02-08-2004, 04:01 AM
it finally worked http://www.gotwoot.net/forum/html/emoticons/mf_laughbounce2.gif
truly thx http://www.gotwoot.net/forum/html/emoticons/wink.gif

N1n3_741L3D_F0x
Tue, 02-24-2004, 03:46 AM
Ey, I also got a problem of the same kind in here. I made a logo in Photoshop and I want to load it into my ssa. I read ass-specs.doc, which says

</div><table border='0' align='center' width='95%' cellpadding='3' cellspacing='1'><tr><td>CODE </td></tr><tr><td id='CODE'>7. Picture event lines, &#91;Events&#93; section

These contain the same information as Dialogue events, but Field 10 contains the full path and filename of the picture to display, instead of subtitle text.

The Style specified is ignored. The &#34;scroll up&#34; transition effect can be used for picture events.

The Left and Vertical Margin Overrides specify the bottom-left corner position of the picture. A left margin of all zeroes means that the picture will be horizontally centered. A vertical margin of all zeroes means that the picture will be vertically centered. </td></tr></table><div class='postcolor'>

I thought that means the following line would do:

Dialogue: Marked=0,0:00:6.00,0:00:11.80,whocaresrightnow,log o,0000,0000,0150,,{&#092;an5&#092;fry40}D:&#092;working_folder&#092;lo gotje.jpg

but it didn&#39;t. It only displayed the plain text http://www.gotwoot.net/forum/html/emoticons/sad.gif . I also use substation alpha for timing, and I hit the &quot;P&quot; button. That changed it into:

Picture: Marked=0,0:00:6.00,0:00:11.80,whocaresrightnow,log o,0000,0000,0150,,{&#092;an5&#092;fry40}D:&#092;working_folder&#092;lo gotje.jpg

This line didn&#39;t show anything at all. Could someone please explain me how this works, I really can&#39;t figure it out http://www.gotwoot.net/forum/html/emoticons/sad.gif .

Thanks already http://www.gotwoot.net/forum/html/emoticons/smile.gif (Sorry if my grammar sucks)

N1n3_741L3D_F0x
Sun, 02-29-2004, 10:48 AM
Please answer&#33; I urgently need answer http://forums.gotwoot.net/html/emoticons/sad.gif I don&#39;t wanna wait another 5 days.. Please help me out&#33; http://forums.gotwoot.net/html/emoticons/mf_laughbounce.gif

BadGuy
Tue, 03-02-2004, 05:17 AM
You should check out the vobsub documentation. That is all you need I haven&#39;t worked with images yet at all.. Also you might want to try putting the path between double (or single) quotes. It&#39;s a long shot but maybe worth a try

Sorry for a late reply