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.
我有一个 mp4 文件,我想提取音频。(最好是 flac 格式。)
我可以用 ffmpeg 命令做到这一点:
$ ffmpeg -i infilename.mp4 -acodec flac outfilename.flac
不幸的是,我的 Ubuntu 14.04 没有 ffmpeg 命令,而是有 mencoder 命令。
我的问题是如何使用 mencoder 命令从电影文件中提取音频?