Skip to content

Commit

Permalink
Update the list or RAWcooked supported formats
Browse files Browse the repository at this point in the history
  • Loading branch information
JeromeMartinez committed Dec 19, 2023
1 parent 33718eb commit 162ff95
Showing 1 changed file with 111 additions and 117 deletions.
228 changes: 111 additions & 117 deletions src/RAWcookedBundle/Resources/views/Default/index.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -168,16 +168,16 @@ Developments are still ongoing for a future version that will implement checksum

<div class="table-responsive">
<table class="download table table-bordered table-condensed">
<tr class="table-header">
<tr class="table-header">
<th style="width: 40%">Video format</th>
<th style="width: 10%">Components</th>
<th>Bit depth</th>
<th>Packing</th>
<th>Endianness</th>
<th style="width: 5%">Support</th>
</tr>
</tr>
<tr>
<td rowspan="20"><b>DPX</b><br>left to right<br>top to bottom<br>1 image element<br>unsigned<br>without encoding</td>
<td rowspan="31"><b>DPX</b><br>left to right<br>top to bottom<br>1 image element<br>unsigned<br>without encoding</td>
<td rowspan="11">RGB</td>
<td>8-bit</td>
<td></td>
Expand Down Expand Up @@ -279,117 +279,84 @@ Developments are still ongoing for a future version that will implement checksum
<td><abbr title="Little Endian">LE</abbr></td>
<td class="supported-key"><abbr title="Supported with a key, please contact us">K</abbr></td>
</tr>
</table>
</div>
<div class="table-responsive">
<table class="download table table-bordered table-condensed">
<tr class="table-header">
<th style="width: 40%">Video format</th>
<th style="width: 10%">Components</th>
<th>Bit depth</th>
<th>Configuration</th>
<th>Endianness</th>
<th style="width: 5%">Support</th>
</tr>
<tr>
<td rowspan="6"><b>TIFF</b><br>Raw Compression<br>Continuous StripOffsets</td>
<td rowspan="3">RGB</td>
<td rowspan="11">Y</td>
<td>8-bit</td>
<td>Chunky</td>
<td></td>
<td></td>
<td class="supported-key"><abbr title="Supported with a key, please contact us">K</abbr></td>
</tr>
<tr>
<td rowspan="2">16-bit</td>
<td rowspan="2">Chunky</td>
<td rowspan="4">10-bit</td>
<td rowspan="2">Filled A</td>
<td><abbr title="Big Endian">BE</abbr></td>
<td class="supported-key"><abbr title="Supported with a key, please contact us">K</abbr></td>
</tr>
<tr>
<td><abbr title="Little Endian">LE</abbr></td>
<td class="supported-key"><abbr title="Supported with a key, please contact us">K</abbr></td>
<td class="supported-needfile"><abbr title="Need file &amp; development if interest, please contact us">N</abbr></td>
</tr>
<tr>
<td rowspan="3">RGBA</td>
<td>8-bit</td>
<td>Chunky</td>
<td></td>
<td rowspan="2">Filled B</td>
<td><abbr title="Big Endian">BE</abbr></td>
<td class="supported-key"><abbr title="Supported with a key, please contact us">K</abbr></td>
</tr>
<tr>
<td rowspan="2">16-bit</td>
<td rowspan="2">Chunky</td>
<td><abbr title="Big Endian">BE</abbr></td>
<td><abbr title="Little Endian">LE</abbr></td>
<td class="supported-needfile"><abbr title="Need file &amp; development if interest, please contact us">N</abbr></td>
</tr>
<tr>
<td><abbr title="Little Endian">LE</abbr></td>
<td rowspan="4">12-bit</td>
<td rowspan="2">Packed</td>
<td><abbr title="Big Endian">BE</abbr></td>
<td class="supported-key"><abbr title="Supported with a key, please contact us">K</abbr></td>
</tr>
</table>
</div>
<div class="table-responsive">
<table class="download table table-bordered table-condensed">
<tr class="table-header">
<th style="width: 40%">Video format</th>
<th style="width: 10%">Components</th>
<th>Bit depth</th>
<th>Endianness</th>
<th style="width: 5%">Support</th>
</tr>
<tr>
<td rowspan="3"><b>EXR</b><br>Limitations to be defined</td>
<td rowspan="3">RGB</td>
<td>16-bit Float</td>
<td></td>
<td><abbr title="Little Endian">LE</abbr></td>
<td class="supported-needfile"><abbr title="Need file &amp; development if interest, please contact us">N</abbr></td>
</tr>
<tr>
<td>32-bit</td>
<td></td>
<td rowspan="2">Filled A</td>
<td><abbr title="Big Endian">BE</abbr></td>
<td class="supported-needfile"><abbr title="Need file &amp; development if interest, please contact us">N</abbr></td>
</tr>
<tr>
<td>32-bit Float</td>
<td></td>
<td><abbr title="Little Endian">LE</abbr></td>
<td class="supported-needfile"><abbr title="Need file &amp; development if interest, please contact us">N</abbr></td>
</tr>
</table>
</div>
<div class="table-responsive">
<table class="download table table-bordered table-condensed">
<tr class="table-header">
<th style="width: 40%">Audio format</th>
<th>Sampling rate</th>
<th>Bit depth</th>
<th>Channels</th>
<th>Endianness</th>
<th style="width: 5%">Support</th>
</tr>
<tr>
<td rowspan="24"><b>PCM</b><br>In WAV, BWF, RF64, AIFF</td>
<td rowspan="8">44.1 kHz</td>
<td rowspan="4">16-bit</td>
<td rowspan="2">2-channel</td>
<td rowspan="2">16-bit</td>
<td rowspan="2"></td>
<td><abbr title="Big Endian">BE</abbr></td>
<td class="supported-key"><abbr title="Supported with a key, please contact us">K</abbr></td>
</tr>
<tr>
<td><abbr title="Little Endian">LE</abbr></td>
<td class="supported-key"><abbr title="Supported with a key, please contact us">K</abbr></td>
</tr>
<tr>
<td rowspan="2">6-channel</td>
<td><abbr title="Big Endian">BE</abbr></td>
<td class="supported-key"><abbr title="Supported with a key, please contact us">K</abbr></td>
</table>
</div>
<div class="table-responsive">
<table class="download table table-bordered table-condensed">
<tr class="table-header">
<th style="width: 40%">Video format</th>
<th style="width: 10%">Components</th>
<th>Bit depth</th>
<th>Configuration</th>
<th>Endianness</th>
<th style="width: 5%">Support</th>
</tr>
<tr>
<td><abbr title="Little Endian">LE</abbr></td>
<td rowspan="9"><b>TIFF</b><br>Raw Compression<br>Continuous StripOffsets</td>
<td rowspan="3">RGB</td>
<td>8-bit</td>
<td>Chunky</td>
<td></td>
<td class="supported-key"><abbr title="Supported with a key, please contact us">K</abbr></td>
</tr>
<tr>
<td rowspan="4">24-bit</td>
<td rowspan="2">2-channel</td>
<td rowspan="2">16-bit</td>
<td rowspan="2">Chunky</td>
<td><abbr title="Big Endian">BE</abbr></td>
<td class="supported-key"><abbr title="Supported with a key, please contact us">K</abbr></td>
</tr>
Expand All @@ -398,91 +365,118 @@ Developments are still ongoing for a future version that will implement checksum
<td class="supported-key"><abbr title="Supported with a key, please contact us">K</abbr></td>
</tr>
<tr>
<td rowspan="2">6-channel</td>
<td><abbr title="Big Endian">BE</abbr></td>
<td class="supported-key"><abbr title="Supported with a key, please contact us">K</abbr></td>
</tr>
<tr>
<td><abbr title="Little Endian">LE</abbr></td>
<td rowspan="3">RGBA</td>
<td>8-bit</td>
<td>Chunky</td>
<td></td>
<td class="supported-key"><abbr title="Supported with a key, please contact us">K</abbr></td>
</tr>
<tr>
<td rowspan="8">48 kHz</td>
<td rowspan="4">16-bit</td>
<td rowspan="2">2-channel</td>
<td rowspan="2">16-bit</td>
<td rowspan="2">Chunky</td>
<td><abbr title="Big Endian">BE</abbr></td>
<td class="supported-key"><abbr title="Supported with a key, please contact us">K</abbr></td>
<td class="supported-needfile"><abbr title="Need file &amp; development if interest, please contact us">N</abbr></td>
</tr>
<tr>
<td><abbr title="Little Endian">LE</abbr></td>
<td class="supported-default"><abbr title="Supported by default">D</abbr></td>
</tr>
<tr>
<td rowspan="2">6-channel</td>
<td><abbr title="Big Endian">BE</abbr></td>
<td class="supported-key"><abbr title="Supported with a key, please contact us">K</abbr></td>
</tr>
<tr>
<td><abbr title="Little Endian">LE</abbr></td>
<td rowspan="3">Y</td>
<td>8-bit</td>
<td>Chunky</td>
<td></td>
<td class="supported-key"><abbr title="Supported with a key, please contact us">K</abbr></td>
</tr>
<tr>
<td rowspan="4">24-bit</td>
<td rowspan="2">2-channel</td>
<td rowspan="2">16-bit</td>
<td rowspan="2">Chunky</td>
<td><abbr title="Big Endian">BE</abbr></td>
<td class="supported-key"><abbr title="Supported with a key, please contact us">K</abbr></td>
</tr>
<tr>
<td><abbr title="Little Endian">LE</abbr></td>
<td class="supported-key"><abbr title="Supported with a key, please contact us">K</abbr></td>
</tr>
<tr>
<td rowspan="2">6-channel</td>
<td><abbr title="Big Endian">BE</abbr></td>
<td class="supported-key"><abbr title="Supported with a key, please contact us">K</abbr></td>
</table>
</div>
<div class="table-responsive">
<table class="download table table-bordered table-condensed">
<tr class="table-header">
<th style="width: 40%">Video format</th>
<th style="width: 10%">Components</th>
<th>Bit depth</th>
<th>Endianness</th>
<th style="width: 5%">Support</th>
</tr>
<tr>
<td><abbr title="Little Endian">LE</abbr></td>
<td rowspan="3"><b>EXR</b><br>Limitations to be defined</td>
<td rowspan="3">RGB</td>
<td>16-bit Float</td>
<td></td>
<td class="supported-key"><abbr title="Supported with a key, please contact us">K</abbr></td>
</tr>
<tr>
<td rowspan="8">96 kHz</td>
<td rowspan="4">16-bit</td>
<td rowspan="2">2-channel</td>
<td><abbr title="Big Endian">BE</abbr></td>
<td class="supported-key"><abbr title="Supported with a key, please contact us">K</abbr></td>
<td>32-bit</td>
<td></td>
<td class="supported-needfile"><abbr title="Need file &amp; development if interest, please contact us">N</abbr></td>
</tr>
<tr>
<td><abbr title="Little Endian">LE</abbr></td>
<td class="supported-key"><abbr title="Supported with a key, please contact us">K</abbr></td>
<td>32-bit Float</td>
<td></td>
<td class="supported-needfile"><abbr title="Need file &amp; development if interest, please contact us">N</abbr></td>
</tr>
<tr>
<td rowspan="2">6-channel</td>
<td><abbr title="Big Endian">BE</abbr></td>
<td class="supported-key"><abbr title="Supported with a key, please contact us">K</abbr></td>
</table>
</div>
<div class="table-responsive">
<table class="download table table-bordered table-condensed">
<tr class="table-header">
<th style="width: 40%">Video format</th>
<th style="width: 10%">Components</th>
<th>Bit depth</th>
<th>Endianness</th>
<th style="width: 5%">Support</th>
</tr>
<tr>
<td><abbr title="Little Endian">LE</abbr></td>
<td rowspan="1"><b>AVI/v210+PCM</b></td>
<td rowspan="1">RGB</td>
<td>10-bit</td>
<td></td>
<td class="supported-key"><abbr title="Supported with a key, please contact us">K</abbr></td>
</tr>
<tr>
<td rowspan="4">24-bit</td>
<td rowspan="2">2-channel</td>
<td><abbr title="Big Endian">BE</abbr></td>
<td class="supported-key"><abbr title="Supported with a key, please contact us">K</abbr></td>
</table>
</div>
<div class="table-responsive">
<table class="download table table-bordered table-condensed">
<tr class="table-header">
<th style="width: 40%">Audio format</th>
<th>Sampling rate</th>
<th>Bit depth</th>
<th>Channels</th>
<th>Endianness</th>
<th style="width: 5%">Support</th>
</tr>
<tr>
<td><abbr title="Little Endian">LE</abbr></td>
<td rowspan="3"><b>PCM</b><br>In WAV, BWF, RF64, AIFF, AVI</td>
<td>44.1/48/96 kHz</td>
<td>8/16/24-bit</td>
<td>2/4/6/8-channel</td>
<td><abbr title="Big Endian">BE</abbr>/<abbr title="Little Endian">LE</abbr></td>
<td class="supported-key"><abbr title="Supported with a key, please contact us">K</abbr></td>
</tr>
<tr>
<td rowspan="2">6-channel</td>
<td><abbr title="Big Endian">BE</abbr></td>
<td class="supported-key"><abbr title="Supported with a key, please contact us">K</abbr></td>
<td>Except 48 kHz</td>
<td>16-bit</td>
<td>2-channel</td>
<td><abbr title="Little Endian">LE</abbr></td>
<td class="supported-default"><abbr title="Supported by default">D</abbr></td>
</tr>
<tr>
<td><abbr title="Little Endian">LE</abbr></td>
<td class="supported-key"><abbr title="Supported with a key, please contact us">K</abbr></td>
<td>44.1/48/96 kHz</td>
<td>32-bit</td>
<td>2/4/6/8-channel</td>
<td><abbr title="Big Endian">BE</abbr>/<abbr title="Little Endian">LE</abbr></td>
<td class="supported-needfile"><abbr title="Need file &amp; development if interest, please contact us">N</abbr></td>
</tr>
</table>
</div>
Expand Down

0 comments on commit 162ff95

Please sign in to comment.