修改这个java类以输出AAC而不是MP3

发布于 2024-12-01 22:36:36 字数 504 浏览 4 评论 0原文

我有两个不同的 FLV 视频。第一个视频的音频以 MP3 格式编码,第二视频的音频以 AAC 格式编码。我找到了一个 java 类,我已成功使用它从第一个 FLV 视频中剥离 MP3。是否可以修改此类以从第二个 FLV 视频中删除 AAC 音频?我已经尝试了很多事情,但到目前为止没有任何效果,我只是没有任何进一步的想法。希望我只是错过了一些简单的事情并犯了一个很容易纠正的愚蠢错误。非常感谢任何帮助!谢谢你!

以下是 java 类的链接: http://youtensils.googlecode.com/svn/trunk/youtensils-plugin/src/org/youtensils/client/plugin/audio/FlvAudioStream.java

I have two different FLV videos. The first video's audio is encoded in MP3 format and the second video's audio is encoded as AAC. I have found a java class that I have successfully used to strip the MP3 from the first FLV video. Can this class be modified to strip the AAC audio from the second FLV video as well? I've tried many things and nothing so far has worked and I'm simply out of any further ideas. Hopefully I am just missing something simple and making a dumb mistake that is easy to correct. Any help at all is very much so appreciated! Thank you!

Here is the link to the java class: http://youtensils.googlecode.com/svn/trunk/youtensils-plugin/src/org/youtensils/client/plugin/audio/FlvAudioStream.java

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

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

发布评论

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

评论(2

雨落□心尘 2024-12-08 22:36:36

http://moitah.net/ 用于从 FLV 文件中提取视频和音频,无需解压缩或重新压缩

http://moitah.net/ for Extracting video and audio from FLV files without decompressing or recompressing

书间行客 2024-12-08 22:36:36

您可以尝试使用 JAAD 从视频文件中解码 AAC。
这里是该网站的链接

you can try using JAAD to decode AAC from a video file..
here is a link to the site.

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