cut-the-crap-1.0.0: Cuts out uninteresting parts of videos by detecting silences.
Cut.Analyze
detect :: (MonadMask m, MonadUnliftIO m) => Options -> m [Interval Sound] Source #
data Interval e Source #
Constructors
Fields
Defined in Cut.Analyze
Methods
showsPrec :: Int -> Interval e -> ShowS #
show :: Interval e -> String #
showList :: [Interval e] -> ShowS #
data Sound Source #
data Silent Source #
getStart :: Text -> Double Source #
getEnd :: Text -> Double Source #
getDuration :: Text -> Double Source #
takeOnlyLines :: Text -> Bool Source #