Hi List,
I'm using pix_video to open a old Sony Mini DV. It used to work fine but now I'm getting the image in colorspace YUV regardless of messaging colorspace RGBA.
I get this message in the console
[pix_video]: backend #0='Darwin' : darwin dv iidc analog
could not set SG Rect
The only thing that has changed in the setup is the operating system. I upgraded to OS X 10.8.5
Could this be the problem. How can I get pix_video it to decode in RGBA?
best,
M
On 02/14/2014 12:28 AM, Mateo De Los Ríos wrote:
Hi List,
I'm using pix_video to open a old Sony Mini DV. It used to work fine but now I'm getting the image in colorspace YUV regardless of messaging colorspace RGBA.
[colorspace RGBA( does not force the colorspace, it just "tries" to get the requested cs. use [pix_rgba] to force-convert.
gfdsmr IOhannes