Giter VIP home page Giter VIP logo

aisobmffwvdfbutfaii's Introduction

AISOBMFFWVDFBUTFAII

An ISOBMFF Web Visualizer Done For Better Understanding The Format And Its Intricacies is a pretty simple web-based ISOBMFF visualizer.

You can test it here.

It parses ISOBMFF-based (such as .mp4) files entirely on the client side, thanks to various browser APIs like the FileReader APIs. As such, it works on any "static" webpage (such as github-pages) without needing any file to be sent to a web server.

This repo was created mainly because I wanted to have a good overview of MP4/fragmented MP4 files metadata, mainly DASH and Smooth Streaming segments/fragments.

This repository contains just a (rough) web interface. The ISOBMFF parser has been isolated to another repository, the isobmff-inspector.

Parsed boxes

The parser only parses the following ISOBMFF boxes for now:

  • dinf
  • dref
  • edts
  • free
  • ftyp
  • hdlr
  • mdat
  • mdhd
  • mdia
  • mehd
  • mfhd
  • minf
  • moof
  • moov
  • mvex
  • mvhd
  • pdin
  • pssh
  • saio
  • saiz
  • sdtp
  • sidx
  • skip
  • stbl
  • stco
  • stsc
  • stsd
  • stsz
  • stts
  • styp
  • tfdt
  • tfhd
  • tkhd
  • traf
  • trak
  • trex
  • trun
  • url
  • urn
  • vmhd

I plan to support each one of them but UUIDs (I may add support for some of them in the future, for example for Smooth Streaming ones).

Contribute

This repository actually just contain the (very simple) user interface, that you're welcome to improve.

To help with box parsing, most of the parsing logic is actually in another repository, the isobmff-inspector.

aisobmffwvdfbutfaii's People

Contributors

peaberberian avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

Forkers

mencomao fossabot

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.