|
Bug Reports And Codecs Report BS.Player bugs here - help us to improve BS.Player even further. |
| LinkBack | Thread Tools | Search this Thread | Display Modes |
| |||
[SOLVED] Subtitle problem I have a problem with playing subtitles. When someone is saying 2 lines, it only shows 1 line. For example: In the .sub file you see: let's go, let's go, it's now or never! And in BSplayer you'll only see: let's go, let's go, So i can't see the 2nd line. Can someone help me with this? greetz! |
| |||
File format? Subtitles settings (have you forced Subtitles position or is it auto?) Can you provide us a copy of the subtitles' file, this way it's much easier to check what's wrong with this behavior
__________________ BSP SkinMaker (v1.07) the one and only Skin Editor for BSplayer BSP Definitions Manager (v1.02) BS.Player's FAQ (by BSPeter) | Italian language file (v2.57 build 1051) |
| |||
File format=.avi subtitle format=.srt Subtitle setting: auto position, but i also tried to put the subtitle a litle higher here's a link to the subtitle i'm using right now, but bsplayer has that problem with every subtitle Code: http://rapidshare.com/files/134364440/S02_E04_-_The_Unit_-_Manhunt.rar.html |
| |||
It's not a problem with BSplayer, but with the program the subtitles used to create the subtitle file. Usually NEXT-LINE in in HEX code is coded as 0D0A which stand for 0D=CR 0A=LF (in many program languages is CRLF = Carriage Return - Line Feed, I think it's a name from the old typewriter times :) ), Probably who released this subtitle took it from someone whom created it under Macintosh and added the CRLF to the end of every line to make it compatible with Windows programs (usually Unix systems use only the LF to the end of the line, the Macintosh systems only a CR symbol, whereas Windows systems use both of them together CRLF, and probably the problem raised from there. For more info read this article) Anyway, to make it simpler to you, download this file, and you'll see that the subtitle will work correctly. If you want to convert all the non working subtitles, then use an Hex editor (Hex Workshop is one of the best, but it costs $50, and if you only have to change some bytes to a subtitle file I think it's a bit too much :lol: ), and replace all 0D0D symbols in 0D symbols (the bad file had a couple of 0D before the 0A byte instead of only one). If you need more help, feel free to post here and I'll try to help you ;) If all your subtitles don't work with BSplayer... I think you'd better change your source for them, or you'll have to modify a lot of files with the hex editor........ :roll: If you want to remove the file click here
__________________ BSP SkinMaker (v1.07) the one and only Skin Editor for BSplayer BSP Definitions Manager (v1.02) BS.Player's FAQ (by BSPeter) | Italian language file (v2.57 build 1051) |
Tags |
subtitle |
| |