捕获视频和以.3gp格式(fmj)存储在硬盘上

发布于 2024-08-20 08:41:07 字数 103 浏览 5 评论 0原文

我想开发一个 java 应用程序来从 USB 网络摄像头捕获视频并以 .3gp 格式存储到硬盘上。

请向我提供以 .3gp 格式存储视频的工作代码(如果有)。请帮助我的朋友们。

I want to develop a java application to capture video from a usb web cam and store in .3gp format onto the hard disk.

Please provide me working code (if any) that stores the video in .3gp format.please help me friends.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

情未る 2024-08-27 08:41:07

您必须从相机中抓取每一帧,然后应用与 3gp 格式相关的编码。看到这个,http://www.mediasoftpro.com/aspnet-3gp-encoder.html

You will have to grab each frame from camera and then apply the coding associated with 3gp format. See this, http://www.mediasoftpro.com/aspnet-3gp-encoder.html

亢潮 2024-08-27 08:41:07

假设您已经从相机中获得了网络图像,您可以使用 Xuggler 将它们编码为 3gp文件中的任何编解码器你想要的。

Assuming you have the web-images from your camera already, you can use Xuggler to encode them into a 3gp file in whatever codecs you want.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文