Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
AVIファイルのタイトル、アーティスト、およびその他のそのようなプロパティを表示および設定できるC#用のライブラリ(おそらくffmpeg、実際には使用されていません)はありますか?
サードタグリブシャープ。
TagLib.File f = TagLib.File.Create(path); f.Tag.Album = "New Album Title"; f.Save();
答えはここから取られました。