video-timecode 0.4.0

Library for SMPTE timecode manipulation
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[![Build Status](https://travis-ci.org/bkhl/video-timecode-rs.svg?branch=master)](https://travis-ci.org/bkhl/video-timecode-rs)
[![Crates.io](https://img.shields.io/crates/v/video-timecode.svg)](https://crates.io/crates/video-timecode)
[![Docs.rs](https://img.shields.io/badge/docs.rs--blue.svg)](https://docs.rs/video-timecode/)

# video-timecode-rs

Rust library for manipulating SMPTE timecodes.

## Credits

* Inspired by the timecode library for Python: http://www.davidheidelberger.com/blog/?p=29
* Used [neo_tc_calc]https://docs.google.com/spreadsheets/d/12MUatPWIHteADCKNIafR25Y8DJr2RPB_xdfjYbjWZwo a lot for double-checking my tests.
* Like with the Python library, some of the mathematics are based on this article: [Drop Frame Timecode on David Heidelburger's Blugh]http://www.davidheidelberger.com/blog/?p=29