https://github.com/lu-zero/nut
NUT container format documentation and reference implementation
https://github.com/lu-zero/nut
Last synced: about 2 months ago
JSON representation
NUT container format documentation and reference implementation
- Host: GitHub
- URL: https://github.com/lu-zero/nut
- Owner: lu-zero
- Created: 2012-10-14T19:46:48.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2016-12-26T13:57:48.000Z (over 8 years ago)
- Last Synced: 2024-05-02T00:16:32.227Z (about 1 year ago)
- Language: C
- Size: 781 KB
- Stars: 8
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
NUT Container Format
====================This is a personal try to cleanup a good container format with interesting
perks and good performance.Possibly more effort will be poured on TransOgg or in a NUT2 variant once
the current NUT is specified properly and quirks will need to be ironed out.Features
--------Nut is low overhead, offers precise seeking and supports in a quite flexible
way most raw audio and video formats.Warning
-------IT IS NOT ADVISED TO USE NUT FOR PERMANENT STORAGE DUE ITS UNDERSPECIFIED
NATURE. DIFFERENT IMPLEMENTATIONS ALREADY MIGHT NOT ACCEPT FILES DEEMED
VALID BY OTHERS.Other reference
---------------[Libav](http://libav.org/) and [FFmpeg](http://ffmpeg.org/) have two
indipendent implementation, mostly interoperable since the code is mostly the same.
The [original](svn://svn.mplayerhq.hu/nut) repository contains codec tags
updates from [FFmpeg](http://ffmpeg.org/), hopefully discrepancies will not
arise. The initial focus of this repository is mostly cleanup.