Closed GoogleCodeExporter closed 9 years ago
I digged a little bit. YUV420 is the same as YUV420P
it is ffmpeg avcodec_open that is returning an error.
I found the issue. I have to set the pixelType of the coder.
This solved the problem:
videoCoder.setPixelType(Type.YUV420P);
Original comment by benoit.c...@gmail.com
on 22 Apr 2009 at 2:04
yup.
Original comment by art.cla...@gmail.com
on 22 Apr 2009 at 3:26
Original comment by art.cla...@gmail.com
on 19 May 2009 at 1:39
Original issue reported on code.google.com by
benoit.c...@gmail.com
on 22 Apr 2009 at 1:31