Clément Champetier

Results 24 comments of Clément Champetier

We should choose to support ffmpeg3 : see issue #252 :) I updated the project settings: AppVeyor's build is no more a require when checking a PR.

https://github.com/avTranscoder/avTranscoder/blob/develop/test/pyTest/testTranscoderRewrap.py#L37

Libav versions older than 11.x cannot be compiled with avtranscoder v0.8.x). Tested with libav 10.7.

The libavcodec version of the latest libav release (11.4) is 56.1.0. The libavcodec version of the oldest ffmpeg release w've tested (2.4.2) is 56.1.100. The runtime errors raised in nosetests...

**Comment by [cchampet](https://github.com/cchampet)** _Thursday May 28, 2015 at 13:01 GMT_ --- This type of process works with ffmpeg 2.4.4 command line tool: ``` ffmpeg -i input.avi -vcodec rawvideo -pix_fmt yuv422p...

TODO: - RPATH on Mac OS X - RPATH of the apps

**Comment by [cchampet](https://github.com/cchampet)** _Wednesday Apr 01, 2015 at 14:00 GMT_ --- Maybe not a patch... FFmpeg's mpegvideo decoder detects the correct gop (closed or not) here: https://github.com/FFmpeg/FFmpeg/blob/1932f7e2eee07e4a50e014a625dca79a9f9dba7a/libavcodec/mpeg12dec.c#L2386 But the information...

Ok great news! Thank you for your feedback. Feel free to open a new PR about this, and I will try to compile it in my side.

Also have a look at this [oiio PR](https://github.com/OpenImageIO/oiio/pull/1503).