Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用 ubuntu 8.10。我想知道我需要做什么才能让 SOX 处理 MP4 文件。
您确定 SOX 对他们有任何支持吗?您可能必须使用单独的编码器/解码器来转入/转出 mp4。
是的..sox 支持 mp4、m4p 和 m4a。它们在 pdf 手册中被标记为可选。也许必须从源文件编译 sox,例如 sox(version number).tar.gz 源包...使用存档管理器解压缩它,然后执行 make、make install 等操作...同时包括附加的mp4 类型文件的选项。检查包中的 README 文件以确保。