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

Cut.Shell

Description

Run shell programs

We mostly add a lot of logging to figure out what goes on

Synopsis

Documentation

ffmpeg :: FilePath -> [Text] -> Sh [Text] Source #

Wrap ffmpeg for convenience and logging technically supports multiple inputs but for convenice we threw that.

floatToText :: Double -> Text Source #

Format floats for cli

shelly :: MonadIO m => Sh a -> m a Source #

Wrapper for shelley that always flushes stdout