Skip to content

Commit afb664c

Browse files
committed
Updated README
1 parent 1b340ee commit afb664c

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

README.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -4,23 +4,23 @@
44

55
[![](https://img.shields.io/endpoint?url=https%3A%2F%2Fswiftpackageindex.com%2Fapi%2Fpackages%2Forchetect%2FTimecodeKit%2Fbadge%3Ftype%3Dplatforms)](https://swiftpackageindex.com/orchetect/TimecodeKit) [![](https://img.shields.io/endpoint?url=https%3A%2F%2Fswiftpackageindex.com%2Fapi%2Fpackages%2Forchetect%2FTimecodeKit%2Fbadge%3Ftype%3Dswift-versions)](https://swiftpackageindex.com/orchetect/TimecodeKit) [![Xcode 16](https://img.shields.io/badge/Xcode-16-blue.svg?style=flat)](https://developer.apple.com/swift) [![License: MIT](http://img.shields.io/badge/License-MIT-lightgrey.svg?style=flat)](https://github.com/orchetect/TimecodeKit/blob/main/LICENSE)
66

7-
The most robust, precise and complete Swift library for working with SMPTE/EBU timecode. Supports 22 industry timecode frame rates, with a suite of conversions, calculations and integrations with Apple AV frameworks.
7+
The most robust, precise and complete Swift library for working with SMPTE/EBU timecode. Supports 23 industry timecode frame rates, with a suite of conversions, calculations and integrations with Apple AV frameworks.
88

99
Timecode is a broadcast and post-production standard for addressing video frames. It is used for video burn-in timecode (BITC), and display in a DAW (Digital Audio Workstation) or video playback/editing applications.
1010

1111
## Supported Timecode Frame Rates
1212

1313
The following timecode rates and formats are supported.
1414

15-
| Film / ATSC / HD | PAL / SECAM / DVB / ATSC | NTSC / ATSC / PAL-M | NTSC Non-Standard | ATSC |
16-
| ---------------- | ------------------------ | ------------------- | ----------------- | ---- |
17-
| 23.976 | 25 | 29.97 | 30 DF | 30 |
18-
| 24 | 50 | 29.97 DF | 60 DF | 60 |
19-
| 24.98 | 100 | 59.94 | 120 DF | 120 |
20-
| 47.952 | | 59.94 DF | | |
21-
| 48 | | 119.88 | | |
22-
| 95.904 | | 119.88 DF | | |
23-
| 96 | | | | |
15+
| Film / ATSC / HD | PAL / SECAM / DVB / ATSC | NTSC / ATSC / PAL-M | NTSC Non-Standard | ATSC / HD |
16+
| ---------------- | ------------------------ | ------------------- | ----------------- | --------- |
17+
| 23.976 | 25 | 29.97 | 30 DF | 30 |
18+
| 24 | 50 | 29.97 DF | 60 DF | 60 |
19+
| 24.98 | 100 | 59.94 | 120 DF | 90 |
20+
| 47.952 | | 59.94 DF | | 120 |
21+
| 48 | | 119.88 | | |
22+
| 95.904 | | 119.88 DF | | |
23+
| 96 | | | | |
2424

2525
## Supported Video Frame Rates
2626

0 commit comments

Comments
 (0)