Ask Your Question

nbubis's profile - activity

2019-05-22 13:33:28 -0600 received badge  Supporter (source)
2019-05-22 13:07:16 -0600 commented question applyTransformation not working in python?

@berak - Moreover, all points map to a single point - that is clearly wrong behavior.

2019-05-22 12:08:36 -0600 commented question applyTransformation not working in python?

@berak fine, but different points should still map differently, and to reasonable coordinates.

2019-05-22 09:52:25 -0600 asked a question applyTransformation not working in python?

applyTransformation not working in python? Trying to work with the Thin Plate Spline warping in python. The actual warpi

2015-03-24 03:43:51 -0600 received badge  Necromancer (source)
2015-03-23 14:26:20 -0600 answered a question Ubuntu OpenCV VideoWriter using ffmpeg with “Could not open codec 'libx264'” Error

It looks like this issue is specific to certain newer versions of ffmpeg which are incompatible with the 2.4.x branch of OpenCV. However, I have successfully used Opencv 3.0.0 beta to write videos with the X264 FourCC.

What exact version of ffmpeg break the OpenCV compatibility is still a mystery however. I'll be trying out various versions and report back if I find the culprit.