AnimeSuki Forums

Register Forum Rules FAQ Community Today's Posts Search

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

Notices

Reply
 
Thread Tools
Old 2010-01-26, 02:47   Link #1001
Kudo Shinichi
Tante-San
 
 
Join Date: Nov 2009
hi. i wanted to ask. is this karaoke done by using Adobe After Effects.?

http://www.youtube.com/watch?v=Mt7ml...ayer_embedded#
Kudo Shinichi is offline   Reply With Quote
Old 2010-01-26, 07:17   Link #1002
Isao
Junior Member
 
 
Join Date: Nov 2009
Quote:
Originally Posted by Kudo Shinichi View Post
hi. i wanted to ask. is this karaoke done by using Adobe After Effects.?

http://www.youtube.com/watch?v=Mt7ml...ayer_embedded#
eh... one page earlier... same question... and anwser... oO post no.999
Isao is offline   Reply With Quote
Old 2010-01-30, 19:34   Link #1003
Kanami Sama
Junior Member
 
 
Join Date: Jan 2010
Location: Kuwait :)
Age: 27
Send a message via MSN to Kanami Sama
Hi Guys ^^

I'm karaoker with Template & lua

but can any one call me what is TenFX??

& thanx guys
Kanami Sama is offline   Reply With Quote
Old 2010-01-30, 21:55   Link #1004
LelouchVII
Hagane no Renkinjutsushi
 
 
Join Date: May 2009
Location: Greece
If Im not wrong TenFX is a karaoke generator written by Tentacle... I remember me trying to use it, but it wasn't documented very good, so it was very hard to do effects with it. Tentacle seemed to create sweet stuff with it.
LelouchVII is offline   Reply With Quote
Old 2010-01-31, 02:59   Link #1005
jfs
Aegisub dev
 
 
Join Date: Sep 2004
Location: Stockholm, Sweden
Age: 39
I've never got to see TenFX myself, but what I hear about it, you should get about the same capabilities with OverLua.
__________________

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 2010-01-31, 07:40   Link #1006
Kanami Sama
Junior Member
 
 
Join Date: Jan 2010
Location: Kuwait :)
Age: 27
Send a message via MSN to Kanami Sama
Thanx jfs & LelouchVII

but I think it is C++ ,Right?
Kanami Sama is offline   Reply With Quote
Old 2010-02-02, 08:29   Link #1007
jofori89
Member
 
 
Join Date: Feb 2009
Location: Vietnam
Age: 34
Send a message via MSN to jofori89 Send a message via Yahoo to jofori89
Anyone have any idea about making \frz like this ED? How to make it is the same in three lines shadow, moving text and falling text.

http://www.mediafire.com/?tc2jrwuqetd (Kanon Ending mkv kara effect)




jofori89 is offline   Reply With Quote
Old 2010-02-02, 10:05   Link #1008
jfs
Aegisub dev
 
 
Join Date: Sep 2004
Location: Stockholm, Sweden
Age: 39
I think it's just the opposite rotation and something like \fscy-50 to get it upside down and flat-looking. Possibly with the font scaling depending on the "distance from ground" too.
__________________

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 2010-02-02, 11:23   Link #1009
LelouchVII
Hagane no Renkinjutsushi
 
 
Join Date: May 2009
Location: Greece
Didn't know that scale tags can use negative values. Gonna try that.
LelouchVII is offline   Reply With Quote
Old 2010-02-02, 11:27   Link #1010
jfs
Aegisub dev
 
 
Join Date: Sep 2004
Location: Stockholm, Sweden
Age: 39
Sorry, negative scaling isn't possible, I remembered wrong.
Rather, use \frx180 to turn the text upside down.
__________________

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 2010-02-02, 15:48   Link #1011
LelouchVII
Hagane no Renkinjutsushi
 
 
Join Date: May 2009
Location: Greece
Haha...OK man. ( I thought something went wrong there..)
LelouchVII is offline   Reply With Quote
Old 2010-02-02, 22:18   Link #1012
jofori89
Member
 
 
Join Date: Feb 2009
Location: Vietnam
Age: 34
Send a message via MSN to jofori89 Send a message via Yahoo to jofori89
I dont know how to create a same value rotation for 2 that lines, you can see moving text and flat looking text is symmetric, if i only use \frx it will not good. may be, at the first i can use code once or code line to get rotation value?

