Re: [Flashcoders] can audio be extracted from .flv (audio only) and converted to .mp3 using AS3?

2008-10-09 Thread Glen Pike
Hi, I have been looking into this and ffmpeg should now be able to extract the MP3 from an FLV - a recent update includes the Nelly Moser codec. All my bookmarks are at work, but I will forward them tomorrow and if you are still stuck, I will post them. If you google flv mp3 ffmpeg

Re: [Flashcoders] can audio be extracted from .flv (audio only) and converted to .mp3 using AS3?

2008-10-08 Thread Juan Pablo Califano
I've tried (but not used extensively) Moyea FLV Converter SDK for extracting Nellymoser encoded audio. I has a command line interface so you can use it programmatically from the server side. I tried with .NET and I think it's Windows only, though, so if you're running php on Linux, it's probably

Re: [Flashcoders] can audio be extracted from .flv (audio only) and converted to .mp3 using AS3?

2008-10-08 Thread BOYD SPEER
Thanks , Juan! can a php script interact with this converter (or how would you hook into this from a .swf that is running on a client machine?) I would like to save a streaming audio on Red5 streaming server and then quickly do the conversion and play it as an.mp3 so I can use the new sound api

Re: [Flashcoders] can audio be extracted from .flv (audio only) and converted to .mp3 using AS3?

2008-10-08 Thread Juan Pablo Califano
I think you can use exec, passthru, shell_exec or some other similiar function from the php side to run the program on the server as an external process (I never did that, but with the proper permissions, I believe it's possible). So, you would tell this program to extract the audio data to some