[FFmpeg-devel] CinemaDNG format

compn tempn
Thu Jul 22 13:30:32 CEST 2010


On Thu, 22 Jul 2010 13:54:25 +0300, David Kaplan wrote:
>Hi all
>
>I'd like to add support for the CinemaDNG format to libavformat.
>I'm not familiar with the codebase and will start poking around - but does
>anyone have any tips of where best to start?

CinemaDNG is the result of an Adobe-led initiative to define an
industry-wide open file format for digital cinema files.

samples:
http://labs.adobe.com/technologies/cinemadng/?tabID=samples#tabTop

DNG, TIFF, TIFF/EP, MXF, XMP. Each image is encoded using the DNG image
format. The image stream can be stored in one of two formats: either as
video essence in an MXF file, or as a sequence of image files in a file
directory.

you might want to look at the mxf and dpx demuxers.
like this dpx patch:
http://lists.mplayerhq.hu/pipermail/ffmpeg-devel/2009-June/071165.html
http://lists.mplayerhq.hu/pipermail/ffmpeg-devel/attachments/20090611/a0fc6f6f/attachment.bin

-compn



More information about the ffmpeg-devel mailing list