Naouak / EBU-STL-tools

Tools for managing EBU STL files

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

EBU STL tools

A collection of tools to manage EBU STL files

EBU Shift

A simple tool to generate a timecode shifted version of a STL with a CLI.

usage: ebu_shift -i inputstl -t [-]HHMMSSFF outputstl

options: -i: input file -t: timecodeshift. Format is (-)HHMMSSFF where HH is hours, MM is minutes, SS is seconds and FF frames. A negative value will delay subtitles as a positive value will display them sooner.

EBU dump

Dump in human readable way most data.

usage: ebu_dump [-f] [--option={option}] file.stl

options: -f: Show full dump. --option: Show only selected option

About

Tools for managing EBU STL files

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:C 95.6%Language:Makefile 4.4%