SoundConverter

SoundConverter 是 GNOME环境下简单的音频转换器应用。此应用程序的速度比各种命令行工具快一些。

Github星跟踪图

SoundConverter 是 GNOME 环境下简单的音频转换器应用。它读取所有 GStreamer 库可以读取的所有格式(Ogg Vorbis, AAC, MP3, FLAC, WAV, AVI, MPEG, MOV, M4A, AC3, DTS, ALAC, MPC, Shorten, APE, SID, MOD, XM, S3M, etc...),并写入 Opus, Ogg Vorbis, FLAC, WAV, AAC, 和 MP3 文件,或者使用任何 GNOME Audio Profile

此应用程序的速度比各种命令行工具快一些。不是很多,然而不足以让我担心在可预见的未来的性能。如果你想要终极性能,命令行工具总是更可取的。

特性:

  • 清洁和简单的界面 -- GNOME HIG兼容接口。 只要完成工作,忘掉它。
  • 快速,多线程,转换 -- 在记录时间内处理大量文件。 最后使用所有这些内核。
  • 强大的自动重命名功能 -- 根据标签更改文件名并创建文件夹。 当你只需要点击一个按钮时,为什么要做无聊的任务?

概览

名称与所有者kassoulet/soundconverter
主编程语言Python
编程语言Python (语言数: 1)
平台Linux
许可证GNU General Public License v3.0
发布数36
最新版本名称4.0.5 (发布于 )
第一版名称release-0.9.9 (发布于 )
创建于2008-04-01 20:25:26
推送于2024-04-18 19:11:17
最后一次提交2015-11-19 13:31:57
星数218
关注者数14
派生数41
提交数888
已启用问题?
问题数0
打开的问题数0
拉请求数62
打开的拉请求数2
关闭的拉请求数7
已启用Wiki?
已存档?
是复刻?
已锁定?
是镜像?
是私有?

README for GNOME sound converter application

A simple sound converter application for the GNOME environment. It reads
anything the GStreamer library can read, and writes WAV, FLAC, MP3, and
Ogg Vorbis 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.

Supported audio formats

All file formats that GStreamer can read from should now be supported
(thanks to the wonderful "decodebin" element). The output formats are
more restricted, however, since there is no "encodebin" element to
magically convert to any format we might want.

========== ==========
Type Supported?
========== ==========
Ogg Vorbis yes
FLAC yes
Wave yes
MP3 yes
========== ==========

Copyright and acknowledgements
------------------------------, Copyright 2004 Lars Wirzenius, Copyright 2005-2017 Gautier Portet, thanks to:, Guillaume Bedot, Dominik Zabłotny, Noa Resare, Nil Gradisnik, Elias Autio, Thom Pischke, Qball Cow, Janis Blechert, Brendan Martens, Jason Martens, Wouter Stomp, Joe Wrigley, Jonh Wendell, Regis Floret, Toni Fiz, Seketeli Apelete, Cristiano Canguçu, Adolfo González Blázquez, Marc E., Tobias Kral, Hanno Böck, Pedro Alejandro López-Valencia, James Lee, Christopher Barrington-Leigh, Thomas Schwing, Remi Grolleau, Julien Gascard, Kamil Páral, Stefano Luciani, Martin Seifert, Claudio Saavedra, Ken Harris, Jon Arnold, Major Kong, Uwe Bugla, This program is free software; you can redistribute it and/or modify it
under the terms of the GNU General Public License as published by the
Free Software Foundation; version 3 of the License.

This program is distributed in the hope that it will be useful, but
WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General
Public License for more details.

You should have received a copy of the GNU General Public License along
with this program; if not, write to the Free Software Foundation, Inc.,
59 Temple Place, Suite 330, Boston, MA 02111-1307 USA

Building and installation

To build from the latest source, use::

git clone https://github.com/kassoulet/soundconverter.git
cd soundconverter
./autogen.sh
make
sudo make install

It is also available in the arch repositories::

sudo pacman -S soundconverter

As well as the debian repositories::

sudo apt install soundconverter

Testing

To start unittests, use::

make test
去到顶部