pub YouXOR



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

  • 594 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





Use API Youtube : Google Privacy Policy and Youtube Terms of Use - API Dailymotion : Terms and Conditions (the "T&Cs")

Theme light / dark. - Generated with ZW3B 7.1.2 : The Web Sites Management System (WSMS)
© 2026 Web application created by LAB3W O.Romain Jaillet-ramey : Web and networks laboratory - InterNet engineering

Français English Español العربية


Comming Soon (◕‿◕) YouQbit.com YouXOR.com YouPredator.com YouTerminator.com ⛔🔜


IDN : IP❤︎10 ' IPv10.Net



Load page: 7.7504861354828