bnshrdr
12th November 2009, 18:46
I'm developing on windows and just for the sake of learning want to create a program that supports different AV codecs and can manage the desired output of the end-user.
For my first codec I decided to use the audio codec faac. I have compiled it from source and have all the headers, libs, and dlls I need. The only problem is, I don't know the proper way of invoking the functions. The only one I have called successfully was
int FAACAPI faacEncGetVersion(char **faac_id_string,
char **faac_copyright_string);
Is there documentation of the API anywhere. I am not really looking to copy/paste code from other programs but I guess it may not hurt to take a peek at what other programs, like ffmpeg, are doing.
Thanks
For my first codec I decided to use the audio codec faac. I have compiled it from source and have all the headers, libs, and dlls I need. The only problem is, I don't know the proper way of invoking the functions. The only one I have called successfully was
int FAACAPI faacEncGetVersion(char **faac_id_string,
char **faac_copyright_string);
Is there documentation of the API anywhere. I am not really looking to copy/paste code from other programs but I guess it may not hurt to take a peek at what other programs, like ffmpeg, are doing.
Thanks