mplayer -ao pcm:文件=C:\x.wav

mplayer -ao pcm:文件=C:\x.wav

不确定应该将这篇文章发布在哪里...

无论如何,如果我在 Windows XP 控制台中运行以下命令,它会给我一个奇怪的错误,我不知道为什么。

mplayer "1.mp3" -vc "null" -vo "null" -ao "pcm:file=C:\1.wav"

Could not parse arguments at the position indicated below:
file=C:\1.wav
       ^
Failed to initialize audio driver 'pcm:file=C:\1.wav'
Could not open/initialize audio device -> no sound.

我从来没有遇到过这样的错误,而且它似乎不喜欢 X:\ 驱动器符号

答案1

http://lists.mplayerhq.hu/pipermail/mplayer-users/2009-January/075711.html

看来 mplayer "1.mp3" -vc "null" -vo "null" -ao pcm:file=\"C:\1.wav\" 可以解决问题:D

相关内容