![]() |
New tag in subtitles Letter "/" on begin of line does italics....... {444}{494}/Example text|/Example text2 on monitor: Example text Example text2 I'am from poland this tag("/") is used in many subtitles. |
I think that if you are able, you can write your own plugin that searches the subtitle's lines for "/" characters and then replaces them with (and appends at the end of the line the set of chars). Take a look at the SDK folder in your BSplayer directory to have more info! If you can't program your plugin maybe RafkeP would, but I don't know if he has time at the moment :wink: |
Sorry, since it's a MicroDVD format you simply have to change the "/" character with "{y:i}" string :wink: |
I now. I change the "/" character with "{y:i}" string......but this is torture doing this every time. Please add this tag in new build of BSPlayer. |
If (when) RafkeP read this post, please tell if you can create a plugin to convert "/" chars at the begin of MicroDVD subtitles lines to "{y:i}"... I think that not only sewix have this problem if that type of subtitles is so popular in Poland, so if you Rafke (I don't have time at the moment and I am leeeeeess skilled than Rafke in C++ programming) can, make it a try.. :wink: |
Somebody called me? :D Damn you Tizio: I was going to take it easy on the creation of plugins, but now you made me curious if it's possible. Now I just have to try this or I won't be able to sleep! :? Sewix, I can't promise anything, but I will check what's possible with the SDK (as soon as I find some time). Can you send me a sample subtitle file so I have something to work with? (you see my nick and I live at hotmail.com ) I guess it will be easier for the BSplayer team to add the new tag or to do a "find/replace all" in notepad, but I like a challenge :lol: RafkeP |
OK! I send you sample subtitle. But not all "/" character must be replace... only begin on line.... example: {1325}{1448}/sample text in italics!|/sample text in italics! {1625}{1757}this text is not italics: 2/3 people on earth is starve!!! {1900}{1984}sample text not italics Sorry for me english :oops: |
OK, I received the files and did a few tests. It looks like this can be accomplished by a plugin. Unfortunately I'm very busy right now so it could take some time. I will report back when I made some progress. Rafke P. |
:D Sorry (or glad 8) ) to have called you to this task :wink: But HEY, at the moment you are the most talented (active) plugins maker for BSplayer :) I think it's not so hard if you have familiarity with strings manipulation in C++. I'm busy too, but if I'll find some time, I'll return to C++ programming (3years since I last programmed something in C) :roll: |
Quote:
Most talented ... certainly not :D I finished a first beta version. It's realy realy realy dirty programming so don't go spreading this yet : it's only for test purposes. It will only work for: -subtitles in MicroDVD format Example: {1325}{1448}/sample text in italics!|/sample text in italics! -movie files with 23,976 fps -subtitles with "rsf" as extention (rename them so I don't mess with anything else) The plugin can be donwloaded over here It needs to be in BSplayer's plugin directory. Let me know if this works out. Rafke P. |
:) Hei, you've been fast!! Maybe I will try to test it too :wink: |
WOW...you are the most talented, active and...fast plugins maker :) OK! This work properly with movie with 23,976 fps (and 25 fps!) :) but only with subtitles in MicroDVD format and as extention *.rsf :(....when i use subtitles in TMPlayer format BSPlayer show error :?. Please do that be work with subtitles in TMPlayer format (i send you in sample2.txt) and with extention *.txt or any other. |
Glad to hear it's working more or less :) I have a new theory : it works for movies both in 23,976fps as 25fps as long as the subtitles are synced to a 23,976fps version (if that makes sense). The reason why TMPlayer isn't working, is because I haven't written a single line of code for TMPlayer format. Before I do that I need to know how the player should know how long to display the subtitles. According to the sample you sent me, the format looks like this : Code: 0:00:03:/sample text in italics!|sample text not italics Another question : can someone point me to a description of the different subtitle formats? For now I only take into account the "/" as a tag, but I guess that there are other tags too. |
Hi Rafke! I think TMPlayer's subtitles don't have an End time. In this case BSplayer assumes as max subtitle duration the value setted in Subtitles section in Preferences window. The problem is that with a plugin you have to tell BSplayer the Start time, and also the End time... What does appen when you put 0 as End time, or the same time for both Start and End?? For a description of the different subtitles format I think you have to search the web for every single subtitle format (unless someone will post here a link to all the tags), I used SubRip to convert .srt format to MicroDVD format to know which is the italic tag for it ({y:i}), since I knew that SubRip has as italic tag. :wink: |
If my suggestion to use 0 as End time or the same time for both Start and End doesn't work, I think you can use 6000 ms, since sewix has this value setted in his options: Bug in subtitles As an alternative, you can put in your plugin a Configuration window with a textbox in which the user can set the preferred value :wink: P.S. Maybe if you do this way, also sewix's problem will be fixed with your plugin :) |
Thanks for the tips Tizio. I'm going to try it with a value of 0 and if it doesn't work out I will put the endtime on starttime + 60 seconds. In that way the max subtitle duration should kick in. I already did a few searches for subtitle formats, but they always lead me to tools. Almost never to descriptions :? Checking with Subrip sounds like a good idea. |
I made some search too before posting you that, but to me too the results were "useless"... Quote:
Another suggestion... I tried your plugin with a 20fps movie, and the subtitles didn't appear at the right time. I think it's pretty simple to retrieve the fps rate also in C++. I've tried in VisualBasic and the code I wrote is this: Code: Private Const OF_SHARE_DENY_WRITE As Long = &H20 |
Quote:
I remembered that there was an option to set the MaxSubtitle's time duration also for given end times, but I remembered wrong :( So (I think) you need to set it to 6secs or to put a configuration window :? |
One more thing: I think you put this line in your plugin into the loadSubtitles function: Code: //Create new subtitles Instead of this, there should be the name of the subtitle's file subName (maybe without path and extension). :wink: |
Yesterday I took a day off from coding :D Thanks for all the tips Tizio. I also had the code for the getting the FPS, but I want to address the subtitle tags first. It turns out I also have to take into account the "real"tags like {y:uib} (I was hoping that since they are standard they would be parsed by BSplayer, but it turned out I was wrong). Concerning the endtime : I'm not sure what will happen in what cases. All I know is that I need to specify an endtime. The rest I need to try. (after I finish the MicroDVD format) Indeed I put the "Rafke P's enhanced subtitles" line in the code. It's my way of tagging the testversion. The final release will not have this. It's also a way of telling the user that the subs have been violated by Rafke P and anything can happen :D |
All times are GMT +1. The time now is 09:13 AM. |
Powered by vBulletin® Version 3.8.9
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
Search Engine Optimization by vBSEO 3.6.0 PL2
Ad Management plugin by RedTyger