Skip to main content

MP4 ISO Base Media File Format Parser Library

Parses out and returns a limited set of MP4 boxes

Usage:

Parse boxes

import pymp4parse

boxes = pymp4parse.F4VParser.parse(filename='my.mp4')
for box in boxes:
    print box.type
    print dir(box)

Check is MP4 file

>>> pymp4parse.F4VParser.is_mp4(filename='my.mp4')
True
>>> pymp4parse.F4VParser.is_mp4(filename='/etc/resolv.conf')
False

Installation

pip install https://github.com/use-sparingly/mp4parse/zipball/master

Prerequisites

Pip should install prerequisites. In case you’re manually installing, you’ll need:

  1. Bitstring - https://pypi.python.org/pypi/bitstring/

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pymp4parse-0.3.0.tar.gz (5.2 kB view details)

Uploaded Source

File details

Details for the file pymp4parse-0.3.0.tar.gz.

File metadata

  • Download URL: pymp4parse-0.3.0.tar.gz
  • Upload date:
  • Size: 5.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for pymp4parse-0.3.0.tar.gz
Algorithm Hash digest
SHA256 5290523d56718503b8de701b80b25207d937de7ca99f0193ee7150e26b4e93b5
MD5 dce7c90c50c4af38982f0daaf3492c3a
BLAKE2b-256 033edbad2b46265d7163b89654c619ff80bd2e2cf70f1595564393eb42ba7d8e

See more details on using hashes here.

Release history Release notifications | RSS feed

This release

0.3.0 This release

1 file

0.2.3

1 file

0.2.2

1 file

0.1.0

1 file

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page