AnimeSuki.com Forum

AnimeSuki Forum (http://forums.animesuki.com/index.php)
-   Fansub Groups (http://forums.animesuki.com/forumdisplay.php?f=17)
-   -   Karaoke Help thread (http://forums.animesuki.com/showthread.php?t=13795)

sixpercent 2004-05-16 14:04

Karaoke Help thread
 
Ok i got question for any sub group, its a little off topic, but you are the people to ask. I was just wonderign what program any of you use to make the subs with karaoke and such. I just wanna do it for personal use k thx.

TaMz 2004-05-16 14:11

SSA does the trick...
there's a "Karaoke Mode" option under the "Timing" menu...

sixpercent 2004-05-17 00:21

thanks.. but umm do you know where i could download it cuz i cant find it anywhere.

boneyjellyfish 2004-05-17 00:34

Quote:

Originally Posted by sixpercent
thanks.. but umm do you know where i could download it cuz i cant find it anywhere.

Go into Google and type "Sub Station Alpha"

lamer_de 2004-05-17 01:51

SSa is a bit hard to find, cause the official site is no longer and the 1st/2nd page of hits only link to mirrors that are down. Use http://www.filemirrors.com to track the file down, you can find it with the search term "ssa" there.

CU,
lamer_de

boneyjellyfish 2004-05-17 01:56

Quote:

Originally Posted by lamer_de
SSa is a bit hard to find, cause the official site is no longer and the 1st/2nd page of hits only link to mirrors that are down. Use http://www.filemirrors.com to track the file down, you can find it with the search term "ssa" there.

CU,
lamer_de

Whoops, I actually meant to say "SubStation Alpha", with Substation being one word. The first hit brings you to a site that lists it. A download link there brings you to a mirror.

Kasshin 2004-05-17 21:56

If you want to be walked through step by step for karaoke timing, I've made a guide here. :)

Weirdanzeige 2004-05-18 09:44

didn't an encoder post a line of code that you can put in the source code so it'll do that?

K_R 2004-05-18 09:52

That's a really cool guide.

Kasshin 2004-05-18 23:31

Thanks. :) I've been trying out flash for tutorials lately because you can have pictures and text in one single .swf file (great for TDCCing). Theoretically, .doc works too, but that's blocked on some IRC servers, and doesn't have some interactiveness that flash provides.

SirCanealot 2004-05-19 05:13

Yeah, that's a nice turorial for basic karaoke (I wish I had that earlier this year, haha).

I avoid karaoke mode like a plauge of Windows ME boxs though. It seems to be harder to get your timing perfect in karaoke mode, than it is to just time it manually. I seem to see a lot of karaoke in fansubs that looks like my attempts from when I was using karaoke mode for about 5 minutes too.

But hey, whatever works for you...

Simple karaoke is well... simple anyway. It's when I started learning about the other vobsub effects is when I stoped bothering with it - too complicated 0_o

sixpercent 2004-05-22 15:17

thanksvery much guys big help, and great guide there

Eahawk 2004-05-30 21:26

uhm, and how can we put effects on it? for example the text is fading, getting bigger (or my favorites in naruto ep 78 or later by anbu-aone)
and how can we make the karaoke text vertical?

Mr_Paper 2004-05-30 23:11

Quote:

Originally Posted by Eahawk
uhm, and how can we put effects on it? for example the text is fading, getting bigger (or my favorites in naruto ep 78 or later by anbu-aone)
and how can we make the karaoke text vertical?

I'll borrow a line or rather a paragraph or two from the best guide I have ever found on TextSub and SSA effects.

Quote:

Originally Posted by MorphineX
--------------------------------------------------
16) {\t([<t1>,<t2>,][<accel>,]<style modifiers>)}
--------------------------------------------------

This function deserves a mini section for itself. Transform is the most powerful tool that could be used with many other style modifiers, they include:

\c,\1-4c,\alpha,\1-4a,\fs,\fr,\fscx,\fscy,\fsp,\bord,\shad,\clip

What transform does, is that it calculates various points between the current setting and the change that will happen with <style modifiers>. Creating a short animation of the transformation from the original to the new override.

The [<t1>,<t2>,] is a very useful option that you could add. Without this, the transformation will start from the "start time" and end at the "End time" specified by the timing of the line. With it, it'd start from <t1> (offset from "Start Time" in ms) and continues for <t2> length of time.

The [<accel>] is also an optional value that if it is between 0 and 1, the transformation starts fast and ends slow. If its greater than 1, it'd start slow and ends fast. It would always be balanced since a set amount of time is given to the transformation to be finished.

<style modifers> is not an optional value and must be set. I'd give what each style transformation will do.

\c = changes from the original color to the new color
\a = gradually disappear or reappear
\fs = the font size gradually grows or shrinks
\fr = the word rotates to the new degree set
\fscx = the word shrinks or grow fatter gradually
\fscy = the word grows shorter or taller gradually
\fsp = the word goes apart or comes together gradually
\bord = the word gets more border or less border gradually
\shad = the word's shadow comes closer or goes away further gradually
\clip = the area thats being clipped happens slowly

The coolest thing about transformation is the ability to do as many transformation as you like in a given SSA line. You can make a word shrink, blow up, disappear, reappear, change color, glow, rotate all over the place in one single line (an example of this in the next section). You can also use [<t1>,<t2>,] to make transformations happen in sequences in a given line. The start time is 5 second and the end time is 15 seconds. Within this 10 second frame, in the 1st second, you can make the word grow, in the 2nd second, you can make the word return to the original shape then start rotating, in the 3rd second, you can make the word rotate in another axis as you make the word shrink while it disappears. Imagine the possibilities.

Another cool thing is to use {\r} in conjunction with {\t} transformations. In a karaoke, sometimes, you want something to only happen to one single word, and not all of them. With {\r} you could make the transformation happen to the first word of the sentence only!

Using the transformation command allows one to create incredibly complex and stylized karaokes much like the ones used on ANBU-AonE's Naruto releases. A word of caution is due, while you can make very impressive karaokes this way, it is very time consuming to do so.

As for vertical text along the sides, using the {\frz(degree)} will usually acomplish the desired effect.

SirCanealot 2004-05-31 06:30

Hmm... that looks interesting. Might have have the link to the full guide? It wouldn't suprise me if it had a few things I didn't know...

getfresh 2004-05-31 06:39

Quote:

Originally Posted by SirCanealot
Hmm... that looks interesting. Might have have the link to the full guide? It wouldn't suprise me if it had a few things I didn't know...

http://members.shaw.ca/tragd/textsub..._morphinex.txt <- thats morphine's guide

http://www.evabeast.com/flf/wbboard/...id=10&page=1#1 <- thats one I wrote on doing multipul moves within the same line of code

and heres an ftp that will only be up for the next 20 min with a few ssa/ass/textsub docs and a how to do linked karaoke fx demo vid.

ip/port - 67.8.158.71:21
login/pass - kara/info

If the ftp isn't working correct for any reason just post here or pm me. BTW nothing on the ftp is licensed, or illegal in anyway ^^

SirCanealot 2004-05-31 07:14

FTP seems to be down now...
Can I grab them off you on Irc?
I'll just drop along FLF's room later if that's cool ^_^

getfresh 2004-05-31 07:33

ok, sounds good to me. Just pm me when you drop in cause I maybe doing something.

Eahawk 2004-05-31 18:08

Quote:

Originally Posted by Mr_Paper
I'll borrow a line or rather a paragraph or two from the best guide I have ever found on TextSub and SSA effects.

Using the transformation command allows one to create incredibly complex and stylized karaokes much like the ones used on ANBU-AonE's Naruto releases. A word of caution is due, while you can make very impressive karaokes this way, it is very time consuming to do so.

As for vertical text along the sides, using the {\frz(degree)} will usually acomplish the desired effect.

Thanks. I've also seen the reference from the vobsub's docs ass-quickref.txt. Can you also tell me more about this 'ass' (Advanced Substation Alpha?) , what is it actually, a plugin?
how can i create subs with that format (with which programs) ?
sorry for the bunch of questions , and thanks in advance, thanks a lot.:D

zalas 2004-05-31 18:45

Quote:

Originally Posted by SirCanealot
I avoid karaoke mode like a plauge of Windows ME boxs though. It seems to be harder to get your timing perfect in karaoke mode, than it is to just time it manually. I seem to see a lot of karaoke in fansubs that looks like my attempts from when I was using karaoke mode for about 5 minutes too.

Whenever I timed karaoke, I only used the wav file to get the tempo of the song, and then manually inputted all the notes. It comes out looking great, and uniformly at least.

aliensquare 2004-06-09 06:36

need help on karaoke
 
im trying to make a karaoke.
i just need it to do it simply without visual effects.

i put the [effect] on Karaoke.
and I had it played.
when it shows up, always half is colored Pink, and the other in Yellow.
and there isn't any actions going on.

you can see a screenshot here:
http://server5.uploadit.org/files/he...27-capture.JPG
what is the problem? help me plz kthx ^^

TaMz 2004-06-09 06:51

videoplayer cannot show it correctly by itself...
you have to encode it first...
and of course VDub's preview screen will show it before encoding...

aliensquare 2004-06-09 06:59

Quote:

Originally Posted by TaMz
videoplayer cannot show it correctly by itself...
you have to encode it first...
and of course VDub's preview screen will show it before encoding...

i see thanks

jinzen 2004-06-16 00:08

help with karaoke
 
hi minna~

I need some help with the transformation command. [<t1>,<t2>,]

I know that t1 is the start time and t2 length of time. What i find confusing is how you find these numbers. Say you have {\k18} as your first karaoke thingy, so it's \t(180, __ ) right? ^^; I'm not really sure how to find t2 after using it a second time. @_@

Can someone also explain the diff in centiseconds (ssa) and milliseconds (sfx). In terms of how diff it is in numbers...

thnx :D

Enragin_Angel 2004-06-16 00:20

\k18 converts into \t(0000,0180,1,\effect)
t1 is the starting time. You want t1 to start at 0 seconds. However, for the next karaoke syllable, you want t1 to start at the previous syllable's t2

For example:

Changing {\K18}Ke{\K18}ro{\K18}ro

into some cheesy effect like...

{\shad0\t(0,180,1,\shad10)}Ke{\shad0\t(180,360,1,\ shad10)}ro{\shad0\t(360,540,1,\shad10)}ro

Mr_Paper 2004-06-16 00:21

Bah... Beaten to it.

... Isn't the first time value the start time, the seond value the end time and the third value the acceleration? So why to you have all the transforms starting at the same time?

The difference between centiseconds (SSA) and milliseconds (SFX/VDub) is the degree of precision in timing. It's sounds corny but centiseconds/hundredth's of a second are accurate to two decimal places while milliseconds/thousandth's of a second are accurate to three. It's 0.99 versus 0.999.

zalas 2004-06-16 00:43

Oh, and make sure the starting and ending times of multiple \t() sequences don't overlap. That is, don't do \t(0,1000,\blah)\t(1000,2000,\blah)

Enragin_Angel 2004-06-16 01:13

Yeah, I got the acceleration in the wrong place...

Mr_Paper 2004-06-16 01:34

Ah... I though it was some kind of special trick. -.-;

/me admittedly doesn't use the transform function that often.

jinzen 2004-06-16 02:20

thnx guys~ ^___^ I think i get it now, but i'm still unsure about getting t2

Are there any helpful tips to get it? Like depending on the "k", something in vdub/ssa that can help to get the value? Or you sorta have to play around to figure it out XD;

Kasshin 2004-06-16 05:24

There are quite a few timing styles of effects. Playing around would be best to see which timing styles are suitable for which types of songs. Using the start time and end time of each syllable inside a \t is probably the first way to approach this. From your example, t1 would actually be 0, and t2 is actually 180, if you're still confused.

Kanji13 2004-07-03 09:56

Hello

Can anyone write the code that allow the translator to Karaoke from right to left.

Mr_Paper 2004-07-03 13:01

Quote:

Originally Posted by Hiragana
Hello

Can anyone write the code that allow the translator to Karaoke from right to left, well since my language use right to left format

Unfortunately {\k##} cannot be set to go right to left. However, you can make a {\t} style karaoke that goes right to left.

See this:
Code:

Dialogue: Marked=0,0:00:00.00,0:03:00.00,*Default,,0000,0000,0000,,{\alpha&HC0&\t(0,240,1,\alpha&H00&)\t(240,480,1,\alpha&HC0&)}Ko
{\alpha&HC0&\t(480,720,1,\alpha&H00&)\t(720,960,1,\alpha&HC0&)}ko{\alpha&HC0&\t(960,1200,1,\alpha&H00&)\t(1200,1440,1,\alpha&HC0&)}ro
 
Dialogue: Marked=0,0:00:00.00,0:03:00.00,*Default,,0000,0000,0000,,{\alpha&HC0&\t(960,1200,1,\alpha&H00&)\t(1200,1440,1,\alpha&HC0&)}Ko
{\alpha&HC0&\t(480,720,1,\alpha&H00&)\t(720,960,1,\alpha&HC0&)}ko{\alpha&HC0&\t(0,240,1,\alpha&H00&)\t(240,480,1,\alpha&HC0&)}ro

Where the first line will karaoke left to right, the second will karaoke right to left.

You simply need to switch the timings around; there is more to it than that, but it should give you the basic idea.

Kanji13 2004-07-03 20:52

Thank you Mr_Paper for the info, it was helpful.
But can you write the other tricks for the same matter, cause still some problems with text after doing the karaoke operation words gets corrupted.

Mr_Paper 2004-07-04 11:28

How is the text getting corrupted?

Char Aznable 2004-07-04 13:33

i think she means by "right to left" that she writes in arabic language...i don't blame her for the corruption in the words order .

Kanji13 2004-07-04 15:44

I used the code :
Dialogue: Marked=0,0:00:00.00,0:03:00.00,*Default,,0000,0000 ,0000,,{\alpha&HC0&\t(960,1200,1,\alpha&H00&)\t(12 00,1440,1,\alpha&HC0&)}Ko
{\alpha&HC0&\t(480,720,1,\alpha&H00&)\t(720,960,1, \alpha&HC0&)}ko{\alpha&HC0&\t(0,240,1,\alpha&H00&) \t(240,480,1,\alpha&HC0&)}ro

and it worked as you said, but whenever the word finish the EFFECT (as in your example alpha), it moves to the end of line,i tried evrything that i know but nothing solved. i know there is no solution for this problem, but maybe someone have an idea how to solve it.

Mr_Paper 2004-07-04 17:54

After some experimenting I managed to duplicate the problem, but I can't seem to figure out a way to correct it within one line. As a result I came up with this, it's not pretty (especially since every syllable becomes a new line and has to be positioned manually) but it seems to work:

Code:

Dialogue: Marked=0,0:00:00.00,0:03:00.00,*Default,right-first,0000,0000,0000,,{\pos(875,740)\alpha&HC0&\t(0,240,1,\alpha&H00&)\t(240,480,1,\alpha&HC0&)} النصيحة الذهبية في
 
Dialogue: Marked=0,0:00:00.00,0:03:00.00,*Default,middle-middle,0000,0000,0000,,{\pos(675,740)\alpha&HC0&\t(480,720,1,\alpha&H00&)\t(720,960,1,\alpha&HC0&)} كيفية تعلم
 
Dialogue: Marked=0,0:00:00.00,0:03:00.00,*Default,left-last,0000,0000,0000,,{\pos(525,740)\alpha&HC0&\t(960,1200,1,\alpha&H00&)\t(1200,1440,1,\alpha&HC0&)}اللغة العربية

*before anyone takes the time to comment, I know, my Arabic isn't the best*

It's not the prettiest solution to the problem, but for the moment it's the only one I can come up with.

Kanji13 2004-07-04 20:48

Quote:

Originally Posted by Mr_Paper
After some experimenting I managed to duplicate the problem, but I can't seem to figure out a way to correct it within one line. As a result I came up with this, it's not pretty (especially since every syllable becomes a new line and has to be positioned manually) but it seems to work:

Code:

Dialogue: Marked=0,0:00:00.00,0:03:00.00,*Default,right-first,0000,0000,0000,,{\pos(875,740)\alpha&HC0&\t(0,240,1,\alpha&H00&)\t(240,480,1,\alpha&HC0&)} النصيحة الذهبية في
 
Dialogue: Marked=0,0:00:00.00,0:03:00.00,*Default,middle-middle,0000,0000,0000,,{\pos(675,740)\alpha&HC0&\t(480,720,1,\alpha&H00&)\t(720,960,1,\alpha&HC0&)} كيفية تعلم
 
Dialogue: Marked=0,0:00:00.00,0:03:00.00,*Default,left-last,0000,0000,0000,,{\pos(525,740)\alpha&HC0&\t(960,1200,1,\alpha&H00&)\t(1200,1440,1,\alpha&HC0&)}اللغة العربية

*before anyone takes the time to comment, I know, my Arabic isn't the best*

It's not the prettiest solution to the problem, but for the moment it's the only one I can come up with.

Thanks Mr_Paper, it worked perfectly

Kanji13 2004-07-06 04:10

Thanks All for the valuable info


All times are GMT -5. The time now is 09:39.

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