19

I can't reproduce what made it happen, but since yesterday, for all the movies I play with VLC - their subtitles (Hebrew) are displayed as question marks.

Any resolution? Way to find the source of the issue?

enter image description here

Here is an excerpt from the subtitles file (*.srt):

1
00:02:04,800 --> 00:02:06,700
...מר דופריין, תאר את

2
00:02:07,700 --> 00:02:11,100
. העימות שהיה לך עם אישתך בלילה שנרצחה

3
00:02:16,600 --> 00:02:17,400
.זה היה מאוד מריר

4
00:02:18,700 --> 00:02:22,000
,היא אמרה שהיא שמחה שידעתי
.שהיא שנאה את כל ההתגנבויות מסביב

5 Answers5

13

The problem should arise from subtitle character set encoding.

Go to Tools > Preferences (CTRL +P) and select Subtitles & OSD from the left pane. Now change the Default Encoding to Hebrew (Windows-1255) and you're done.

6

I have solved it by changing the file encoding using NotePad:

  • Open the srt file in notepad
  • File -> Save As...
  • Change the encoding in the combo box near the "save" button below to "Unicode"
  • Save the file (Replace the existing one)

And now the hebrew subtitles are displayed correctly.

enter image description here

Tal Segal
  • 235
5

The below solution Worked on a Mac.

  1. Open the .srt file with Firefox web browser (FILE --> Open File...)
  2. Now you should see in the browser window the subtitles text with chinese characters instead of Greek
  3. From VIEW --> Character Encoding... select GREEK ISO encoding. Now magically the text in the browser window is displayed correctly with all the Greek characters
  4. Select ALL text from browser window and COPY --> PASTE to a simple text editor. You should see now the text in greek in the text editor application window.
  5. Save the file as plain text (.txt) in the location that you have the original subtitles.
  6. Rename the .txt file to .srt in order to be recognized from your media player (I use VLC). Just make sure that the whole name of your new .srt file you just created does not conflict with the previous file (you should rename your older file in order to let you rename the new file with the name you want).

That's it, now it should work and display properly the Greek subtitles.

Manos
  • 51
0

If there were any other subtitles in the folder move them to another location. I had the same problem and this solved it.

val
  • 1
0

It could be related to the .srt file not being Unicode as superuser (Manos)
or it could be a Region and Language Setting
Region and Language Settings issue in Windows.

Go to [Administrative] Tab > Change System Locale > "Choose wanted language"

Done!

Denja
  • 576