Accessing audio/video metadata with .NET

前端 未结 7 498
礼貌的吻别
礼貌的吻别 2020-12-29 13:22

What is the best way to get and set the meta data for mp3, mp4, avi files etc. with .NET?

7条回答
  •  灰色年华
    2020-12-29 13:58

    These are the example class files for different languages found in the MediaInfo.dll zip

    • MediaInfoDLL.cs
    • MediaInfoDLL.def
    • MediaInfoDLL.h
    • MediaInfoDLL.java
    • MediaInfoDLL.jsl
    • MediaInfoDLL.pas
    • MediaInfoDLL.py
    • MediaInfoDLL.vb
    • MediaInfoDLL_Static.h

    You do have to use interop and I don't know if you can edit tags, I've never needed to do that but it's pretty much a swiss army knife at least for getting media information from files.

    Link to downloads page (sourceforge)

    MediaInfo_0.7.7.4_DLL_Win32.zip

提交回复
热议问题