• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

How can I make a player support AVI video playback in Android except intergrating FFmpeg?

I'm not a dev, but I know .AVI(Audio Video Interleave) is a container file that can contain a variety of video and audio codecs, like MPEG, H.264. etc. So if you don't use the FFmpeg codec library, you'll have to find another source, or make your own codecs.
 
I'm not a dev, but I know .AVI(Audio Video Interleave) is a container file that can contain a variety of video and audio codecs, like MPEG, H.264. etc. So if you don't use the FFmpeg codec library, you'll have to find another source, or make your own codecs.
搞自己的编解码器成本有点大啊
 
Back
Top Bottom