https://github.com/svt/encore
Transcode media files in an epic manner
https://github.com/svt/encore
distributed ffmpeg transcoding
Last synced: 8 months ago
JSON representation
Transcode media files in an epic manner
- Host: GitHub
- URL: https://github.com/svt/encore
- Owner: svt
- License: eupl-1.2
- Created: 2020-08-31T10:59:56.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-09-04T09:55:32.000Z (over 1 year ago)
- Last Synced: 2024-10-27T21:50:34.261Z (over 1 year ago)
- Topics: distributed, ffmpeg, transcoding
- Language: Kotlin
- Homepage:
- Size: 4.05 MB
- Stars: 273
- Watchers: 14
- Forks: 25
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.adoc
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.adoc
Awesome Lists containing this project
- awesome-broadcasting - SVT Encore - Selfhosted video transcoding platform, built around FFmpeg. (Multimedia content processing)
README
# SVT Encore
[](https://eupl.eu/)
[](https://api.reuse.software/info/github.com/fsfe/reuse-tool)

SVT *Encore* is a scalable video transcoding tool, built on Open Source giants like [FFmpeg](https://www.ffmpeg.org/) and [Spring Boot](https://spring.io/projects/spring-boot).
*Encore* was created to scale, and abstract the transcoding _power of FFmpeg_, and to offer a simple solution for Transcoding - Transcoding-as-a-Service.
*Encore* is aimed at the advanced technical user that needs a scalable video transcoding tool - for example, as a part of their VOD (Video On Demand) transcoding pipeline.
## Features
- Scalable - queuing and concurrency options
- Flexible profile configuration
- Possibility to extend FFmpeg functionality
- Tested and tried in production
_Encore_ is not
- A live/stream transcoder
- A Video packager (see <>)
- An GUI application
_Built with_
* Kotlin
* Gradle
* Spring Boot
* FFmpeg
* and many other great projects
## Documentation
Comprehensive documentation for _Encore_ can (and should) be read:
[Online](https://svt.github.io/encore-doc/)
or downloaded from the:
[GitHub Repository](https://github.com/svt/encore-doc)
If you have a running instance, you can also view the
**OpenAPI Endpoints**:
```
http(s)://yourinstance/swagger-ui.html
as json
http(s)://yourinstance/v3/api-docs/
or as yaml
http(s)://yourinstance/v3/api-docs.yaml
```
### Local development
Please see the [online documentation](https://svt.github.io/encore-doc/#the-user-guide)
## License
Copyright 2020 Sveriges Television AB.
Encore is licensed under the
[EUPL-1.2-or-later](LICENSE) license
## Primary maintainer
SVT Videocore Team - (videocore svt se)