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.
我对使用 java 进行图像捕获非常陌生。哪个更好也更容易实现 Xuggle 或 ffmpeg 用于帧捕获和制作具有音频和视频的视频。我看过 xuggle 和 ffmpeg,但无法从两者中得到一个像样的教程。任何提示或教程将不胜感激。谢谢你。
你的问题的前提并不完全正确。Xuggle 是一个围绕 Ffmpeg 构建的框架,可以更轻松地在 Java 中使用 Ffmpeg。Ffmpeg 是捕捉视频的东西,而 Xuggle 基本上只是一种告诉 Ffmpeg 做什么的方式。如果你使用 Xuggle,你将*使用 Ffmpeg。
*您可以将其配置为使用其他编解码器,但这并不容易而且毫无意义。