- RGBA 出力を生成する AviSynth スクリプトを BDN XML+PNG フォーマットに変換するためのコマンドラインツール。
- さらに字幕付きの Blu-ray ディスクのマスターをつくるために使用することのできる SUP ファイルに変換することも可能。
- ps auxw 氏作。
- 詳しい使い方は、同梱されている README および [Doom9's Forum 関連スレッド](http://forum.doom9.org/showthread.php?t=146493 "AviSynth rendered subtitles to BDN XML for BD-SUP conversion - Doom9's Forum"]に掲載されていますので、そちらを参照してください。
変更点
http://forum.doom9.org/showthread.php?p=1407277#post1407277 によると、(8x8 サイズ未満の)小さい画像に関する問題と醜い画像分割に関する問題が修正されたとのことです。
以下、引用です:
http://forum.doom9.org/showthread.php?p=1407277#post1407277
For now, I have released avs2bdnxml v1.13, which should fix the problems with tiny (below 8px dimension) pictures and ugly image splits.For now, I have released avs2bdnxml v1.13 , which should fix the problems with tiny (below 8px dimension) pictures and ugly image splits.
avs2bdnxml.c
* Version 1.13
* - By default, images are no longer split into to composition objects,
* if the result would look ugly. For example, descenders should no
* longer get put into their own image. Reverting back to the old
* behaviour is possible using the --ugly option.
* - Ensure minimum size of 8x8 for composition objects

