shadowolf64
22nd March 2009, 01:50
First off, hello everyone! This is my first post on doom9 so youll have to excuse me if this is a dumb question or it has already been asked but I couldn't find anything using search so here goes.
I'm currently making a program that would automate the process of remuxing a file into the MP4 container for playback on an Xbox 360. Currently the Xbox 360 can only playback MP4s with AAC audio. So far my program is done with the video side of things but I still have to manually encode the audio to aac before using the program. So I was wondering what would be the simplest way to incorporate an aac encoder into my program. It needs to be a command line program so I can pass arguments to it and it needs to be fairly lightweight so it doesn't significantly affect performance. It also needs to be able to convert from a couple of different formats which seems to be the current problem. It needs to be able to convert mainly from AC3 but also MP3 and WAV if possible. I was thinking of using Nero AAC Encoder but it only supports WAV. I am looking for something similar to how meGUI converts AAC files, as in I don't have to input any extra info besides where the file is. I know this is a very specific request but I'm really hoping someone can help me.
So does anyone have any suggestions? Any help would be greatly appreciated. :D
I'm currently making a program that would automate the process of remuxing a file into the MP4 container for playback on an Xbox 360. Currently the Xbox 360 can only playback MP4s with AAC audio. So far my program is done with the video side of things but I still have to manually encode the audio to aac before using the program. So I was wondering what would be the simplest way to incorporate an aac encoder into my program. It needs to be a command line program so I can pass arguments to it and it needs to be fairly lightweight so it doesn't significantly affect performance. It also needs to be able to convert from a couple of different formats which seems to be the current problem. It needs to be able to convert mainly from AC3 but also MP3 and WAV if possible. I was thinking of using Nero AAC Encoder but it only supports WAV. I am looking for something similar to how meGUI converts AAC files, as in I don't have to input any extra info besides where the file is. I know this is a very specific request but I'm really hoping someone can help me.
So does anyone have any suggestions? Any help would be greatly appreciated. :D