You've already forked openshot-qt
mirror of
https://github.com/OpenShot/openshot-qt.git
synced 2026-03-02 08:56:08 -08:00
Docs: Outdent table code a bit
This commit is contained in:
+23
-23
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user