修改这个java类以输出AAC而不是MP3
我有两个不同的 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
http://moitah.net/ 用于从 FLV 文件中提取视频和音频,无需解压缩或重新压缩
http://moitah.net/ for Extracting video and audio from FLV files without decompressing or recompressing
您可以尝试使用 JAAD 从视频文件中解码 AAC。
这里是该网站的链接。
you can try using JAAD to decode AAC from a video file..
here is a link to the site.