Commit ab3de5e
committed
* **Fix:** Fixed a huge bug in 29.97 NDF and 59.97 NDF calculations introduced
in v1.2.3.
* **Fix:** Fixed ``Timecode.framerate`` when it is given as ``23.98``. The
``framerate`` attribute will not be forced to ``24`` and it will stay
``23.98``.
* **Update:** ``Timecode.tc_to_frames()`` method now accepts Timecode instances
with possibly different frame rates then the instance itself.
* **Fix:** Fixed ``Timecode.div_frames()`` method.
* **Update:** Test coverage has been increased to 100% (yay!)1 parent 96a8c03 commit ab3de5e
3 files changed
Lines changed: 779 additions & 219 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
5 | 22 | | |
6 | 23 | | |
7 | 24 | | |
| |||
0 commit comments