(848x480)
Code:
Comment: 0,0:00:01.20,0:00:01.20,Default,,0000,0000,0000,template noblank,!retime("start2syl", -350, 0)!{\an5\frz-25\alpha&HFF\pos($scenter, $smiddle)\t(0, 350, \frz0\alpha&H00)}

Falling and fade
Comment: 1,0:00:01.20,0:00:01.20,Default,,0000,0000,0000,template noblank,!retime("syl", 0, 1000)!{\an5\bord1\move($scenter, $smiddle, $scenter, 425, $dur, !line.duration!)\t(0, $dur, \frz-25\bord0)\t($dur, !$dur+300!, \alpha&HFF\t(!$dur+700!, !$dur+1000!, \alpha&H00\frz!math.random(-25, 25)!)}

flat-looking
Comment: 0,0:00:01.20,0:00:01.20,Default,,0000,0000,0000,template noblank,!retime("syl", $dur+500, 2000)!{\an5\alpha&HA0\move($scenter, 440, !$scenter+meta.res_x!, 440, 500, !line.duration!)\fscx0\fscy0\t(0, 500, \fscx100\fscy100)\frz!math.random(-25, 25)!\frx150\clip(0, 435, !meta.res_x+20!, 460)}

Moving from left to right
Comment: 0,0:00:01.20,0:00:01.20,Default,,0000,0000,0000,template noblank,!retime("syl", $dur+1000, 2000)!{\an5\frz!math.random(-25, 25)!\move($scenter, 430, !$scenter+meta.res_x!, 430)\clip(0, 400, !meta.res_x+20!, 435)}

Last edited by jofori89; 2010-02-03 at 00:03.
jofori89 is offline   Reply With Quote
Old 2010-02-05, 01:50   Link #1013
jofori89
Member
 
 
Join Date: Feb 2009
Location: Vietnam
Age: 34
Send a message via MSN to jofori89 Send a message via Yahoo to jofori89
Code:
Code once: rand = 0
Code syl: rand = math.random(-25,25)
then \frz!rand!
jofori89 is offline   Reply With Quote
Old 2010-02-13, 03:43   Link #1014
nakiatala
Junior Member
 
Join Date: Nov 2007
Location: Wherever Rain Falls
Age: 38
What am I doing wrong? I got the kanji looking good on the screen (vertical) but I can't get the romanization to follow. Here's the code.

{\fn@\pos(630,218)}{\frz-90\t($mid,!$end+200!,\alpha&HFF&)}{\k496}I'm staying here 眩しいくらいに
nakiatala is offline   Reply With Quote
Old 2010-02-13, 05:06   Link #1015
jfs
Aegisub dev
 
 
Join Date: Sep 2004
Location: Stockholm, Sweden
Age: 39
You're mixing a lot of things up.

First, you don't have a font called just @. The @ is a prefix to font names for CJK fonts that support vertical layout. For example, @MS PGothic.
A fixed position won't do any good if you want the same effect to be used for many generated lines.
You're putting templates and timed karaoke in the same line. They must be separate. (And no subtitle renderer understands what $mid means.)
You haven't actually karaoke-timed your text.
__________________

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 2010-02-13, 14:16   Link #1016
nakiatala
Junior Member
 
Join Date: Nov 2007
Location: Wherever Rain Falls
Age: 38
I didn't time that particular line because, since its kanji, I wouldn't know which phrase to highlight at which time. I didn't want the kanji to be wrong, so i decided to have it just small in the corner, and slowly fade away as the line is sung.

And the fixed position is only because when I remove it the kanji line goes in the middle of the screen when I want it on the right side. Oh and I added the font name, my bad.
nakiatala is offline   Reply With Quote
Old 2010-02-16, 04:55   Link #1017
Zergrinch
Fansubber
 
Join Date: Oct 2008
Send a message via MSN to Zergrinch Send a message via Yahoo to Zergrinch
Just do a \fad(x,y) then, where x is a small number (maybe 200) and y is a very large number (say 10000)...

As for positioning, define it in the styles. From the look of things, you want it at the \an6 position.
Zergrinch is offline   Reply With Quote
Old 2010-03-16, 23:36   Link #1018
jofori89
Member
 
 
Join Date: Feb 2009
Location: Vietnam
Age: 34
Send a message via MSN to jofori89 Send a message via Yahoo to jofori89
How can i apply template no blank mutil for some lines like this. When i apply kara template, it showed only character "bar"

{\k35}foo{\k55}bar{\k35}#{\k35}#{\k35}bar{\k25}foo
jofori89 is offline   Reply With Quote
Old 2010-03-17, 03:02   Link #1019
jfs
Aegisub dev
 
 
Join Date: Sep 2004
Location: Stockholm, Sweden
Age: 39
I don't know what you're doing, but this gives a decent effect for me:

Code:
Comment: 0,0:00:00.00,0:00:05.00,Default,,0000,0000,0000,karaoke,{\k35}foo{\k55}bar{\k35}#{\k35}#{\k35}bar{\k25}foo 
Comment: 0,0:00:05.00,0:00:05.00,Default,,0000,0000,0000,template syl,{\pos($x,$y)}
Comment: 0,0:00:05.00,0:00:07.00,Default,,0000,0000,0000,template syl multi noblank,!retime("syl")!{\pos($center,$middle)\an5\1c&H00FFFF&\shad0\t(\bord0\frz!360*3!\fscx0\fscy0)}
__________________

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 2010-03-17, 07:38   Link #1020
jofori89
Member
 
 
Join Date: Feb 2009
Location: Vietnam
Age: 34
Send a message via MSN to jofori89 Send a message via Yahoo to jofori89
Quote:
Originally Posted by jfs View Post
I don't know what you're doing, but this gives a decent effect for me:

Code:
Comment: 0,0:00:00.00,0:00:05.00,Default,,0000,0000,0000,karaoke,{\k35}foo{\k55}bar{\k35}#{\k35}#{\k35}bar{\k25}foo 
Comment: 0,0:00:05.00,0:00:05.00,Default,,0000,0000,0000,template syl,{\pos($x,$y)}
Comment: 0,0:00:05.00,0:00:07.00,Default,,0000,0000,0000,template syl multi noblank,!retime("syl")!{\pos($center,$middle)\an5\1c&H00FFFF&\shad0\t(\bord0\frz!360*3!\fscx0\fscy0)}
I want whole two characters foo and bar have once repeat, but only bar repeat and it repeated twice.
Like this {\k35}foo{\k55}bar{\k35}foo{\k35}bar {\k35}bar{\k25}foo
or
{\k23}I{\k28}ma {\k201}wa (ima wa) {\k23}to{\k38}ke{\k37}na{\k52}i {\k23}wa{\k28}ke {\k191}wo (wake wo) {\k21}hi{\k14}mo{\k37}to{\k36}i{\k37}ta

Code:
Comment: 0,0:00:00.00,0:00:05.00,Default,,0000,0000,0000,karaoke,{\k35}foo{\k55}bar{\k35}#{\k35}#{\k35}bar{\k25}foo
Comment: 0,0:00:05.00,0:00:05.00,Default,,0000,0000,0000,template syl,{\pos($x,$y)}
Comment: 0,0:00:05.00,0:00:07.00,Default,,0000,0000,0000,template syl multi noblank,!retime("syl")!{\pos($center,$middle)\an5\1c&H00FFFF&\shad0\t(\bord0\frz!360*3!\fscx0\fscy0)}

Dialogue: 0,0:00:00.00,0:00:05.00,Default,,0000,0000,0000,fx,{\pos(296,386)}
Dialogue: 0,0:00:00.00,0:00:05.00,Default,,0000,0000,0000,fx,{\pos(310,386)}foo
Dialogue: 0,0:00:00.00,0:00:00.35,Default,,0000,0000,0000,fx,{\pos(310,375)\an5\1c&H00FFFF&\shad0\t(\bord0\frz1080\fscx0\fscy0)}foo
Dialogue: 0,0:00:00.00,0:00:05.00,Default,,0000,0000,0000,fx,{\pos(338,386)}bar
Dialogue: 0,0:00:00.35,0:00:00.90,Default,,0000,0000,0000,fx,{\pos(338,375)\an5\1c&H00FFFF&\shad0\t(\bord0\frz1080\fscx0\fscy0)}bar
Dialogue: 0,0:00:00.90,0:00:01.25,Default,,0000,0000,0000,fx,{\pos(338,375)\an5\1c&H00FFFF&\shad0\t(\bord0\frz1080\fscx0\fscy0)}bar
jofori89 is offline   Reply With Quote
Reply

Tags
fansubbing, karaoke, software


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 18:13.


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