cut-the-crap-2.1.1: Cuts out uninteresting parts of videos by detecting silences.
Safe HaskellNone
LanguageHaskell2010

Cut.Crap

Description

This is where it all started

Synopsis

Documentation

entryPoint :: MonadMask m => MonadUnliftIO m => m () Source #

reads settings from terminal and runs whatever command was given in program options

runListenCut :: MonadMask m => MonadUnliftIO m => ListenCutOptions -> m [Interval Sound] Source #

Runs cut-the-crap with provided ListenCutOptions

runEdit :: ListenCutOptions -> [Interval Sound] -> FilePath -> IO () Source #

Run editing on video from options with preprovided detections normally aquired throug detect