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是一个支持Windows、Linux、Mac OS下锐捷认证的程序(附带支持赛尔认
一:POM依赖<dependency> <groupId>org.nutz</groupId> <artifactId>nutz</artifactId> <version>1.r.56</version> </depend
百度网盘提取地址: 链接: https://pan.baidu.com/s/1-sdPFBGRQGforBDjdZQTBA 提取码: pdhn
一、示波器的使用最近在讲的MPU6050开发里有涉及到 I2C ,之前将的 S5PV210开发 又讲到了 UART。两者皆要用示波器来进行测量一下的