Re: [Libav-user] ffmpeg @ 2.0.X has a bogus FFV1 codec?

2013-10-25 Thread André Anjos
After some more investigation and a good debugging session, it seems the problem comes from the initialisation of the AVFrame rather than the AVCodecContext (as one may misunderstand from the thread). To fix the example code, one has to insert 3 lines of code *just after* the frame =

Re: [Libav-user] ffmpeg 2.0.X has a bogus FFV1 codec?

2013-10-25 Thread Carl Eugen Hoyos
André Anjos andre.dos.anjos@... writes: Could anyone fix the example code in ffmpeg so it reflects these modifications? Please send a patch (made with git format-patch) to the ffmpeg-devel mailing list. Please do not top (neither here not there), it is considered rude. Carl Eugen

Re: [Libav-user] ffmpeg 2.0.X has a bogus FFV1 codec?

2013-10-25 Thread André Anjos
Thanks, I will. Please do not top (neither here not there), it is considered rude. I'm not sure I understand this recommendation. In no sense I meant to top anyone with my comments. André ___ Libav-user mailing list Libav-user@ffmpeg.org

Re: [Libav-user] ffmpeg 2.0.X has a bogus FFV1 codec?

2013-10-25 Thread Carl Eugen Hoyos
André Anjos andre.dos.anjos@... writes: Please do not top (neither here not there), it is considered rude. Please do not top-post on all ffmpeg mailing lists. Sorry, Carl Eugen ___ Libav-user mailing list Libav-user@ffmpeg.org

[Libav-user] ffmpeg @ 2.0.X has a bogus FFV1 codec?

2013-10-22 Thread André Anjos
Hello, I'm using a MacPorts build of ffmpeg 2.0.2. It passes most of our tests, except the one using the FFV1 codec. This seems independent of the file format chosen. How to reproduce the problem: 1) Download the muxing example from the ffmpeg doxygen documentation (

Re: [Libav-user] ffmpeg 2.0.X has a bogus FFV1 codec?

2013-10-22 Thread Carl Eugen Hoyos
André Anjos andre.dos.anjos@... writes: [libmp3lame at 0x7fa7d201f200] Channel layout not specified  Output #0, avi, to 'test.avi':     Stream #0:0: Video: ffv1, yuv420p, 352x288, q=2-31, 400 kb/s, 90k tbn, 25 tbc     Stream #0:1: Audio: mp3 (libmp3lame), 44100 Hz, 2 channels, fltp, 64 

Re: [Libav-user] ffmpeg 2.0.X has a bogus FFV1 codec?

2013-10-22 Thread André Anjos
This is the whole output. André On Tue, Oct 22, 2013 at 8:52 AM, Carl Eugen Hoyos ceho...@ag.or.at wrote: André Anjos andre.dos.anjos@... writes: [libmp3lame at 0x7fa7d201f200] Channel layout not specified Output #0, avi, to 'test.avi': Stream #0:0: Video: ffv1, yuv420p, 352x288,

Re: [Libav-user] ffmpeg @ 2.0.X has a bogus FFV1 codec?

2013-10-22 Thread Paul B Mahol
On 10/22/13, Andre Anjos andre.dos.an...@gmail.com wrote: Hello, I'm using a MacPorts build of ffmpeg 2.0.2. It passes most of our tests, except the one using the FFV1 codec. This seems independent of the file format chosen. How to reproduce the problem: 1) Download the muxing example

Re: [Libav-user] ffmpeg 2.0.X has a bogus FFV1 codec?

2013-10-22 Thread André Anjos
This is the whole output. André On Tue, Oct 22, 2013 at 8:52 AM, Carl Eugen Hoyos ceho...@ag.or.at wrote: André Anjos andre.dos.anjos@... writes: [libmp3lame at 0x7fa7d201f200] Channel layout not specified Output #0, avi, to 'test.avi': Stream #0:0: Video: ffv1, yuv420p, 352x288,