Dear all, I created a new example to demonstrate the usage of Libav with an additional external library. To be more precise, I wrote an example program which converts an MP3 file to AAC in an MP4 container, including a lot of documentation. I did this since I found it quite hard to come by with the current examples and wanted to share the example code. The libav-api mailing list redirected me to the libav-devel IRC channel, where I posted an initial version of the code and modified it according to the comments I got so far. As I am unsure where to place the file in the directory structure (it uses libavcodec, libavformat and libavresample, so it does not belong in either subdirectory), I wanted to post a (pastebin) link to the code before creating a patch, asking not only for further comments on the code, but also on suggestions regarding the location of this example file. It was initially intended as an example use case of the API accessing most common functions, but it has also been suggested to me to put it directly into a subdirectory, which would require a Makefile. Although I have created one, it is not of much use since my example program uses an external library for AAC encoding for the sake of demonstration. Any suggestion would be appreciated. I have put the current version of the code on pastebin: http://pastebin.com/shD0Tjcu.
Best regards Andreas _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
