Clément Champetier
Clément Champetier
May be related to issue #161
Will create a pull request to an official homebrew repository with avtranscoder the v1.0.0
Hello, You can install avtranscoder using homebrew. All the documentation can be found [here](https://github.com/avTranscoder/avTranscoder/blob/develop/INSTALL.md#to-install-on-mac-osx). After this install, the avtranscoder applications should be in your PATH, so you will be able...
Ok the compilation with homebrew seems to failed. I will have a look.
It seems that some ffmpeg libraries (avcodec and avformat) depends on some external dependencies (x264, zlib...), and I suppose there is an error at link time. Could you show us...
Could be used for generators: instead of copying the data each time, we could ref the data allocated elsewhere. See doc: http://ffmpeg.org/doxygen/2.6/group__lavu__buffer.html
**Comment by [fcastan](https://github.com/fcastan)** _Thursday Apr 30, 2015 at 12:23 GMT_ --- avTranscoder is a nice wrapper to FFmpeg/LibAv. Please don't transform it into an abstract library trying to wrap the...
**Comment by [valnoel](https://github.com/valnoel)** _Thursday Apr 30, 2015 at 12:39 GMT_ --- Could be useful for unwrapping specific formats unsupported by FFmpeg/LibAv. Nowadays, this is the case with the "symmetric-sister-class" _IOutputFile_,...
**Comment by [fabiencastan](https://github.com/fabiencastan)** _Thursday Apr 30, 2015 at 12:48 GMT_ --- Ok, great!
**Comment by [cchampet](https://github.com/cchampet)** _Thursday May 28, 2015 at 13:42 GMT_ --- To do that, I think we will need to define: - IFormatContext, interface of FormatContext - IFrame, interface of...