Nero 7 question
Reply #10 – 2007-08-08 00:03:33
You can rename all files in a folder at once using Command prompt and command: ren *.mp4 *.m4a Though I guess I'm a bit too late with this: For a large number of files stored in different folders there's an even more comfortable solution. Create a text file named mp4tom4a.cmd, edit it using Notepad and paste this line into it:FOR /R %1 %%I IN (*.mp4) DO REN "%%I" "*.m4a" Place the file inside the parent directory of your music collection, e.g. C:\Music\mp4tom4a.cmd, then start it with a simple double-click. It will recursively search all available subfolders for .mp4 extensions and rename them to .m4a. This will fix your issue with a single command. Be careful about the contents of the subdirectories, if there were any MPEG-4 videos, then these would be renamed as well.However, if I want to play the files on I-Tunes I will have to change the file extenstion to .m4a. I think that it is ridicuous that software companies make these AAC codecs with different extensions that only play-back on their own program. I have 900 CD's. I can't rename every file I encode. Because of this, I can't use Nero and it was a waste of money to buy It clearly wasn't a waste buying the Nero suite, since the .m4a files should be played back by the majority of audio players, not only iTunes. I'm using them in conjunction with Amarok (Linux), Winamp and foobar2000 myself. Since Apple was the first one to heavily and successfully promote AAC, lots of audio decoders have been updated to accept .m4a as an alternative to .mp4. And renaming your encodings to the proper extension will be easy by going for one of the solutions given above. For future encodings have a closer look at the Nero software for the possibility to create .m4a files instead of .mp4 ones, as mentioned by drbeachboy. It should allow doing so, since even Nero's free command line encoder can be set up to create .m4a data. For example, I use the command line thingy in conjunction with foobar2000 as a graphical frontend, in order to encode to Nero AAC in the .m4a instead of the default .mp4 format.