From 78f653843beb33ee519a62eb099c99e209e08b65 Mon Sep 17 00:00:00 2001 From: Mantas Date: Wed, 3 Apr 2024 10:56:37 +0300 Subject: [PATCH] Add rtf to readme --- README.md | 37 +++++++++++++++++++------------------ 1 file changed, 19 insertions(+), 18 deletions(-) diff --git a/README.md b/README.md index 4b936b3..c7bd11c 100644 --- a/README.md +++ b/README.md @@ -9,24 +9,25 @@ ## Supported formats -| Format | Extension | Internal format name | -| --- | --- | --- | -| [SubRip](https://en.wikipedia.org/wiki/SubRip#SubRip_text_file_format) | .srt | srt | -| [WebVTT](https://en.wikipedia.org/wiki/WebVTT) | .vtt | vtt | -| [Spruce Technologies SubTitles](https://pastebin.com/ykGM9qjZ) | .stl | stl | -| [EBU STL (only decoder)](https://tech.ebu.ch/docs/tech/tech3264.pdf) | .stl | ebu_stl | -| [Youtube Subtitles](https://webdev-il.blogspot.lt/2010/01/sbv-file-format-for-youtube-subtitles.html) | .sbv | sbv | -| [SubViewer](https://wiki.videolan.org/SubViewer) | .sub | sub_subviewer | -| [MicroDVD](https://en.wikipedia.org/wiki/MicroDVD) | .sub | sub_microdvd | -| Advanced Sub Station | .ass | ass | -| [Netflix Timed Text](https://en.wikipedia.org/wiki/Timed_Text_Markup_Language) | .dfxp | dfxp | -| [TTML](https://en.wikipedia.org/wiki/Timed_Text_Markup_Language) | .ttml | ttml | -| [SAMI](https://en.wikipedia.org/wiki/SAMI) | .smi | smi | -| QuickTime | .qt.txt | txt_quicktime | -| [Scenarist](http://www.theneitherworld.com/mcpoodle/SCC_TOOLS/DOCS/SCC_FORMAT.HTML) | .scc | scc | -| [LyRiCs](https://en.wikipedia.org/wiki/LRC_(file_format)) | .lrc | lrc | -| Comma separated values | .csv | csv | -| Plaintext | .txt | txt | +| Format | Extension | Internal format name | +|-------------------------------------------------------------------------------------------------------|-----------|----------------------| +| [SubRip](https://en.wikipedia.org/wiki/SubRip#SubRip_text_file_format) | .srt | srt | +| [WebVTT](https://en.wikipedia.org/wiki/WebVTT) | .vtt | vtt | +| [Scenarist](http://www.theneitherworld.com/mcpoodle/SCC_TOOLS/DOCS/SCC_FORMAT.HTML) | .scc | scc | +| [EBU STL (only reader)](https://tech.ebu.ch/docs/tech/tech3264.pdf) | .stl | ebu_stl | +| [Spruce Technologies SubTitles](https://pastebin.com/ykGM9qjZ) | .stl | stl | +| [Youtube Subtitles](https://webdev-il.blogspot.lt/2010/01/sbv-file-format-for-youtube-subtitles.html) | .sbv | sbv | +| [SubViewer](https://wiki.videolan.org/SubViewer) | .sub | sub_subviewer | +| [MicroDVD](https://en.wikipedia.org/wiki/MicroDVD) | .sub | sub_microdvd | +| Advanced Sub Station | .ass | ass | +| [Netflix Timed Text](https://en.wikipedia.org/wiki/Timed_Text_Markup_Language) | .dfxp | dfxp | +| [TTML](https://en.wikipedia.org/wiki/Timed_Text_Markup_Language) | .ttml | ttml | +| [SAMI](https://en.wikipedia.org/wiki/SAMI) | .smi | smi | +| QuickTime | .qt.txt | txt_quicktime | +| Rich text format (only reader) | .rtf | rtf | +| [LyRiCs](https://en.wikipedia.org/wiki/LRC_(file_format)) | .lrc | lrc | +| Comma separated values | .csv | csv | +| Plaintext | .txt | txt | ## Command line Can be used from the command line to convert from .srt to .vtt