isobmff-builder: A (bytestring-) builder for the ISO-14496-12 base media file format

[ bsd3, codec, library ] [ Propose Tags ]

Please see README.md


[Skip to Readme]

Modules

[Index]

Flags

Automatic Flags
NameDescriptionDefault
tracing

Build with trace output enabled

Enabled
fullbenchmarks

Enable the compilation of all benchmarks, takes a long time to compile

Enabled
complextests

Enable the compilation of all unit tests, even those, that take a long time to compile

Enabled

Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

Versions [RSS] 0.1.0.0, 0.1.0.1, 0.2.0.1, 0.2.0.2, 0.2.0.3, 0.3.0.0, 0.9.0.0, 0.10.0.0, 0.10.5.0, 0.11.2.0, 0.11.3.0 (info)
Dependencies base (>=4.9 && <5), bytestring (>=0.10.8.1 && <0.11), data-default (>=0.7.1.1 && <0.8), mtl (>=2.2 && <3), pretty-types (>=0.2.3 && <0.3), singletons (>=2.2 && <3), tagged (>=0.8 && <1), template-haskell (>=2.11 && <3), text (>=1.2.2.1 && <2), time (>=1.6.0.1 && <2), type-list (>=0.5.0.0 && <0.6), type-spec (>=0.3), vector (>=0.11 && <0.12) [details]
License BSD-3-Clause
Copyright 2016 Sven Heyll, Lindenbaum GmbH
Author Sven Heyll
Maintainer sven.heyll@lindenbaum.eu
Category Codec
Home page https://github.com/sheyll/isobmff-builder#readme
Source repo head: git clone https://github.com/githubuser/isobmff-builder
Uploaded by SvenHeyll at 2016-11-17T22:36:13Z
Distributions
Reverse Dependencies 1 direct, 0 indirect [details]
Downloads 5337 total (24 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2016-11-17 [all 1 reports]

Readme for isobmff-builder-0.11.2.0

[back to package description]

Build Status Hackage

ISO-14496-12 Base Media File Format Builder

This project contains a bytestring-builder for the media data container file format defined as part of the MPEG-4 (ISO-14496) family of standards, called the Iso Base Media File Format, or ISOBMFF.

It is a container format for both stored and transfered media data.