Air on mobile with FFmpeg
Hi, I've searched a lot here and all over the net and couldn't find answer to this so decided to ask it here. Is it possible to use FFmpeg in a mobile air app. I need to play many video formats so FFmpeg can be used to first convert and then to display them in the app. I've done similar thing in a desktop air app but there I was calling an executable of FFmpeg and my app was listening when it finishes converting and then continued with its tasks. For the mobile I was thinking for a way to embed the FFmpeg inside the app but I really couldn't understand if that is possible at all. Thanks