Using FFmpeg or wrapper to get mp3 from mp4 in C#
Posted
by Tom Allen
on Stack Overflow
See other posts from Stack Overflow
or by Tom Allen
Published on 2009-12-11T13:31:50Z
Indexed on
2010/06/03
6:44 UTC
Read the original article
Hit count: 281
I'm trying to extract an mp3 from a flash compatible mp4 file and have so far found FFMpeg and a bunch of different wrappers that all claim to be able to do the job.
Ideally, I'd like to not have to rely on shelling to the FFMpeg exe, but none of the wrappers I've tried seem to work....
Has anyone got any code or advice for how to go about this?
Thanks!
© Stack Overflow or respective owner