To convert mp3 file to aac format on Linux you could use the following command:
ffmpeg -i inputFileName.mp3 outputFileName.aac
Replace inputFileName.mp3 and outputFileName.aac with actual file names in command above.
web development and system administration of Linux
To convert mp3 file to aac format on Linux you could use the following command:
ffmpeg -i inputFileName.mp3 outputFileName.aac
Replace inputFileName.mp3 and outputFileName.aac with actual file names in command above.