simple-media-timestamp-formatting-0.1.1.0: Formatting for simple-media-timestamp
LicenseMIT
Stabilityexperimental
Safe HaskellNone
LanguageHaskell2010

Media.Timestamp.Formatting

Description

Formatting for Timestamp.

Synopsis

Documentation

timef :: Format r (Time -> r) Source #

Formats a Time as `hh:mm:ss.mmm`. This is ffmpeg's format.

Since: 0.1.0.0

timecf :: Format r (Time -> r) Source #

Formats a Time as `hh:mm:ss,mmm`. This is .srt format.

Since: 0.1.0.0

rangeaf :: Format r (Time -> r) -> Format r (Range -> r) Source #

Formats a Range as "X --> Y", Formatter for SRT format will therefore be rangeaf timecf.

Since: 0.1.1.0