Docs: Outdent table code a bit

This commit is contained in:
FeRD (Frank Dana)
2020-02-14 17:27:35 -05:00
parent a56d8bc5d9
commit 846e82ef1d
7 changed files with 198 additions and 198 deletions
+23 -23
View File
@@ -30,21 +30,21 @@ EDL (Edit Decision Lists)
The following features are supported when importing and exporting an EDL file with OpenShot.
.. table::
:widths: 25
:widths: 25
==================== ============
Name Description
==================== ============
EDL Format CMX-3600 (a very widely supported variation)
Single Track Only a single track can be imported at a time (this is a limitation of the EDL format)
Tape Name Only **AX** and **BL** tape names are currently supported in OpenShot
Edits (V and A) Only edits are currently supported (transitions are not yet supported)
Opacity Opacity keyframes are supported
Audio Levels Volume keyframes are supported
==================== ============
==================== ============
Name Description
==================== ============
EDL Format CMX-3600 (a very widely supported variation)
Single Track Only a single track can be imported at a time (this is a limitation of the EDL format)
Tape Name Only **AX** and **BL** tape names are currently supported in OpenShot
Edits (V and A) Only edits are currently supported (transitions are not yet supported)
Opacity Opacity keyframes are supported
Audio Levels Volume keyframes are supported
==================== ============
.. code-block:: python
:caption: Example EDL format supported by OpenShot:
:caption: Example EDL format supported by OpenShot:
TITLE: Clips - TRACK 5
FCM: NON-DROP FRAME
@@ -81,17 +81,17 @@ is supported in many video editors (not just Final Cut Pro). In fact, most comme
support for importing and exporting this same XML format.
.. table::
:widths: 25
:widths: 25
==================== ============
Name Description
==================== ============
XML Format Final Cut Pro format (but most commercial video editors also support this format)
All Tracks All video and audio tracks are supported
Edits All clips on all tracks are supported (video, image, and audio files). Transitions are not yet supported.
Opacity Opacity keyframes are supported
Audio Levels Volume keyframes are supported
==================== ============
==================== ============
Name Description
==================== ============
XML Format Final Cut Pro format (but most commercial video editors also support this format)
All Tracks All video and audio tracks are supported
Edits All clips on all tracks are supported (video, image, and audio files). Transitions are not yet supported.
Opacity Opacity keyframes are supported
Audio Levels Volume keyframes are supported
==================== ============
.. code-block:: xml
@@ -908,4 +908,4 @@ support for importing and exporting this same XML format.
<displayformat>DF</displayformat>
</timecode>
</sequence>
</xmeml>
</xmeml>