vote up 0 vote down star

Because the xbox 360 only supports specific video/audio codecs, I'd like to write a utility that would look in a directory and convert files to specific formats as they are dropped in the directory.

In some cases, it would only need to convert the container format (ie, mkv to wmv or avi) and in some cases it might need to convert the actual movie.

Of course I don't want to write the code that does the actual conversions so I'm wondering if there are open source projects, or free libraries or event command line tools that can do this effiently that I can use in an automated way.

flag

75% accept rate

2 Answers

vote up 2 vote down

You should look at ffmpeg, which is mostly a command-line program, although there is a library interface. That should be able to convert pretty much and format.

link|flag
vote up 0 vote down

This is what DirectShow is for. An alternative might be Expression Encoder Not free but cheap. It has a command line mode and an API.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.