我们正在开发一种甲状腺素应用系统,它将3GP文档转换为 。 FLV和上载到网络服务器。
我们完成了将文件上载到网络服务器的总体框架。 但是,我们正面临着将3P-3改为FLV的问题。
我们探索了眼光,并找到了可行的解决办法。
- We are using Windows OS
- We managed to install the NDK r7
- We managed to install cygwin.
- We downloaded the latest ffmpeg
Now we need to compile the FFMPEG using the android NDK and use FFMPEG to convert the video file.
Could someone help me to compile ffmpeg on android (windows)? Or is there any other way simplest way to convert a video?