Open1

ffmpegを使用して MP4の動画から WAV 1channel PCM に変換するコマンド

PINTOPINTO
$ ffmpeg -i test.mp4 -ac 1 -f wav test.wav