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.
- Host: GitHub
- URL: https://github.com/rzumer/timecoder
- Owner: rzumer
- License: mit
- Created: 2016-11-03T23:23:50.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-09-26T15:46:00.000Z (over 6 years ago)
- Last Synced: 2025-01-25T15:13:01.736Z (5 months ago)
- Language: JavaScript
- Homepage: https://rzumer.tebako.net/timecoder/timecoder.html
- Size: 196 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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).