RicoCasta / opencinematools

Automatically exported from code.google.com/p/opencinematools
0 stars 0 forks source link

Jp2 - mxf problem #16

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
 I have encoded a files from blender to jpg2k 
 using cinema 24 fps profile 2048 X 1080
 and rendered output to jp2k directory
 which generated a seires of jp2 images

  asdcp-test -L -c dcp/movie4.jp2k.mxf jp2k 
  jp2k: Unknown file type, not ASDCP-compatible essence.

 is jp2 not supported ? 

Original issue reported on code.google.com by shyj...@gmail.com on 20 Aug 2009 at 10:01

GoogleCodeExporter commented 8 years ago
asdcplib seems to expect codestream data -- use image_to_j2k -cinema2K 24 -i
image.tif -o image.j2k.
Makes sense insofar as asdcp-test writes metadata to the resulting mxf -- the 
jp2
format incorporates metadata in a single image file, the codestream encoding 
does not.

Original comment by photonra...@gmail.com on 20 Aug 2009 at 3:51