We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc4b595 commit ea12f77Copy full SHA for ea12f77
lib/timecode.rb
@@ -1,7 +1,6 @@
1
# Timecode is a convenience object for calculating SMPTE timecode natively.
2
# The promise is that you only have to store two values to know the timecode - the amount
3
-# of frames and the framerate. An additional perk might be to save the dropframeness,
4
-# but we avoid that at this point.
+# of frames and the framerate.
5
#
6
# You can calculate in timecode objects as well as with conventional integers and floats.
7
# Timecode is immutable and can be used as a value object. Timecode objects are sortable.
0 commit comments