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

https://github.com/rzumer/timecoder

Time conversion and MKV Timecodes generation for VFR processing.
https://github.com/rzumer/timecoder

Last synced: 14 days ago
JSON representation

Time conversion and MKV Timecodes generation for VFR processing.

Awesome Lists containing this project

README

        

# Timecoder
A simple interface made to generate MKV Timecodes v1 files for variable frame rate (VFR) encoding.

* Enter the base video frame rate, and the alternate frame rate for the segments to be processed
* Enter start and end frame numbers for each segment to be processed into an alternate frame rate
* Generate the timecodes file, process and encode the file (e.g. with x264 using the `--tcfile-in "[timecodes_path]"` parameter)

Timecoder easily runs locally in any modern Web browser with Javascript enabled. It is also hosted [online](https://rzumer.tebako.net/timecoder/timecoder.html).