• Stars
    star
    337
  • Rank 125,272 (Top 3 %)
  • Language
    C++
  • License
    Apache License 2.0
  • Created almost 7 years ago
  • Updated almost 7 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

仿照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.

More Repositories

1

KSYLive_iOS

金山云直播SDK [ iOS推流+播放 ]融合版 支持美颜滤镜(Beauty Filter)、美声(Beauty Voice)、软硬编(Software/Hardware Encoder) 、网络自适应(Network Auto Adapt)、混音(Audio Mixer)、混响(Reverb)、画中画(PIP)
Objective-C
937
star
2

KSYMediaPlayer_Android

金山云Android播放SDK(KSYUN Live Streaming player SDK),支持RTMP HTTP-FLV HLS 协议(supporting RTMP HTTP-FLV HLS protocol),直播延时2-3秒(Living delay 2 or 3 seconds),supporting jitter control,software&hardware decode
Java
843
star
3

KSYMediaPlayer_iOS

金山云iOS播放SDK(KSYUN Live Streaming player SDK),支持RTMP HTTP-FLV HLS 协议(supporting RTMP HTTP-FLV HLS protocol),直播延时2-3秒(Living delay 2 or 3 seconds)
Objective-C
554
star
4

KSYLive_Android

Android播放&推流融合版本[Android Play and LiveStreaming SDK] 直播延时2-3秒(Living delay 2 or 3 seconds),supporting jitter control,software&hardware decode, 支持内置/自定义美颜(Beauty Filter)、美声(Beauty Voice)、软硬编(Software/Hardware Encoder) 、网络自适应(Network Auto Adapt)、混音(Voice Mixer)、混响(Reverb)、画中画(PIP) 、连麦(RTC)、动态贴纸(Sticker)
Java
333
star
5

ks265codec

ks cloud hevc(h265) encoder decoder test and description
C
208
star
6

h265webplayer

h265webplayer是金山云的Web端H.265视频播放器,该播放器Web SDK让您可以在支持WebAssembly的浏览器上播放FLVhttp-flv协议的直播视频和mp4格式的点播视频。
HTML
205
star
7

ksplayer-web

KSPlayer是金山云的Web端视频播放器,该播放器Web SDK让您可以在所有主要的桌面和移动端浏览器上播放mp4,m3u8格式的点播视频和rtmp、hls、http-flv协议的直播视频。KSPlayer基于video.js框架开发,提供更稳定和易于使用的API。
136
star
8

ksyhttpcache_android

金山云android平台http缓存SDK,可方便地与播放器集成,实现http视频边播放边下载(缓存)功能。ksyun http cache sdk for android, it's easy to integrated with media players to provide caching capability when watching http videos.
Java
87
star
9

ksyhttpcache_ios

金山云ios平台http缓存SDK,可方便地与播放器集成,实现http视频边播放边下载(缓存)功能。ksyun http cache sdk for ios platform, it's easy to integrated with media players to provide caching capability when watching http videos.
Objective-C
68
star
10

KSYAirStreamer_iOS

金山云 iOS Airplay 录屏直播SDK
Objective-C
46
star
11

AudioPlotView

音频波形图开源实现 powered by KSYUN
Objective-C
34
star
12

KSYMediaEditorKit_iOS

Objective-C
12
star
13

KSVSShortVideoKit_Android

短视频解决方案专为客户提供端到云到端的一站式解决方案
11
star
14

UnionMobileStreaming_Android

Union Mobile SDK for Live Streaming on Android platform
C
10
star
15

KSVSShortVideoCore_Android

短视频解决方案专为客户提供端到云到端的一站式解决方案
9
star
16

KSVSShortVideoKit_iOS

Objective-C
6
star
17

LQA_iOS

金山云直播问答iOS SDK
Objective-C
5
star
18

ksproxy

KSC认证代理服务程序
Python
4
star
19

UnionMobileStreaming_iOS

Union Mobile SDK for Live Streaming on iOS platform
Objective-C
4
star
20

LQA_Android

金山云直播问答Android SDK
Java
4
star
21

KSVSShortVideoCore_iOS

金山云短视频解决方案Core版,提供视频上传接口
Objective-C
3
star
22

KSYMediaEditorMV

金山云短视频MV主页,提供MV独立制作相关教程,并提供开源的多个MV资源包。
2
star
23

KSYPhotoPickerKit

Resource picker for photo and video in iOS album, with all open source under Apache License.
Objective-C
2
star