长久以来,当数字技术开始全方位引入电影的制作流程时,尤其是在DI(Digital Intermediate)中,查找表(LUT)一直扮演着重要的角色。在这个领域,经典的色彩管理流程将不是那么的灵活,因为许多时候对画面的修正不仅仅是技术上的,更多的也是从经验感官上出发进行调整。为了加速修正很可能在一个特定场景下拍摄的影片,应用1|3D LUT会特别的方便与迅速。但是不幸的是,由于历史原因,硬件(诸如Thomson LUTher、da vinci R4K等电影矫色设备)与软件(诸如Apple Shake、Fusion、Nuke等后期工具)之间的查找表格式并不通用,导致数据重用与可移植性非常差,不得不手工写转换工具转换,比较麻烦。为此,AMPAS与ASC准备推出基于XML的通用LUT格式。目前这个标准还是处于草案阶段,所以相关文档还没有公布。

我编写了一个对应于这种LUT格式的C++读写库,基于xercesc与OpenEXR half用于支持FP16浮点格式,仅供学习,严禁用于商业产品或者其他用途。

When the digital tech was involved into cinematic production workflow especially the DI, LUT always plays an very important role in it. Here the classical color management workflow will be not very flexible, because the color correction is not only according the device but also about the feeling. To accelerate this progress, it’s very fast to use a 1|3D lookup table. But unlucky, the format of LUT between different hardware ( Thomson LUTher, da vinci R4K ) and post production software ( Apple Shake, Fusion, Nuke etc. ) is not compatible at all, we have to manually convert from one format to another. To solve this problem, the AMPAS and ASC are ready to implememt a XML-based common LUT format. This standard is still a draft now, so the specification have not been published now.

I made a C++ R/W library based on xercesc and OpenEXR half to handle this kind of LUT, only for personal study, must not be used in any kinds of commercial proposes.

Go To http://code.google.com/p/aalut/

© 2009 Academy of Motion Picture Arts and Sciences (A.M.P.A.S.) All rights reserved.

© 2009 American Society of Cinematographers ( ASC ) All rights reserved.

© 2009 Lucas Digital Ltd. LLC. OpenEXR, Industrial Light & Magic and ILM are trademarks and service marks of Lucasfilm Ltd.; all associated intellectual property is protected by the laws of the United States and other countries. All rights reserved.

[This project has been evaluating by the member of ASC/AMPAS, because of the copyright, I have to close the project on google, Sorry.]

转载于:https://www.cnblogs.com/Jedimaster/archive/2009/03/21/1418725.html

AMPAS/ASC Common File Format LUT相关推荐

  1. Common Trace Format

    2019独角兽企业重金招聘Python工程师标准>>> Common Trace Format (CTF) Specification (v1.8.1)Mathieu Desnoye ...

  2. LLVM Bitcode File Format - LLVM 比特流文件格式

    LLVM Bitcode File Format - LLVM 15.0.0git documentationhttps://llvm.org/docs/BitCodeFormat.html 目录 A ...

  3. VMWare File Format Learning Use VHD File To Boot VMWare CoreOS Docker Configuration And Runnin...

    目录 1. Virtual Machine Introduce 2. Vmware Image File Format 3. VHD File Format 4. Convert VHD File I ...

  4. “undefined reference to JNI_GetCreatedJavaVM”和“File format not recognized”错误原因分析...

    "undefined reference to JNI_GetCreatedJavaVM"和"File format not recognized"错误原因分析 ...

  5. libopencv_core.so: file not recognized: File format not recognized

    /dependencies/OpenCV348/lib/libopencv_core.so: file not recognized: File format not recognized 解决方法: ...

  6. error C4335: Mac file format detected: please convert the source file to either DOS or UNIX format

    vc里面遇到这个问题的解决方案 error C4335: Mac file format detected: please convert the source file to either DOS ...

  7. ubuntu makefile交叉编译报错:file not recognized: file format not recognized

    在linux ubuntu上编译netkit-ftp的时候报错:file not recognized: file format not recognized [root@ubuntu /arnold ...

  8. linux交叉编译时报错:file not recognized: File format not recognized

    版权声明:本文为博主原创文章,遵循 CC 4.0 by-sa 版权协议,转载请附上原文出处链接和本声明. 本文链接:https://blog.csdn.net/u011113596/article/d ...

  9. BMP文件格式详解(BMP file format) (转)

    自:http://www.cnblogs.com/Jason_Yao/archive/2009/12/02/1615295.html BMP文件格式,又称为Bitmap(位图)或是DIB(Device ...

最新文章

  1. 接收服务器显示帧控制错误,Websocket连接关闭,出现错误“接收到意外的继续帧”...
  2. 邮件:事务失败。 服务器响应为:DT:SPM 163 smtp
  3. tensor torch 构造_详解Pytorch中的网络构造
  4. Qt:opencv编译
  5. 【NLP技术应用】工业界求解NER问题的12条黄金法则
  6. readfile读取串口数据_西门子PLC-1200-串口Modbus RTU通讯实例
  7. jQuery的三种bind/One/Live事件绑定使用方法
  8. oracle 并行执行脚本,批量执行Oracle脚本
  9. Android平滑移动——Scroller类研究
  10. apache php mysql开发优点_Zope的优点和Apache PHP MySQL的比较_PHP
  11. uft自动化测试工具安装步骤_自动化测试灵魂三问:是什么、为什么和做什么
  12. Python使用pandas读取Excel文件数据和预处理小案例
  13. cygwin安装好了如何添加cmake make_在windows上使用cmake
  14. 解决RStudio(非conda安装)在使用Anaconda中的R环境时,缺失“ libbz2-1.dll ”而不能正常启动问题
  15. UI设计中金刚区图标设计总结
  16. 深度学习调参经验分享(遥感建筑提取)
  17. 微信点餐小程序开发_分享微信点餐小程序可以实现哪些功能
  18. 【vscode】vscode常用插件介绍
  19. 脚本语言【JavaScript基础】JavaScript函数:声明+调用
  20. P1252 马拉松接力赛

热门文章

  1. python selenium自动化_python selenium自动化之-环境搭建
  2. python能做回归吗_有大神会看Python多元回归的结果吗?本人做出来了,但是不会看.....
  3. python资料库-Python对接六大主流数据库(只需三步)
  4. python3基础教程廖雪峰云-廖雪峰Python3教程---实战day1-day13总结
  5. python下载安装包-python安装包 官方版
  6. python绘制散点图-Python:matplotlib绘制散点图
  7. python中语法错误-Python3 错误和异常
  8. python语言入门与精通-Python 为什么入门容易 精通难
  9. python入门编程-对没有编程基础的人来说,直接学Python入门IT合适吗?
  10. python 开发版-MicroPython的开发板