Fix invalid subtitle file in Windows

Whenever you download a subtitle file that wasn’t created in Windows, you could have problems editing or opening this file in subtitle editors such as DivXLand Media Subtitler or plain text editors like Notepad.

DivXLand Media Subtitler error

DivXLand Media Subtitler error opening subtitles: Failed to determine subtitle format.

This error is mostly caused by the infamous newline character incompatibilty between Windows, Unix and MacOS platforms. Each platform uses its own newline character(s) method, succeeding in creating endless incompatibilities when moving files between these systems.

Fixing an incompatible subtitle file

The solution to open broken subtitle files in Media Subtitler and other editors is to convert the newline characters from this file to standard Windows line feeds using Notepad++ as follows:

  1. Open the subtitle file with Notepad++.
  2. From the Edit menu, select EOL Conversion > Windows (CR LF).
  3. Save the file from the File > Save menu.
  4. You should now be able to open this file correctly with DivXLand Media Subtitler.
Fix broken subtitle file

Fixing incompatible subtitle file with Notepad++.

Fix broken characters from Unicode / UTF-8 subtitle file

When trying to open non-Western European subtitle files in DivXLand Media Subtitler, some characters may appear garbled due to the source file’s encoding.

To open non Western European subtitle files properly, you must convert them from Unicode or UTF-8 to ANSI first. This can be done from Notepad++ as follows:

  1. Open the subtitle file with Notepad++.
  2. From the Encoding menu, select Convert to ANSI.
  3. Save the file from the File > Save menu.
  4. Open the file with DivXLand Media Subtitler and it should be displayed correctly.
Your subtitle file must be in the same language as the Language for Non-Unicode Programs set by Windows, otherwise the ANSI conversion will fail. ANSI text will only be displayed correctly as long as the language of its contents matches the previous setting.
Fix subtitle file wrong characters

Fix garbled text from subtitle files in DivXLand Media Subtitler

Please refer to this page for more information regarding non-Western European subtitle files with DivXLand Media Subtitler.