All Projects → ksvc → Mediaparser

ksvc / Mediaparser

Licence: apache-2.0
仿照windows上的mp4info做的QT版MP4解析工具,方便在mac上使用

MediaParser

Build Status Latest release

Source Type:Open Source
Charge Type:free of charge

What is MediaParser?

An open source multimedia parser based on the Qt framework, just like mp4info tool on Windows platform.

License

MediaParser is released under the terms of the Apache-2.0 license. See License for more information.

Getting Started

1. How to build

Before starting build process, QT enviroment should be installed.

brew install qt

After QT installed, make sure which qmake will output the right path for qmake command.

git clone https://github.com/ksvc/MediaParser.git
cd MediaParser
mkdir -p build
cd build
qmake ..
make -j8

After build process finished, there is a target app named MediaParser.app.

2. Download app

Instead of building app from sources, you can download app directly from release.

3. Run MediaParser.app

MediaParser.app Snapshoot The architecture about the media file will be listed in the left frame of the MediaParser.app, after pressed "open file" to specify the input file.

Feedback

Public technical discussion on github is preferred. Post your bugs or questions at Issues.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].