Linux下的音频转换工具Soundconverter

Soundconverter是Linux系统下的GNOME音频转换开源工具。遵守GPL开源协议。软件基于Python编写。支持导入的音频格式包括:Ogg , AAC, MP3, FLAC, WAV, AVI, MPEG, MOV, M4A, AC3, DTS, ALAC, MPC, Shorten, APE, SID, MOD, XM, S3M等,输出格式支持 Opus, Ogg , FLAC, WAV, AAC, 以及MP3 。软件特色:简单清爽的界面。快速多线程转换。自动批量命名:可根据文件名或Tag自动创建文件夹。

[repo owner=”kassoulet” name=”soundconverter”]

---------------------------------------------------------------

GNOME powered sound conversion.

soundconverter.org

SoundConverter

A simple sound converter application for the GNOME environment. It reads anything the GStreamer library can read, and writes Ogg Vorbis, FLAC, Wave, MP3 and M4A files.

This application is somewhat less fast than various command line tools. Not a whole lot, however, and not enough to make me worry about performance for the foreseeable future. If you want ultimate performance, the command line tools are always going to be preferable.

SoundConverter Screenshot

SoundConverter Screenshot

Building and Installation

Ubuntu and Arch packages exist in the official repositories.

Installing from source requires distutils-extra

git clone https://github.com/kassoulet/soundconverter.git
cd soundconverter
git checkout py3k
sudo python3 setup.py install
soundconverter

Help

For command line args, see

soundconverter --help
gst-launch-1.0 --help-gst

and https://gstreamer.freedesktop.org/documentation/application-development/appendix/checklist-element.html

Testing

To start unittests, use

sudo python3 setup.py install
python3 tests/test.py
python3 tests/test.py discoverer.DiscovererTest.test_read_tags
from

https://github.com/kassoulet/soundconverter