logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

xcfa - GTK+ Implementation of the GNU shell command.

Adding The Gpg Key

Withsudo:
       $ wget http://download.tuxfamily.org/xcfaudio/download/xcfaudio.key.asc -O - | sudo apt-key add -
       Withoutsudo:
       $ su root
       [Enter the password for root.]
       # wget http://download.tuxfamily.org/xcfaudio/download/xcfaudio.key.asc -O - | apt-key add -
       Anothersolutionwithroot:
       # gpg --keyserver subkeys.pgp.net --recv 00B21603DD5C7A79
       # gpg --export --armor 00B21603DD5C7A79 | sudo apt-key add -

Author

       XCFA is developed by Claude Bulin (xcfa@tuxfamily.org)

5.0.0                                           Fri, 16 Jan 2015                                         xcfa(1)

Changelog

       Read the ChangeLog file and view the source code.

Complementary Package Installation:

       See the RecoveryandComplementarypackageinstallation guide:
       http://www.xcfa.tuxfamily.org/index.php?static2/xcfa

Name

xcfa - GTK+ Implementation of the GNU shell command.

Sources.List

       Add the following lines to your [ /etc/apt/sources.list ] file for automatic updates:

       ##Xcfafori386andamd64
       deb http://download.tuxfamily.org/xcfaudio/xcfa dev contrib
       deb-src http://download.tuxfamily.org/xcfaudio/xcfa dev contrib

Synopsis

xcfa [OPTION]... [FILE]...

       -h,--help
              Displays this help section and exits.

       --version
              Displays the version of the program and exits.

       --verbose
              Activate verbose mode

       DESCRIPTIONInterface contains console tools (cdparanoia, lame, oggenc, ...).
              Allows extraction of audio from DVD to .wav format.
              Allows extracting audio from CD to formats such as: wav, mp3, flac, ogg, m4a, mpc, ape.
              Allows encoding audio to: wav, mp3, flac, ogg, m4a mpc, ape.
              Allows encoding the .wma format to: wav, mp3, flac, ogg, m4a mpc, ape.
              Allows cutting of files.
              Allows management of common file-types before converting.
              Allows management of bitrates, frequencies, and channels.
              Allows creation of CD covers.
              Developed with Gtk2 and Glade and runs under the X window system on the GNU platform.

Usage

       After the first launch, go to the Options tab and modify the settings to your liking.

See Also