libdcp
Functions
make_dcp.cc File Reference

Shows how to make a DCP from some JPEG2000 and audio data. More...

#include <vector>
#include <string>
#include "dcp.h"
#include "cpl.h"
#include "mono_picture_asset.h"
#include "mono_picture_asset_writer.h"
#include "sound_asset.h"
#include "sound_asset_writer.h"
#include "reel.h"
#include "reel_mono_picture_asset.h"
#include "reel_sound_asset.h"
#include <cmath>

Go to the source code of this file.

Functions

int main ()
 

Detailed Description

Shows how to make a DCP from some JPEG2000 and audio data.

Definition in file make_dcp.cc.