convert flac to mp3 linux ubuntu download for windows 7 home edition

Ubuntu-fr

Table des matières

Le format audio Flac

Qu'est-ce que le Flac ?

Le Free Lossless Audio Codec (Flac) est un codec libre de compression audio sans perte. À l'inverse de formats tels que MP3 ou l'Ogg-Vorbis, il n'enlève aucune information au flux audio. On aura alors exactement la même qualité qu'un CD.

Le Flac a toutes les caractéristiques d'un format moderne : notamment il intègre les métadonnées et les images de couverture.

Il est libre et open source, ne nécessitant pas le paiement de redevances – contrairement au Mp3.

Sous Ubuntu, il est parfaitement supporté par la plupart des logiciels. Le support du Flac pour les appareils portables commence à s'étendre (Android le supporte depuis 3.1)

John Coalson est le premier auteur de FLAC.

Sur des enceintes, la différence entre le Flac et le Mp3 s'entend très nettement. Il peut être intéressant d'utiliser du Flac, même si il prend beaucoup plus de place que du Mp3 ou du OggVorbis.

À toute utilisation de la commande flac , on peut plutôt écrire flac -8 pour une meilleure compression.

Conversion depuis d'autres formats sans perte

Depuis un CD

Vous pouvez alors être certains d'avoir la qualité maximale.

De nombreux logiciels permettent d'extraire un CD en Flac. Sound-Juicer est simple d'utilisation. On notera bien sûr aussi K3b, plus développé.

Depuis n'importe quel format géré par GStreamer (WavPack et Ape inclus)

SoundConverter convertit des fichiers audios dans tout format géré par GStreamer. Une sortie en FLAC doit être choisie dans les "Préférences". Pour installer ce logiciel :

Depuis du WavPack

Le WavPack (.wv) et le Flac offrent la même qualité, mais le Flac est plus répandu et a plus de possibilités. De plus, le WavPack ne supporte pas bien les tags. Il faudra installer le codec Wavpack, non installé de base ( sudo apt-get install wavpack ).

Convertir en Flac

Ceci créera un fichier mon_fichier.flac .

Pour une plus forte compression, on peut écrire :

Depuis du Ape

Avec une ligne de commande

C'est un travail pour "avconv", une commande fournie par le paquet "libav-tools". Il nous faut donc l'installer :

Voilà comment convertir un fichier nommé "fichier-audio.ape" :

Une boucle "for" nous permet la conversion de nombreux fichiers Ape présents dans le répertoire courant :

Couper un unique fichier avec un fichier .cue

Avec une ligne de commande

Il nous faut installer shntool :

Pour que les fichiers soient nommés en fonction des numéros et noms de pistes (sinon, voyez le manuel de shntool et adapter l'argument de l'option -t) :

Avec une interface graphique

Compression vers des formats avec perte

Il est maintenant intéressant de compresser des fichiers, pour

Dans le premier cas, l'OggVorbis est conseillé : Parfaitement supporté sous Ubuntu, il offre une meilleure qualité que la plupart des formats avec perte, pour une même taille de fichier.

Dans le second cas, l'OggVorbis n'étant pas plus répandu que le Flac, on privilégiera le Mp3.

Compresser en Ogg

Le paquet apt://vorbis-tools est nécessaire (normalement installé de base)

Ceci va créer des fichiers *.ogg .

L'option '-q9' qualité 9 est équivalente à

Compresser en Mp3

Le paquet apt://lame est nécessaire (normalement installé de base)

L'option '-V2' indique la qualité. 0(zero) = haute qualité et 9 = basse qualité . par default '-V4'

FLAC Surround

Le FLAC est également capable de gérer plusieurs canaux audio (multi-channels). En possession d'une bande-son de film (5.1 ou 7.1) ou même d'un DVD-Audio (5.1 ou 7.1), il peut être plaisant de conserver cette dimension sonore sans pour autant en subir la consommation d'espace disque. En effet, un son 7.1 comprend 8 canaux, ce qui signifie que la taille du fichier 7.1 en question prend approximativement 4 fois plus de place qu'un fichier Stéréo (2.0). D'où l'utilité de compresser tout cela en FLAC.

L'organisation des canaux dans un fichier audio comportant plusieurs voies est définie selon un ordre précis qui permet, lors du décodage du fichier son, de bien obtenir la voie centrale sur l'enceinte centrale, la voie latérale gauche sur l'enceinte latérale gauche, etc. Sur le site officiel, la documentation du codec FLAC définit un ordre particulier pour les fichiers FLAC Surround : Documentation

On y voit que le standard est défini pour du 5.1, mais pas pour un nombre plus important de canaux.

Ayant fait les tests avec MPlayer, un lecteur multimédia performant, voici donc l'organisation des canaux dans les fichiers FLAC (je me base sur MPlayer car il me semble optimal pour une utilisation Home Cinema avec sa prise en charge du décodage par GPU parfaitement intégrée : MPlayer et la Bibliothèque VDPAU).

Organisation 5.1 (6 canaux) :

Organisation 7.1 (8 canaux) :

