cut-the-crap-1.0.0: Cuts out uninteresting parts of videos by detecting silences.
Cut.CutVideo
extract :: Options -> FilePath -> [Interval Sound] -> IO () 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 Silent Source #
data Sound Source #
combine :: FilePath -> Sh () Source #
combineOutput :: FilePath Source #