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

https://github.com/svt/encore-doc

Documentation for the SVT Encore Project
https://github.com/svt/encore-doc

documentation encore transcoding

Last synced: 10 months ago
JSON representation

Documentation for the SVT Encore Project

Awesome Lists containing this project

README

          

# SVT Encore Documentation

[![License: CC BY-SA 4.0](https://img.shields.io/badge/License-CC%20BY--SA%204.0-lightgrey.svg)](https://creativecommons.org/licenses/by-sa/4.0/)
[![REUSE status](https://api.reuse.software/badge/github.com/svt/encore-doc)](https://api.reuse.software/info/github.com/svt/encore-doc)

Welcome to the [SVT Encore](https://github.com/svt/encore) documentation project.
It is mainly aimed at advanced technical users, like developers.

SVT **Encore** is a scalable tool for video transcoding,

[Online documentation](https://svt.github.io/encore-doc/)

Contributions are encouraged and welcomed.

## Development

Clone the project with git.
Build the documentation by invoking the 'asciidoctor' goal:

```console
foo@bar:~$./gradlew clean asciidoctor
```

View the generated documentation in a browser of choice, for example

```console
foo@bar:~$firefox build/docs/asciidoc/index.html
```

---
**Note**

The online documentation (GitHub Pages) is updated when something is committed to main branch of this repo.

---

### Requirements

- Gradle 7.x.x

- Optional: Intellij with the Asciidoctor Plugin

### Optional for development: IntelliJ Plugin

Install the [Asciidoctor plugin](https://plugins.jetbrains.com/plugin/7391-asciidoc) and get writing, with a preview window, export to HTML, PDF and more.
It is great actually.

## License

This documentation is

* Copyright 2021 Sveriges Television AB

and released under

Creative Commons License
Creative Commons Attribution-ShareAlike 4.0 International License

Note: The main project SVT Encore itself was initiated in 2018.

## Credits

- [Write The Docs](https://www.writethedocs.org/) and everyone driving the Docs-As-Code philosophy, thanks.

- [Asciidoctor skins project](https://github.com/darshandsoni/asciidoctor-skins)

- [Highlights](https://highlightjs.org/)