Difference between revisions of "Support:Formats"

From DigitalVision
Jump to: navigation, search
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
= File Formats =
+
{{Template:M-Navlinks-Up|Category:Support}}
 +
= File Formats Support Page =
  
Our main file format page is in the User Manual [[UM:Appendix_Format_Support|Appendix]].
+
This page is for extra support information on some formats.
  
== DPX ==
+
{{M-Note|Our main file format page is in the User Manual [[UM:Appendix_Format_Support|Appendix]].}}
  
=== Mono DPX Preference Settings ===
+
== Support Information ==
  
In addition to the overview in our [[UM:Appendix_Format_Support|File Format]] page, the DPX format also has some ''preference'' settings to help with loading '''monochrome''' DPX files.
+
* [[/DPX|DPX]]
 
 
{{M-Note|This is particularly useful for compatibility with film scanners like Golden Eye.}}
 
 
 
You can add to the <tt>Clip.prefs</tt> file (in your ROOT folder) :
 
 
 
DPX
 
{
 
    luma10PadLines BOOLEAN
 
    luma10MSBFirst BOOLEAN
 
    RGB12as2011 BOOLEAN
 
}
 
 
 
Where BOOLEAN can be "true" or "false" (without the quotes).
 
 
 
{| class="wikitable" width="60%"
 
|- style="vertical-align:top;"
 
|RGB12as2011
 
|Compatibility mode for 12 bit packed RGB DPX images. If set to "true", uses previous mechanism for creating these files (2011 and earlier).
 
 
 
'''Default :''' false
 
|- style="vertical-align:top;"
 
|luma10PadLines
 
|10 bit luma packing mode. If set to "true", pack luma scan lines to 32 bit boundaries.
 
 
 
'''Default :''' true
 
|- style="vertical-align:top;"
 
|luma10MSBFirst
 
|10 but luma packing style. Id set to "true", first pixel if placed in MSB (most significant bit) of the 32 bit word.
 
 
 
'''Default :''' false
 
|- style="vertical-align:top;"
 
|luma10NeedsShifting
 
|On load, shift data bits to enable proper loading of monochrome DPX files.
 
 
 
This was added in version 2015.2.018.
 
 
 
'''Default :''' false
 
|}
 
 
 
{{M-Note|For complete compatibility with version 2011.2 and earlier, you should set :
 
DPX
 
{
 
    luma10PadLines false
 
    luma10MSBFirst true
 
    RGB12as2011 true
 
}
 
}}
 

Latest revision as of 11:48, 18 December 2017

Darrow-up.png

File Formats Support Page

This page is for extra support information on some formats.

Our main file format page is in the User Manual Appendix.

Support Information