Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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

### Installation as global CLI module

```bash
$ npm install --global xml-to-srt-cli
```

## Usage

```bash
$ xml-to-srt
```

- Parameter
- **** (String) - Full path to XML subtitle file

## Example

```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
```

## Platform Support

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.

## Author

[sidneys.github.io](http://sidneys.github.io) 2018