Skip to content

Commit

Permalink
Update readme.
Browse files Browse the repository at this point in the history
  • Loading branch information
cubicibo committed Jul 18, 2024
1 parent 32d3f2b commit 3c0c6fc
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,6 @@ Moreover, the last table has debugging parameters. These should not have any pra
| ``--full-bitmaps`` | Output bitmaps to the frame size, without cropping. |
| | I.e all PNGs are 1920x1080 with ``-v 1080p``. |
+--------------------+--------------------------------------------------------+

| ``--height-store`` | Sets the ASS storage height. Only useful for ASS files |
| | with complex transforms and unusual video height. |
+--------------------+--------------------------------------------------------+
Expand Down Expand Up @@ -169,6 +168,17 @@ Basic Scenarist BD example
- Set quality to 98%, to enhance stream compression and palette allocation (``--liq-quality 98``)
- Set image split mode 2 (strong) ``-s 2``

Basic SUPer example
--------------------------
::

ass2bdnxml.exe -f 23.976 -v 720p -a C:/.../fonts/ subtitle.ass

- 720p23.976 (``-v 720p -f 23.976``)
- Specify an additional directory for fonts look-up (``-a ./fonts/``), containing fonts files.
- Quantization shall not be enabled: SUPer will quantize the bitmaps internally!
- Splits shall not be enabled: SUPer will compute the splits internally!

Notes
-----

Expand Down

0 comments on commit 3c0c6fc

Please sign in to comment.