必威体育Betway必威体育官网
当前位置:首页 > IT技术

MediaInfo使用实例(1)

时间:2019-08-12 13:45:22来源:IT技术作者:seo实验室小编阅读:50次「手机版」
 

mediainfo

#include "stdafx.h"

#include <iOStream>

#include <iomanip>

#include "MediainfoDLL.h" //Dynamicly-loaded library (.dll or .so)  

using namespace MediaInfoDLL;

using namespace std;

MediaInfo MI;

String all;

String strFile = L"a.mp4";

String strComplete = L"Complete";

MI.Open(strFile);

MI.Option(strComplete);

all = MI.Inform();

//时间戳

String duration = MI.Get(Stream_General, 0, _T("Duration"));

Dword nsecondtime = _wtol(duration.c_str());

String fileSize = MI.Get(Stream_General, 0, _T("FileSize"));

String AudioCount = MI.Get(Stream_General, 0, _T("AudioCount"));

String StreamCount = MI.Get(Stream_General, 0, _T("StreamCount"));

MI.Close();

相关阅读

如何使用一个手机号注册两个微信号!

大家都知道,现在的微信更新以后手机就不能解绑了,只能换绑,有很多时候我们需要两个微信号,特别是做销售和做微商的朋友,难道我们必须再

MentoHUST的使用教程

本文是MentoHUST的使用教程,旨在介绍MentoHUST怎么用,MentoHUST是一个支持Windows、Linux、Mac OS下锐捷认证的程序(附带支持赛尔认

nutz使用

一:POM依赖<dependency> <groupId>org.nutz</groupId> <artifactId>nutz</artifactId> <version>1.r.56</version> </depend

SecureCRT绿色破解版(解压即可使用、无需积分)

百度网盘提取地址: 链接: https://pan.baidu.com/s/1-sdPFBGRQGforBDjdZQTBA 提取码: pdhn

日常生活小技巧 -- 示波器和万用表的使用

一、示波器的使用最近在讲的MPU6050开发里有涉及到 I2C ,之前将的 S5PV210开发 又讲到了 UART。两者皆要用示波器来进行测量一下的

分享到:

栏目导航

推荐阅读

热门阅读