如何在C#中读取MKV电影文件的元数据?

前端之家收集整理的这篇文章主要介绍了如何在C#中读取MKV电影文件的元数据?前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。
如何在C#(或C或C或AS3)中读取MKV电影文件的元数据?

例如这样的

creator
Metadatacreator
hasKeyframes
hasVideo
hasAudio
hasMetaData
canSeekToEnd
duration
datasize
videosize
videocodecid
audiosize
audiocodecid
audiosamplerate
audiosamplesize
stereo
filesize
lasttimestamp
lastkeyframetimestamp
lastkeyframelocation
keyframes (filepositions,times)
width
height
framerate
videodatarate
audiodatarate

解决方法

总是试图解析 the header yourself.

我也看到了对EBML library being used to decode MKV files.的好运!祝你好运!

原文链接:https://www.f2er.com/csharp/238969.html

猜你在找的C#相关文章