What is the easiest way to change the font size in a .srt file used in conjunction with MKV files?
I usually play them on my projector and in most cases they look way too big. What software can you recommend to decrease the font size?
+ Reply to Thread
Results 1 to 10 of 10
-
-
Ok, i forgot to mention that i don't play the files from a computer but instead from a standalone blu-ray player (Oppo 93) so there is no way to make this change in the player.
-
THen it's not possible.
You could convert them to image subtitles like sub/idx or maybe ssa/ass text subtitles if your player supports it. -
Ok, i think the player supports sub files also. What program would you recommend for this task? I have Subtitle workshop, will this work?
-
Nope, it wont work. Maybe subtitle creator. But I guess the image sub/idx will probably look like crap...and huge...
Read http://www.avsforum.com/t/1291855/official-oppo-bdp-93-owners-thread/9960#post_20378106 and forward. -
I dont know if this will work with the Blu-Ray player your using but it does work with .srt files when played back on my computer.
when inside your .srt file you should have something that looks like this
1
00:00:01.000 --> 00:00:06.000
phrase
2
00:00:07 --> 00:00:12.000
phrase
now the way you change color and font is through the <font> tags, and that loos like this,
1
00:00:01.000 --> 00:00:06.000
<font size="16px" color="white">phrase</font>
2
00:00:07 --> 00:00:12.000
<font size="16px" color="white">phrase</font>
you can change the color to what ever you want, and the size too. but you must always keep the px after what ever size you want your sub titles to be, for example size="16p", or size="20px". -
-
Using HTML tags to give SRT subtitles font/style changes is, unfortunately, an "unofficial" modification of the SRT format, and not supported by all players (even less among hardware players). As Baldrick mentioned, you're limited to however your player supports either the plain-text SRTs, or VobSubs. (Are you sure it doesn't support any other subtitle formats, like, say, SSA?)
There's also hardsubbing, encoding the subtitles directly into the video image (they can't be switched on/off). But, of course, I highly doubt that's an option, and it requires re-encoding the videos (thus incurring a quality hit).If cameras add ten pounds, why would people want to eat them?
Similar Threads
-
is there a software allows me to hardcode srt subs and change their size?
By HeartBreak_Kid in forum SubtitleReplies: 17Last Post: 2nd Jul 2012, 03:52 -
Can't change subtitle size on avi file
By jlulu1979 in forum MacReplies: 0Last Post: 11th Aug 2011, 18:41 -
How to change srt Subtitle style and font size in MEGUI ?
By DARIFBS in forum SubtitleReplies: 4Last Post: 12th May 2010, 14:19 -
Change Font Colour for .srt subtitle file!
By mufu in forum SubtitleReplies: 2Last Post: 5th Nov 2008, 14:45 -
Converting SRT or SUB subtitle files as a Subtitle Track for DVDs...
By soneman in forum Video ConversionReplies: 3Last Post: 22nd Feb 2008, 14:17