À ce jour (juin 2010), la version proposée dans les dépôts officiels (y compris pour Lucid) n'est pas assez récente et ne propose pas de support des sons FLAC Surround (inversion de cannaux, etc…) On voit sur ce post que le problème a été reporté aux développeurs de MPlayer. Résultat : la version SVN reconnaît le format et assigne parfaitement les 6 ou 8 canaux !

Voir aussi

Contributeurs : Mr_Djez, linux4life (Surround)

Le contenu de ce wiki est sous licence : CC BY-SA v3.0

Convert flac to mp3 linux ubuntu

Get via App Store Read this post in our app!

What is the proper way to convert .flac files to 320 kBit/sec .mp3?

My latest challenge is finding out the correct way to convert several .flac files to 320k .mp3's. Does anyone know how to do this, maybe with avconv , without using an elaborate python script, decompressing the files to .wav first, or any other complicated scheme?

First of all you must make sure that it's installed.

It should have lame and flac codecs, now is just create a bash script to finish the job:

Here the shell will wait for your commands, copy and paste this:

Now press Ctrl + D . Make your script executable chmod +x flac2mp3 . Now go you can use it like this:

You can also copy the script to somewhere in your PATH and then cd to the directory with the flacs and execute it.

With regards to the following parameter used above:

will not actually give you a exact 320k file, although it is probably the best setting to use anyway. The suggested settings actually give a target bitrate of 245 kbits/s with a range of 220-260. If you really wanted 320k mp3s you would have to go to CBR and use:

but you would need great ears to notice the difference.

For Single File i use this and its work perfect for me.

This script will convert all the files in the current directory to mp3 or just about any file extension you wish from just about any audio video filetype.

I've named the script mp423 because it's easy to remember and common filetypes although you can convert any type.

Here's a use example. Save the script to your home directory and don't forget to make it executable. There is no need to provide any filename or path. Just cd into the directory where the files are and then run the script like this:

Another example converting all mp4 files in a directory to mp3:

Convert all mp4 to m4a:

This comes in handy when you have an entire directory full of files you need to convert.

If you only have one or two files you want to convert, just make a directory to run the files in.

Ubuntu

Apps Directory

Sound Converter

  • Ubuntu 13.10
  • Ubuntu 13.04
  • Ubuntu 12.10
  • Ubuntu 12.04
  • Ubuntu 11.10
  • Ubuntu 11.04
  • Ubuntu 10.04

Sound Converter

Convert audio files into other formats

SoundConverter is a simple sound converter application for the GNOME environment. It reads sound files in any format supported by GStreamer and outputs them in Ogg Vorbis, FLAC, or WAV format, or MP3 format if you have the GStreamer LAME plugin.

© 2012 Canonical Ltd. Ubuntu and Canonical are registered trademarks of Canonical Ltd.

Convert flac to mp3 on the ubuntu command line

Hi again, The flac format is great. Though huge and not always supported by some MP3 players. Here is a quick way of converting flac to mp3. First lets download the required software:

Then cd into the folder of origin and do this:

So what does it mean? Well, the for is for recursively go through the current folder and get the flac files one by one

Though if you convert files regularly a script or alias might be to consider. With this alias you just cd into the folder and type flac2mp3.

Post navigation

Leave a Reply Cancel reply

a Swedish programming Viking in Barcelona, Spain

a programmers blog

Most posts are about good stuff needed to be done but not frequently enough to be remembered so a quick peak here and hardly any time was lost ;)

Mainly covering Linux, PHP and Android but it could be about anything really.

Convert flac to mp3 linux ubuntu

Get via App Store Read this post in our app!

Convert FLAC files to OGG Vorbis

Are there any Linux tools for transcoding and syncing music directories?

I encode my music to FLAC, which I keep on an external hard drive. Some time ago I transcoded this collection to OGG Vorbis, in a different directory. Since then I have added to the FLAC collection. I am looking for a tool that scans my main (FLAC) collection and transcodes any new additions into the smaller (Vorbis) collection.

What I have in mind is something that worked like Unison or Rsync (but was able to ignore the fact that the files are in different formats) but also transcoded during the copy process.

Are there any tools that do something like this?

You can use a graphical converter like soundconverter. However, since you need to add it to the ogg collection, I believe you might be looking for some command line solutions. You can probably try,

Once, you have identified an efficient way for file conversion, doing a rsync based on difference of files would be the next step to go.

Convert flac to mp3 on the ubuntu command line

Hi again, The flac format is great. Though huge and not always supported by some MP3 players. Here is a quick way of converting flac to mp3. First lets download the required software:

Then cd into the folder of origin and do this:

So what does it mean? Well, the for is for recursively go through the current folder and get the flac files one by one

Though if you convert files regularly a script or alias might be to consider. With this alias you just cd into the folder and type flac2mp3.

Post navigation

Leave a Reply Cancel reply

a Swedish programming Viking in Barcelona, Spain

a programmers blog

Most posts are about good stuff needed to be done but not frequently enough to be remembered so a quick peak here and hardly any time was lost ;)

Mainly covering Linux, PHP and Android but it could be about anything really.