Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 2 months 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 (over 6 years ago)
- Default Branch: master
- Last Pushed: 2021-06-26T21:45:53.000Z (over 3 years ago)
- Last Synced: 2024-11-01T14:38:56.212Z (about 2 months ago)
- Language: JavaScript
- Size: 146 KB
- Stars: 6
- 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 ![Contribute](https://img.shields.io/badge/contributions-wanted-red.svg?style=flat-square)
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