音声抽出

IT系

MP4からMP3を抜き出す

ubuntuでffmpegを用いてMP4ファイルからMP3を抜き出します% sudo apt install ffmpeg libavformat57% ffmpeg -i inMP4file -ab 256k outMP3file※ 12...