User User name Password  
   
Thursday 21.11.2024 / 15:58
Search AfterDawn Forums:        In English   Suomeksi   På svenska
afterdawn.com > forums > digital video > subtitle help > could you tell me what kind of subtitle it is?
Show topics
 
Forums
Forums
Could you tell me what kind of subtitle it is?
  Jump to:
 
Posted Message
farzad67
Newbie
_
6. December 2010 @ 02:11 _ Link to this message    Send private message to this user   
Hello All,
I need this subtitle for my video but i don't know the type and name of software produce it. could you please tell me the name and generating sftware ?
Thank you

http://www.facebook.com/home.php?#!/video/video.php?v=153033881408916&oid=120284187987632&comments
Advertisement
_
__
AfterDawn Addict
_
6. December 2010 @ 14:32 _ Link to this message    Send private message to this user   
You mean the yellow subs and not the Eurovision logo, correct?

It's likely that the font was created in house and is not available.
You would best check out the various free font sites for a similar design and use it.

The likes of AviDemux can insert .srt subtitles;the font style, size, position and colour can be selected using one of it's video filters and burned to the video.



farzad67
Newbie
_
6. December 2010 @ 18:48 _ Link to this message    Send private message to this user   
Originally posted by attar:
You mean the yellow subs and not the Eurovision logo, correct?

It's likely that the font was created in house and is not available.
You would best check out the various free font sites for a similar design and use it.

The likes of AviDemux can insert .srt subtitles;the font style, size, position and colour can be selected using one of it's video filters and burned to the video.




Thank you so much my friend.
farzad67
Newbie
_
6. December 2010 @ 23:39 _ Link to this message    Send private message to this user   
Just realized something , in the video i posted for you , subtitles are kinda coming gradually(motioned, type writing). Do you know which feature i should use in jubler to get the same animation?

This message has been edited since posting. Last time this message was edited on 7. December 2010 @ 00:05

AfterDawn Addict
_
7. December 2010 @ 06:14 _ Link to this message    Send private message to this user   
I haven't used that program - so no help there.
Try the Videohelp site, someone might know.

You can get a fade in/out on subtitles using the VobSub filter in VirtualDub.
The catch is that it needs SUB/IDX subtitles, which means that a .srt file has to be opened in SubtitleCreator;the font, size and colour are set then saved in the new format.
farzad67
Newbie
_
7. December 2010 @ 16:58 _ Link to this message    Send private message to this user   
Originally posted by attar:
I haven't used that program - so no help there.
Try the Videohelp site, someone might know.

You can get a fade in/out on subtitles using the VobSub filter in VirtualDub.
The catch is that it needs SUB/IDX subtitles, which means that a .srt file has to be opened in SubtitleCreator;the font, size and colour are set then saved in the new format.
I am using Aegisub generating .ass subs. will it work in Vobsub filter in virtuladub to get that feature?
AfterDawn Addict
_
7. December 2010 @ 18:40 _ Link to this message    Send private message to this user   
AFAIK, VobSub is the only subtitle filter that can fade in/out subs and it only uses Sub/Idx files.
AfterDawn Addict
_
7. December 2010 @ 19:52 _ Link to this message    Send private message to this user   
Quote:
I am using Aegisub generating .ass subs.
Are you referring to the fading of the subtitles, because if it's coded in by Aegsub, then the 'Textsub' filter in VirtualDub should load them.
farzad67
Newbie
_
7. December 2010 @ 21:58 _ Link to this message    Send private message to this user   
Originally posted by attar:
Quote:
I am using Aegisub generating .ass subs.
Are you referring to the fading of the subtitles, because if it's coded in by Aegsub, then the 'Textsub' filter in VirtualDub should load them.
yes i am referring to fading or type writing or any kind of animation . Is it possible to generate that kind of subtitles like the one in posted video by Aegisub? if not, is there any option in virtualDub to fade or(type write) my subtitles when i load my subtitles from Aegisub to VirtualDub?
AfterDawn Addict
_
8. December 2010 @ 05:50 _ Link to this message    Send private message to this user   
If the .ass subtitles contain the font, size, colour and fade command, then they can be opened in VirtualDub with the TextSub filter.

This is part of an .ass file using default values and no fade command.

