> I mean to ask, if there is an API that looks like this: > > TranscodeVideo(InFilePath, OutFilePath, *argumentslist[]); You may be able to just call out to system("ffmpeg ...") if you just want it to do an entire file... -r