Accessing audio/video metadata with .NET

前端 未结 7 477
礼貌的吻别
礼貌的吻别 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 14:15

    I've recently used Tag Lib Sharp to write some C# apps for cleaning up and maintaining my music library. I found the library very easy to use and although i've only used it for MP3's, it appears to support a range of other music/video formats.

提交回复
热议问题