从FLV中提取音频数据并注入MP3
我需要从 FLV 中提取音频数据并使用 C# 将其注入 MP3 中。所以我正在寻找一个库来实现这个目的,或者如何使用原始数据/文件结构来实现它。
I need to extract the audio data from a FLV and inject it into a MP3 with C#. So I'm look for either a library for this or how to do it with the rawdata/file structure.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
看看FLVExtract。 oss flv 音频流提取器。
编辑:
感兴趣的文件位于
Library
文件夹下。要在您的项目中使用它们,请尝试以下操作:Take a look at FLVExtract. An oss flv audio stream extractor.
Edit:
The files of interest are under the
Library
folder. To use them in your project try this: