如何配置 sox 以在 mp4 上工作?
我使用的是ubuntu 8.10。我想知道需要做什么才能让 SOX 处理 MP4 文件。
I am using ubuntu 8.10. I wanted to know what I need to do to get SOX to work on MP4 files.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
是的..sox 支持 mp4、m4p 和m4a。它们在 pdf 手册中被标记为可选。也许必须从源文件编译 sox,例如 sox(版本号).tar.gz 源包...使用存档管理器解压它,然后执行诸如 make、make install 等操作...同时包括附加的mp4 类型文件的选项。查看包中的 README 文件进行确认。
Yes..sox has support for mp4, m4p, & m4a. They're marked as optional in the pdf manual. Perhaps one has to compile sox from the source files e.g. the sox(version number).tar.gz source package...unpack it using an archive manager, then do something like make, make install, etc... while including the additional option for the mp4 types of files. Checkout the README file in the package to make sure.
您确定 SOX 为他们提供支持吗?您可能需要使用单独的编码器/解码器来转至 mp4 或从 mp4 转出。
Are you sure there's any support in SOX for them? You may have to use a separate encoder/decoder to go to/from mp4.