Вопрос

I currently post mp3s to a site and stream it to users. However, I record in m4a and that doesn't stream unless you use flash or some special html5 implementations.

I'd like to be able to upload m4as to the site and have it converted to mp3.

There are a few implementations that wrap ffmpeg for .net, but few have any documentation (FFLIB.NET, FFmpeg.NET, FFMpeg-sharp), especially with non-video formats.

Does anyone have any ideas about tackling this issue, or maybe some alternatives? I don't believe my host (Arvixe) supports Python on its ASP.NET packages...

EDIT: I selected Jorge's answer as, with the comments as further context, it mostly answers my question.

Это было полезно?

Решение

There was already a discussion about that, your code can easily run even if asp.net was not mentioned, because in the end, asp.net is only on top of the .net framework.

How do I convert an M4A file to an MP3 or WMA file programmatically?

hope it helps,

Лицензировано под: CC-BY-SA с атрибуция
Не связан с StackOverflow
scroll top