0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

mp3を一括でCBR 320k 48Khzにアップコンバートするコマンド

Last updated at Posted at 2020-11-29

これは何

特定のビットレート以下のmp3を一括でアップコンバートするコマンド。
もちろん、もとの音質が悪すぎる場合はやっても効果はないです。mp3って非可逆圧縮だし。

source

tknr/upconvert_mp3

requires

ffmpeg
sox

install

cloneしてから

install.sh

で /usr/local/bin/upconvert_mp3 が配置される

usage

upconvert_mp3 [-b アップコンバート先ビットレート デフォは320] [-t これ以下のビットレートなら320kにアップコンバートするよという指定 デフォは160] [-r アップコンバート先ビットレート デフォは48000] [-d 対象フォルダ]

以上!((c)厚切りジェイソン)

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?