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
星數217
關注者數15
派生數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
去到頂部