How to convert an audio file, play it; edit an image, watch a video?

Use FFMPEG, Gimp, VLC, XMMS





Site user blocks : Account info / user rights / summary

Convertion fichier AAC vers MP3

Convertir les fichiers AAC / M4A vers le format MP3

Informations :

Dates
  • Publish : : Friday 18 january 2013
  • Modification : Friday 18 january 2013

  • 413 views

Share :

Utiliser FFMPEG

On fait un script SH : vim m4a2mp3.sh

Script avec 20 lignes

001#!/bin/sh
002# name of this script: m4a2mp3.sh
003# m4a (aacp) to mp3
004
005DIR=$1;
006echo "On scanne $DIR"
007echo ""
008
009for i in $DIR/*.m4a;
010do
011        echo "Encodage de $i"
012        ffmpeg -i "$i"  -ab 320000 -ac 2 "${i%.m4a}.mp3"
013        echo "ok...."
014
015       #faad "$i"
016        #x=`echo "$i"|sed -e 's/.m4a/.wav/'`
017        #y=`echo "$i"|sed -e 's/.m4a/.mp3/'`
018       #lame -h -b 192 "$x" "$y"
019       #rm "$x"
020done

La commande :
sh ./m4a2mp3.sh /le/repertoire/a/scanner/contenant/les/fichiers/aac/


<< Convertion fichier WMA vers OGG

Convertion fichier MP4 vers MP3 >>


Liens connexes :

Liens qui peuvent vous intéresser :



Keywords :

convert aac to mp3 convertir aac a mp3 تحويل aac إلى mp3


Author of the page

O.Romain.Jaillet-ramey

O.Romain.Jaillet-ramey

  • Firstname : Olivier Romain Luc
  • Lastname : : Jaillet-ramey
  • Arrived on tuesday 19 october 1976 (1976/10/19 00:00)
    47 years activity !

Translate this page with Google

Firefox Nighlty

Our friends from Framasoft are interested in Mozilla and asked them questions about Nightly: Firefox Night-club, free entry !






Load page: 2.9843850135803