LoginSignup
1
1

More than 5 years have passed since last update.

SoundconverterにMP3プラグインを入れる(Ubuntu 16.04)

Posted at

soundconverter

logo.png

便利なサウンド変換ソフトです.
(ffmpegを使えばそんなものいらないよ,というのは承知の上ですが)

to MP3変換を行うにはプラグインが別途必要

ソフトを起動し,設定を見ると一番下に 「MP3のプラグインが無い インストール方法はこちら」みたいなものがあります.
が,これはもう古いので話しになりません.

プラグインは検索して入れる

リポジトリ検索
https://packages.ubuntu.com/
gstreamer とでも検索すればいいでしょう.

結果としてgstreamerのuglyがいいので,これ
https://packages.ubuntu.com/xenial/gstreamer1.0-plugins-ugly


sudo apt install gstreamer1.0-plugins-ugly

これで完了.

1
1
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
1
1