mac コマンドラインで mp3を変換する

● mac コマンドラインで mp3を変換する

brew install ffmpeg
ffmpeg -i <input-file> -f mp3 -b:a 192k <output-file>

No.239
06/30 14:16

edit