Closed GoogleCodeExporter closed 9 years ago
I see what the problem is. We need to open the codec named "libx264rgb", but it
has the same codec ID than the one named "libx264", so we need to open it by
name. I added new properties to fix that in this revision:
http://code.google.com/p/javacv/source/detail?r=1f7e7fba7f368b3e06c14d128a92a781
e30d268b
Calling the following works for me:
recorder.setVideoCodecName("libx264rgb");
Let me know if that works you!
BTW, this won't help with encoding performance. AFAIK, it's only useful for
lossless encoding.
Original comment by samuel.a...@gmail.com
on 13 Oct 2013 at 2:27
Changes included in JavaCV 0.7. Thanks for reporting!
Original comment by samuel.a...@gmail.com
on 7 Jan 2014 at 1:09
Original issue reported on code.google.com by
hone...@gmail.com
on 9 Oct 2013 at 7:57