Skip to main content

Know better your media files

Project description

Know better your media files.

Latest Version Travis CI build status License
Project page:

https://github.com/ratoaq2/knowit

Usage

CLI

Extract information from a video file:

$ knowit /folder/Audio Samples/hd_dtsma_7.1.mkv
For: /folder/Audio Samples/7.1Ch DTS-HD MA - Speaker Mapping Test File.mkv
Knowit 0.2.2-dev found:
{
    "title": "7.1Ch DTS-HD MA - Speaker Mapping Test File",
    "path": "/folder/Audio Samples/7.1Ch DTS-HD MA - Speaker Mapping Test File.mkv",
    "duration": "0:01:37",
    "size": "40.77 MB",
    "bit_rate": "3.3 Mbps",
    "video": [
        {
            "id": 1,
            "duration": "0:01:37",
            "width": "1920 pixel",
            "height": "1080 pixel",
            "scan_type": "Progressive",
            "aspect_ratio": 1.778,
            "pixel_aspect_ratio": 1.0,
            "resolution": "1080p",
            "frame_rate": "23.976 FPS",
            "bit_depth": "8 bit",
            "codec": "H.264",
            "profile": "Main",
            "profile_level": "4",
            "media_type": "video/H264",
            "default": true,
            "language": "Undetermined"
        }
    ],
    "audio": [
        {
            "id": 2,
            "name": "7.1Ch DTS-HD MA",
            "language": "English",
            "duration": "0:01:37",
            "codec": "DTS-HD",
            "profile": [
                "Master Audio",
                "Core"
            ],
            "channels_count": [
                8,
                6
            ],
            "channels": "7.1",
            "bit_depth": "24 bit",
            "bit_rate": [
                null,
                "1.5 Mbps"
            ],
            "bit_rate_mode": [
                "Variable",
                "Constant"
            ],
            "sampling_rate": "48.0 KHz",
            "compression": [
                "Lossless",
                "Lossy"
            ],
            "default": true
        }
    ],
    "provider": "libmediainfo.so.0"
}

Extract information from a video file using ffprobe:

$ knowit --provider ffmpeg /folder/Audio Samples/hd_dtsma_7.1.mkv
For: /folder/Audio Samples/7.1Ch DTS-HD MA - Speaker Mapping Test File.mkv
Knowit 0.2.2-dev found:
{
    "title": "7.1Ch DTS-HD MA - Speaker Mapping Test File",
    "path": "/folder/Audio Samples/7.1Ch DTS-HD MA - Speaker Mapping Test File.mkv",
    "duration": "0:01:37",
    "size": "40.77 MB",
    "bit_rate": "3.3 Mbps",
    "video": [
        {
            "id": 0,
            "width": "1920 pixel",
            "height": "1080 pixel",
            "scan_type": "Progressive",
            "aspect_ratio": 1.778,
            "pixel_aspect_ratio": 1.0,
            "resolution": "1080p",
            "frame_rate": "23.976 FPS",
            "bit_depth": "8 bit",
            "codec": "H.264",
            "profile": "Main",
            "default": true,
            "language": "Undetermined"
        }
    ],
    "audio": [
        {
            "id": 1,
            "name": "7.1Ch DTS-HD MA",
            "language": "English",
            "codec": "DTS-HD",
            "profile": "Master Audio",
            "channels_count": 8,
            "channels": "7.1",
            "bit_depth": "24 bit",
            "sampling_rate": "48.0 KHz",
            "default": true
        }
    ],
    "provider": "ffprobe"
}

All available CLI options:

$ knowit --help
usage: knowit [-h] [-p PROVIDER] [-E] [-v] [-r] [--report] [-y]
                   [-P PROFILE] [--mediainfo MEDIAINFO_PATH]
                   [--ffmpeg FFMPEG_PATH] [--version]
                   [videopath [videopath ...]]

positional arguments:
  videopath             Path to the video to introspect

optional arguments:
  -h, --help            show this help message and exit

Providers:
  -p PROVIDER, --provider PROVIDER
                        The provider to be used: mediainfo, ffmpeg or enzyme.

Input:
  -E, --fail-on-error   Fail when errors are found on the media file.

Output:
  -v, --verbose         Display debug output
  -r, --raw             Display raw properties
  --report              Parse media and report all non-detected values
  -y, --yaml            Display output in yaml format
  -P PROFILE, --profile PROFILE
                        Display values according to specified profile: code,
                        default, human, technical

Configuration:
  --mediainfo MEDIAINFO_PATH
                        The location to search for MediaInfo binaries
  --ffmpeg FFMPEG_PATH  The location to search for FFmpeg (ffprobe) binaries

Information:
  --version             Display knowit version.

Installation

KnowIt can be installed as a regular python module by running:

$ [sudo] pip install knowit

For a better isolation with your system you should use a dedicated virtualenv or install for your user only using the --user flag.

External dependencies

KnowIt can use MediaInfo or FFmpeg (ffprobe)

KnowIt supports MKV regardless if MediaInfo or FFmpeg are installed.

MediaInfo or FFmpeg increases the number of supported formats and the number of extracted information.

MediaInfo is the default provider. Visit their website and install the proper package for your system.

FFmpeg (ffprobe) can be downloaded here

Project details


Download files

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

Source Distribution

knowit-0.2.2.tar.gz (24.7 kB view details)

Uploaded Source

File details

Details for the file knowit-0.2.2.tar.gz.

File metadata

  • Download URL: knowit-0.2.2.tar.gz
  • Upload date:
  • Size: 24.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for knowit-0.2.2.tar.gz
Algorithm Hash digest
SHA256 f1ad55ad4709262aa760aae02793b132355def2dd3c8b889344c9ef87825c5fe
MD5 d1205d30915be55416e7590577bd1ec1
BLAKE2b-256 67be065e4cce4d7de639f21bde5ecb72aa041dbb1be524334d02e90a14be34f4

See more details on using hashes here.

Supported by

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