Skip to content

Commit

Permalink
Added Sequence Info Node
Browse files Browse the repository at this point in the history
  • Loading branch information
OmarEmaraDev committed Mar 23, 2017
1 parent 8024dd1 commit b5b5a4c
Show file tree
Hide file tree
Showing 3 changed files with 50 additions and 0 deletions.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions docs/user_guide/nodes/sequence/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,6 @@ Sequence
Get All Sequences <get_all_sequences>
Sequences From Channel <sequences_from_channel>
Text Sequence Output <text_sequence_output>
Sequence Info <sequence_info>

.. image:: images/sequence_overview.png
49 changes: 49 additions & 0 deletions docs/user_guide/nodes/sequence/sequence_info.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,49 @@
Sequence Info
=============

Description
-----------
This node returns some information about the input sequence(strip).

.. image:: images/sequence_info_node.png
:width: 160pt

Inputs
------

- **Sequence** - A strip to return its info.

Outputs
-------

- **Name** - The name of the strip.
- **Type** - The type of strip.(TEXT,SOUND,IMAGE,...)
- **Channel** - The index of its channel.
- **Final Duration** - The actual length of the strip in frames.
- **Final Start Frame** - The actual frame at which the strip start.
- **Final End Frame** - The actual frame at which the strip end.
- **Opacity** - The opacity of the strip. (Only for visual strips like images and movies)
- **Blend Type** - The blending algorithm of the strip. (Only for visual strips like images and movies)
- **Effect Fader** - The fading factor for certain effect.
- **Start Frame** - The frame at which the strip start in regardless of the trimming and effects.
- **Start Offset** - The difference between the original and final start frame.
- **End Offset** - The difference between the original and final end frame.
- **Total Duration** - The length of the strip in frames in regardless of the trimming and effects.
- **Still Frame Start** - The frame at which the image strip start.
- **Still Frame End** - The frame at which the image strip end.
- **Lock** - A boolean which is True if *Transformation Lock* is enabled for the strip.
- **Mute** - A boolean which is True if *Mute* is enabled for the strip.
- **Select** - A boolean which is True if the strip is selected.
- **Speed Factor** - The speed factor of the *Speed Control* strip. (Assuming *Stretch to input strip length* is disabled and *Use as speed* is enabled for the *Speed Control* effect)
- **Use Default Fade** - A boolean which is True if *Use Default Fade* is enabled.
- **Use Default Fade** - A boolean which is True if *Use Linear Modifiers* is enabled.

Advanced Node Settings
----------------------

- N/A

Examples of Usage
-----------------

.. image:: gifs/sequence_info_node_example.gif

0 comments on commit b5b5a4c

Please sign in to comment.