https://github.com/sidneys/xml-to-srt-cli
Convert XML subtitles (EBU-TT format) from online broadcasting platforms like MediathekView (Germany) or the BBC (UK) into SRT (SubRip) subtitles.
https://github.com/sidneys/xml-to-srt-cli
Last synced: about 1 year ago
JSON representation
Convert XML subtitles (EBU-TT format) from online broadcasting platforms like MediathekView (Germany) or the BBC (UK) into SRT (SubRip) subtitles.
- Host: GitHub
- URL: https://github.com/sidneys/xml-to-srt-cli
- Owner: sidneys
- Created: 2018-06-08T03:52:05.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2021-06-26T21:45:53.000Z (almost 5 years ago)
- Last Synced: 2025-04-01T03:02:50.187Z (about 1 year ago)
- Language: JavaScript
- Size: 146 KB
- Stars: 7
- Watchers: 4
- Forks: 3
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# xml-to-srt-cli
------
Convert XML subtitles (EBU-TT format) from online broadcasting platforms like MediathekView (Germany) or the BBC (UK) into SRT (SubRip) subtitles.
Available for macOS, Windows and Linux.
------
## Contents
1. [Installation](#installation)
1. [Usage](#usage)
1. [Example](#example)
1. [Platform Support](#platform-support)
1. [Contribute](#contribute)
1. [Author](#author)
### Installation as global CLI module
```bash
$ npm install --global xml-to-srt-cli
```
```bash
$ xml-to-srt
```
- Parameter
- **** (String) - Full path to XML subtitle file
```bash
$ xml-to-srt Tatort_2323.xml
>> [xml-to-srt] XML Subtitle successfully converted to SRT (SubRip) format: Tatort_2323.srt
```
### Show Help
```bash
$ xml-to-srt --help
```
### Show Version
```bash
$ xml-to-srt --version
```
Tested on:
- macOS High Sierra 10.13.4
- Windows 10 Spring Creators Update
- Ubuntu 18.04
## Contribute 
Read the [contribution documentation](https://github.com/sidneys/xml-to-srt-cli/blob/release/CONTRIBUTING.md) first.
- [Dev Chat](http://gitter.im/sidneys/xml-to-srt-cli): Talk about features and suggestions.
- [Issues](http;//github.com/sidneys/xml-to-srt-cli/issues) File bugs and document issues.
[sidneys.github.io](http://sidneys.github.io) 2018