Visiblement, beaucoup de monde essaye d’installer MPD sans y parvenir selon ce que je vois passer dans les requêtes google qui passent ici.

Pour la configuration proprement dite, je vous invite à voir ce post qui était le plus complet possible à ce niveau.

Si vous n’arrivez simplement par à le trouver en faisant :

yum search mpd

Alors le problème est plus profond, bien que pas insurmontable !

Mais quel est le problème ?

Read the rest of this entry »

Written on August 26th, 2010 , Linux Tags: , , , , , , ,

I consider that we have 3 AC3 files :

  1. Sample1.ac3
  2. Sample2.ac3
  3. Sample3.ac3

Merge files

We want to merge these 3 files. Simply use the cat command :

cat *.ac3 > All.ac3
#normally *.ac3 tell
“Sample1.ac3 Sample2.ac3 Sample3.ac3” properly sorted. If you have a doubt, you will be allowed to use the full sentence.
cat Sample1.ac3 Sample2.ac3 Sample3.ac3 > All.ac3

The 3 files merged in one All.ac3.

Decode AC3 file

Lame doesn’t be able to read AC3 files, so we must convert them. a52dec is a decoder of ac3 file to a lot of format (oss, ossdolby, oss4, oss6, wav, wavdolby, aif, aifdolby, peak, peakdolby, null, null4, null6, float).
Here, we use “wav” type output. The program decodes specified file to stdout and we must use operator ‘>’ like that :

a52dec -o wav All.ac3 > All.wav

This command downmix the 5.1 stream into full stereo stream (with channel level adjustment (-3, 0, + 3dB for instance) based on output mode). You can disable this with add a ‘-a’, use man for the rest.

Read the rest of this entry »

Written on January 16th, 2010 , Vidéo & Audio Tags: , , , , , ,

Geekeries diverses is proudly powered by WordPress and the Theme Adventure by Eric Schwarz
Entries (RSS) and Comments (RSS).

Geekeries diverses

El Gnap et ses geekeries