开发者

Metadata Extractor for .avi, .mkv, .mp4 files

开发者 https://www.devze.com 2023-02-17 00:39 出处:网络
I working on metadata of various file formats,extraction of these metadata and changing these 开发者_如何学JAVAmetadata. I found some java libraries for these but I want to implement these metadata ex

I working on metadata of various file formats,extraction of these metadata and changing these 开发者_如何学JAVAmetadata. I found some java libraries for these but I want to implement these metadata extractors in C.

Please somebody give me some advice for how to proceed for writing these extractors. I would be really happy if somebody can provide me good links regarding these also


I would suggest you take a look at libavformat, which is part of ffmpeg. It's a C library that parses essentially all important audio and video containers.

Here's the documentation: http://www.ffmpeg.org/documentation.html

0

精彩评论

暂无评论...
验证码 换一张
取 消