本文介绍了如何读取视频格式信息的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

是有可能改为在.NET AVI或MPEG文件格式的信息?例如:codeC所使用的视频lenght,比特率等?我不知道在哪里可以找到它变成我的视频......

is it possible to "read" Avi or MPEG file format information in .NET ?For example: codec used, the video lenght, bitrate and so on ?I don't know where to find it into my video....

感谢

推荐答案

下面是一个示例应用程序+源$ C ​​$ C:的。它是纯C#,所以你应该能够使用单声道。

Here is a sample application + source code : http://www.codeproject.com/KB/files/riffparser.aspx . It is in pure c# so you should be able to use it on mono.

这篇关于如何读取视频格式信息的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

08-20 02:13