hogg-0.4.1: Library and tools to manipulate the Ogg container format

Codec.Container.Ogg.Chop

Synopsis

Documentation

chop :: Maybe Timestamp -> Maybe Timestamp -> OggChain -> IO OggChainSource

Chop a bitstream, do NOT add a Skeleton bitstream | chop start end chain

chopWithSkel :: Maybe Timestamp -> Maybe Timestamp -> OggChain -> IO OggChainSource

Chop a bitstream, adding a Skeleton bitstream | chopWithSkel start end chain