C # version for mp4parser

I am looking for parsing mp4 for my .net application. I could not find the mp4 parser in .net.

Found mp4parser which is in java.

Please let me know if C # is available. if not, is it possible to use mp4parser with .net?

+4
source share
1 answer

I would suggest using FFMPEG to accomplish your task. More information on using ffmpeg with C # can be found at:

http://it.toolbox.com/blogs/rymoore/using-c-ffmpeg-11334

Sourceforge has a sample project integrating ffmpeg into a C # application.

http://sourceforge.net/projects/sharpffmpeg/files/

Here ais is a stackoverflow discussion related to C # and ffmpeg. You may also find this helpful.

Solid FFmpeg wrapper for C # /. NET

+2
source

All Articles