与在java中播放声音/视频相关的一组问题

发布于 2024-11-27 00:57:24 字数 417 浏览 1 评论 0原文

我想问一些与 Java Sound 相关的问题,如下所示:

  • 我可以使用 xuggler 与 netbeans ?
  • 如果是的话,谁能告诉我出路吗?
  • xuggler 能够解码哪些音频和视频格式
  • xuggler 是在 java 中播放音频和视频的最佳开源库吗?
  • JLayer 是一个播放音频文件的好库吗?
  • 我可以使用JLayer来播放视频文件吗?

我希望我的程序能够播放 mp3、wav、mp4、3gp 文件(常用) 哪个是最好使用的库?

There are some set of questions i wanted to ask related to Java Sound which are as follows :

  • Can i use xuggler with netbeans ?
  • If yes can anyone please tell the way out ?
  • What are the audio and video formats xuggler is able to decode
  • Is xuggler the best open source library to play audio and video in java ?
  • Is JLayer a good library to play audio files ?
  • Can i use JLayer to play video files ?

I want my program to play mp3,wav,mp4,3gp files (commonly used) which is the best library to use ?

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

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

发布评论

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

评论(1

垂暮老矣 2024-12-04 00:57:24

从上到下:

  • 是的,你尝试过什么?我刚刚安装了 Xuggler,然后添加了 jar,它的工作方式就像任何其他库一样。您无需进行任何特殊设置。
  • 如上所述,您必须更具体地说明问题所在。它不应该需要任何特殊的东西。
  • 这取决于,但基本上 ffmpeg 支持的任何东西。有关更多具体信息,请参阅此处
  • 如果你没有做任何编码/转码工作,而你所做的只是播放视频,我个人会说不,这不是最好的。它的工作水平太低了,像 VLCJ 这样的东西可能是一个更好的选择,使用进程外播放器来确保一切正常工作。设置起来需要一些努力,但是一旦你有了它,你就不会有任何稳定性问题,而且它几乎支持任何格式。
  • 嗯,是的,但是如果您已经在使用 VLCJ 之类的东西,那么它可以为您处理类似的所有事情。
  • 除非我遗漏了一些东西(如果我错了,请纠正我)不。

From the top down:

  • Yes, what have you tried? I just installed Xuggler then added the jars and it worked like any other library would. There's nothing special you need to set it up.
  • As above, you'll have to be more specific over what's wrong. It shouldn't require anything special.
  • It depends, but basically anything ffmpeg supports. For more specific information see here.
  • If you're not doing any encoding / transcoding work and all you're doing is playing videos, I'd personally say no, it's not the best. It works on much too low a level, something like VLCJ would probably be a better option using out of process players to make sure it all works correctly. A bit of effort to set up but once you have it there you shouldn't have any problems stability wise, and it'll support pretty much any format out there.
  • Well, yes, but if you're using something like VLCJ already then that can handle everything like that for you.
  • Unless I'm missing something (correct me someone if I'm wrong on this) no.
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文