Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我的目标是通过结合音频剪辑和Android图像来构建视频文件。
使用 cygwin,我能够通过组合图像和音频剪辑来创建视频,如下所示:
ffmpeg -i allmapeople.mp3 -i Penguins.jpg video_finale.mpg
但我希望这发生在我的 eclipse 项目中的移动设备中。
请告诉我这应该怎么做......