[FFmpeg-devel] [PATCH] EXR patch to read layers

Carl Eugen Hoyos cehoyos at ag.or.at
Tue Feb 18 12:10:40 CET 2014


Gonzalo Garramuno <ggarra13 <at> gmail.com> writes:

> ffmpeg -layer Diffuse -i myexr.%d.exr test.mov

I think this is not an obvious option and needs a 
manual entry.

> Here's an exr image with multiple layers:
> 
> http://www.datafilehost.com/d/e45d9a1c

Uploaded to http://samples.ffmpeg.org/image-samples/exr/

> -        if (!strcmp(buf, "R"))

> +        if (!strcmp(b, "R")||!strcmp(b, "X")||!strcmp(b,"U"))

Sorry if I misunderstand: Is this related to your 
description of the patch?

Carl Eugen



More information about the ffmpeg-devel mailing list