[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: Default,Arial,18,&H00ffffff,&H0000ffff,&H00000000,&H80000000,-1,0,0,0,100,100,0,0.00,1,2,3,2,20,20,20,1

[Events]
Format: Layer, Start, End, Style, Actor, MarginL, MarginR, MarginV, Effect, Text
Dialogue: 0,0:00:02.52,0:00:05.64,Default,,0000,0000,0000,,Stitch-up. It was a stitch-up.
Dialogue: 0,0:00:06.72,0:00:10.08,Default,,0000,0000,0000,,They filmed hours of material
Dialogue: 0,0:00:10.28,0:00:14.72,Default,,0000,0000,0000,,and most of it is a good bloke\Ndoing a good job of work,

This is an .ass file with a different font, size, colour and the fade value added.

[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: Default,Spring,36,&H00803200,&H0000ffff,&H0000ffff,&H80000000,-1,0,0,0,100,100,0,0.00,1,2,3,2,20,20,20,1

[Events]
Format: Layer, Start, End, Style, Actor, MarginL, MarginR, MarginV, Effect, Text
Dialogue: 0,0:00:02.52,0:00:05.64,Default,,0000,0000,0000,,{\fad(1200,200)}Stitch-up. It was a stitch-up.
Dialogue: 0,0:00:06.72,0:00:10.08,Default,,0000,0000,0000,,{\fad(1200,200)}They filmed hours of material
Dialogue: 0,0:00:10.28,0:00:14.72,Default,,0000,0000,0000,,{\fad(1200,200)}and most of it is a good bloke\Ndoing a good job of work,

This is a sample video of an .ass file that uses fade.
It was loaded into VirtualDub using the TextSub filter and encoded using the XviD codec.

http://tinypic.com/player.php?v=32zuo77&s=7
Advertisement
_
__
 
_
farzad67
Newbie
_
9. December 2010 @ 03:19 _ Link to this message    Send private message to this user   
Th
Originally posted by attar:
If the .ass subtitles contain the font, size, colour and fade command, then they can be opened in VirtualDub with the TextSub filter.

This is part of an .ass file using default values and no fade command.

[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: Default,Arial,18,&H00ffffff,&H0000ffff,&H00000000,&H80000000,-1,0,0,0,100,100,0,0.00,1,2,3,2,20,20,20,1

[Events]
Format: Layer, Start, End, Style, Actor, MarginL, MarginR, MarginV, Effect, Text
Dialogue: 0,0:00:02.52,0:00:05.64,Default,,0000,0000,0000,,Stitch-up. It was a stitch-up.
Dialogue: 0,0:00:06.72,0:00:10.08,Default,,0000,0000,0000,,They filmed hours of material
Dialogue: 0,0:00:10.28,0:00:14.72,Default,,0000,0000,0000,,and most of it is a good bloke\Ndoing a good job of work,

This is an .ass file with a different font, size, colour and the fade value added.

[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: Default,Spring,36,&H00803200,&H0000ffff,&H0000ffff,&H80000000,-1,0,0,0,100,100,0,0.00,1,2,3,2,20,20,20,1

[Events]
Format: Layer, Start, End, Style, Actor, MarginL, MarginR, MarginV, Effect, Text
Dialogue: 0,0:00:02.52,0:00:05.64,Default,,0000,0000,0000,,{\fad(1200,200)}Stitch-up. It was a stitch-up.
Dialogue: 0,0:00:06.72,0:00:10.08,Default,,0000,0000,0000,,{\fad(1200,200)}They filmed hours of material
Dialogue: 0,0:00:10.28,0:00:14.72,Default,,0000,0000,0000,,{\fad(1200,200)}and most of it is a good bloke\Ndoing a good job of work,

This is a sample video of an .ass file that uses fade.
It was loaded into VirtualDub using the TextSub filter and encoded using the XviD codec.

http://tinypic.com/player.php?v=32zuo77&s=7
Thank you so much
afterdawn.com > forums > digital video > subtitle help > could you tell me what kind of subtitle it is?
 

Digital video: AfterDawn.com | AfterDawn Forums
Music: MP3Lizard.com
Gaming: Blasteroids.com | Blasteroids Forums | Compare game prices
Software: Software downloads
Blogs: User profile pages
RSS feeds: AfterDawn.com News | Software updates | AfterDawn Forums
International: AfterDawn in Finnish | AfterDawn in Swedish | AfterDawn in Norwegian | download.fi
Navigate: Search | Site map
About us: About AfterDawn Ltd | Advertise on our sites | Rules, Restrictions, Legal disclaimer & Privacy policy
Contact us: Send feedback | Contact our media sales team
 
  © 1999-2024 by AfterDawn Ltd.

  IDG TechNetwork