sub2bd is a small front-end I made to speed up Blu-ray subtitle conversion using avs2bdnxml. The basic idea is you pick your input file (ASS/SSA - see later in the thread about SRT support), set a few parameters, and then a .SUP is spit out for you. I used easySUP in the past for subtitle conversion, but was always running into various issues. Luckily, avs2bdnxml works great, even with those pesky ones with multiple lines of text appearing on screen at once that tends to cause flickering and other glitches.
![[Image: KD9AAgy.png]](https://i.imgur.com/KD9AAgy.png)
Installation:
- Download sub2bd 0.93
- Install Avisynth & .NET 4.0 runtime
Directions:
Change-list:
(This post was last modified: 2021-06-02, 10:46 PM by bronan.)
![[Image: KD9AAgy.png]](https://i.imgur.com/KD9AAgy.png)
Installation:
- Download sub2bd 0.93
- Install Avisynth & .NET 4.0 runtime
Directions:
- If the source subtitles are in an MKV, extract them with a tool like MKVCleaver. Note that MKVCleaver can also extract any fonts used, which need to be installed on your system for use with sub2bd. Otherwise, AviSynth will use its default font that usually doesn't look nearly as good.
- Select the subtitle file (SRT/ASS/SSA). The final converted .SUP file will be placed in the same folder with the same name, but with the .SUP extension
- Select the video's Resolution and Frame Rate
- Convert!
Change-list:
- 0.93 - Fixed wrong resolution being passed to avs2bdnxml
- 0.92 - Fix for forcing UTF8 encoding on temp file, now attempts encoding detection
- 0.91 - Allow drag/drop on Batch tab. Internal refactoring and cleanup, minor tweaks.
- 0.9 - Hide avs2bdnxml process window to prevent accidental user interaction, new Progress tab
- 0.85 - Batch add window now accepts multiple files
- 0.8 - Automatically calculate runtime duration. Added drag and drop onto form for ASS files.
- 0.7 - Forced Unicode encoding on temp file
- 0.6 - Fixed overwriting SUP file
- 0.5 - Fix for unsupported double byte characters in file name or path
- 0.4 - Added fix for stalling out with non-Latin characters at the beginning or end of ASS. Added options for Strict mode, Optimize Buffer, and Ugly mode in avs2bdxml (see https://forum.doom9.org/showthread.php?t=146493 for info on these)
- 0.3 - Added 4K resolution support
- 0.2 - Fixes for framerate issues
- 0.1 - Initial Release