2021-08-19 15:46:30 +02:00
2021-08-19 15:46:30 +02:00
2021-08-19 15:46:30 +02:00
2021-08-19 15:46:30 +02:00
2020-10-29 22:01:53 +01:00
2020-01-25 16:44:23 +01:00
2021-04-15 21:34:08 +02:00

Kyoo.Transcoder

A C library using FFMPEG (libav) to process videos files for kyoo.

Features

  • Return streams informations (language, title, codec, arrangement)
  • Extract subtitles, fonts & chapters to an external file
  • Transmux to hls (TODO support multi-audio)

Building

To build this library, you will need a cmake compatible environment. If you are on linux, you can simply use cmake, make and gcc. Simply run mkdir -p build; cd build; cmake ..; make -j and it will create a libtranscoder.so file.

If you are on windows, I haven't tested the build process yet. It should work with minimal modification.

Description
The old C transcoder/transmuxer for Kyoo.
Readme GPL-3.0 33 MiB
Languages
C 95.9%
CMake 4.1%