Page 1 of 1
AAC export
Posted: Fri Aug 26, 2011 5:17 pm
by touriste
Bonjour,
Comment exporter au format AAC sans container ?
Par exemple, je joins 2 fichiers AAC, et j'exporte, mais le seul format proposé est M4A (AAC), ce qui ne me convient pas du tout.
Merci de votre réponse.
version utilisée : 1.3.13-beta (Unicode) sur XP PRO SP3
Questions subsidiaires :
1. Je ne vois pas d'information sur les fichiers ouverts. Cela existe t-il ?
2. Puisque Audacity décompresse, c'est qu'il sait comment c'est compressé, ou non ?
Re: AAC export
Posted: Fri Aug 26, 2011 11:38 pm
by Gale Andrews
http://forum.audacityteam.org/viewforum.php?f=16 est un forum anglais. Soit vous avez à parler l'anglais là, ou demander ici sur le forum français.
MPEG-4 *est* une format conteneur. Que cherchez-vous faire? Quel format voulez-vous exporter? Avez-vous regardé dans le manuel:
http://manual.audacityteam.org/man/File_Export_Dialog ?
Vous pouvez également lire sur l'importation audio dans le manuel:
http://manual.audacityteam.org/man/Importing_Audio
Audacity peut comprendre de l'extension du fichier importé s'il est compressé ou non.
Gale
Moved from English Windows Beta forum
Re: AAC export
Posted: Sat Aug 27, 2011 9:31 am
by touriste
Sorry, I thought I was on the French forum.
Anyway, since I'm here, my question is very simple:
Why I can't export to AAC without the sound encapsulated within a M4A container?
I don't want the container. I just want the AAC file.
Re: AAC export
Posted: Sat Aug 27, 2011 11:18 am
by steve
touriste wrote:Sorry, I thought I was on the French forum.
This is now in the French forum.
If you just want a different file extension, for example
"music.aac" then type the full name including the file extension. You will receive a warning about non-standard file extensions but just click "Yes" and the file will be exported.
Re: AAC export
Posted: Sat Aug 27, 2011 11:19 am
by touriste
J'ai malheureusement posté en anglais ici, je m'en excuse.
Pour répondre aux questions qu'on me pose suite à ma question, je rappelle le problème car j'ai pas dû être très clair.
1. je modifie des fichiers AAC, donc j'ouvre des fichiers AAC. (Je précise, si besoin est, que c'est des fichiers *.AAC, donc sans container.)
2. je veux exporter en AAC, mais la seule option possible est "M4A (AAC)".
- Donc, comment faire pour sauvegarder en AAC sans container, si tant est que c'est possible ?
- Pourquoi Audacity "pense" (à tort évidemment) que j'ai besoin d'un container pour AAC ? Pour faire plaisir à Apple ?
- Parce que les auteurs du logiciel ne savent PAS comment enregistrer dans le format d'origine du fichier ?
Merci
Re: AAC export
Posted: Sat Aug 27, 2011 11:23 am
by steve
Suffit de taper le nom complet du fichier.
Exemple "chanson.aac"
Re: AAC export
Posted: Sat Aug 27, 2011 11:26 am
by touriste
@steve:
I'll try your solution, but it seems weird to me: just changing the extension doesn't mean the file will be in that format.
Re: AAC export
Posted: Sat Aug 27, 2011 11:35 am
by steve
AAC is the codec. It needs to be in a container, which is usually MPEG-4 audio. A file that has the extension .AAC is usually in an MPEG-4 audio container.
http://en.wikipedia.org/wiki/MPEG-4_Audio
Audacity uses the M4A extension for MPEG-4 audio.
If you need a different container format, then you may be able to achieve it using
Custom FFMpeg Export.
Re: AAC export
Posted: Sat Aug 27, 2011 3:47 pm
by Gale Andrews
If you are trying to losslessly loin two raw aac streams, then you need some other tool, possibly use
FFmpeg standalone at the command line using some combination of concat and -acodec copy, or possibly
SoX.
Or look at
http://www.afterdawn.com/guides/archive ... page_3.cfm .
If you had explained what you are trying to do and why, it would have saved a lot of time.
Gale