Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
devernay committed Feb 17, 2017
1 parent ce223e0 commit 1668917
Show file tree
Hide file tree
Showing 18 changed files with 460 additions and 166 deletions.
1 change: 1 addition & 0 deletions Documentation/source/_groupTransform.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ The following sections contain documentation about every node in the Transform
:maxdepth: 1

plugins/net.sf.openfx.AdjustRoDPlugin.rst
plugins/net.sf.openfx.Card3D.rst
plugins/net.sf.openfx.CornerPinPlugin.rst
plugins/net.sf.openfx.CornerPinMaskedPlugin.rst
plugins/net.sf.openfx.CropPlugin.rst
Expand Down
4 changes: 4 additions & 0 deletions Documentation/source/plugins/fr.inria.openfx.ReadFFmpeg.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ Description

Read video using FFmpeg.

All formats supported by FFmpeg should be supported, but there may be issues with some non-conform files. In this case, it is recommended to transcode the video to a digital intermediate format, which is more suitable for grading, compositing and video editing.

This can be done using the ffmpeg command-line tool, by following the instructions at https://trac.ffmpeg.org/wiki/Encode/VFX

FFmpeg versions (compiled with / running with):

libavformat 57.56.100 / 57.56.100
Expand Down
4 changes: 2 additions & 2 deletions Documentation/source/plugins/fr.inria.openfx.ReadOIIO.rst
Original file line number Diff line number Diff line change
Expand Up @@ -66,9 +66,9 @@ All supported formats and extensions: bmp: bmp; cineon: cin; dds: dds; dpx: dpx;

OIIO versions:

compiled with 1.7.10
compiled with 1.7.11

running with 1.7.10
running with 1.7.11

Inputs
------
Expand Down
32 changes: 14 additions & 18 deletions Documentation/source/plugins/fr.inria.openfx.WriteFFmpeg.rst

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions Documentation/source/plugins/fr.inria.openfx.WriteOIIO.rst
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,9 @@ All supported formats and extensions: bmp: bmp; cineon: cin; dds: dds; dpx: dpx;

OIIO versions:

compiled with 1.7.10
compiled with 1.7.11

running with 1.7.10
running with 1.7.11

Inputs
------
Expand Down
269 changes: 269 additions & 0 deletions Documentation/source/plugins/net.sf.openfx.Card3D.rst

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,8 @@ Controls
+--------------------------------------------+-----------+-----------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------+
| Center / ``recenter`` | Button |   | Centers the region of definition to the input region of definition. If there is no input, then the region of definition is centered to the project window. |
+--------------------------------------------+-----------+-----------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------+
| Reformat / ``reformat`` | Boolean | Off | Set the output format to the given extent. |
+--------------------------------------------+-----------+-----------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------+
| Format / ``NatronParamFormatChoice`` | Choice | HD 1920x1080 | The output format |
+--------------------------------------------+-----------+-----------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------+
| Bottom Left / ``bottomLeft`` | Double | x: 0 y: 0 | Coordinates of the bottom left corner of the size rectangle. |
Expand Down
2 changes: 2 additions & 0 deletions Documentation/source/plugins/net.sf.openfx.ColorBars.rst
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,8 @@ Controls
+--------------------------------------------+-----------+-----------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------+
| Center / ``recenter`` | Button |   | Centers the region of definition to the input region of definition. If there is no input, then the region of definition is centered to the project window. |
+--------------------------------------------+-----------+-----------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------+
| Reformat / ``reformat`` | Boolean | Off | Set the output format to the given extent. |
+--------------------------------------------+-----------+-----------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------+
| Format / ``NatronParamFormatChoice`` | Choice | HD 1920x1080 | The output format |
+--------------------------------------------+-----------+-----------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------+
| Bottom Left / ``bottomLeft`` | Double | x: 0 y: 0 | Coordinates of the bottom left corner of the size rectangle. |
Expand Down
2 changes: 2 additions & 0 deletions Documentation/source/plugins/net.sf.openfx.ColorWheel.rst
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,8 @@ Controls
+--------------------------------------------+-----------+-----------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------+
| Center / ``recenter`` | Button |   | Centers the region of definition to the input region of definition. If there is no input, then the region of definition is centered to the project window. |
+--------------------------------------------+-----------+-----------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------+
| Reformat / ``reformat`` | Boolean | Off | Set the output format to the given extent. |
+--------------------------------------------+-----------+-----------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------+
| Format / ``NatronParamFormatChoice`` | Choice | HD 1920x1080 | The output format |
+--------------------------------------------+-----------+-----------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------+
| Bottom Left / ``bottomLeft`` | Double | x: 0 y: 0 | Coordinates of the bottom left corner of the size rectangle. |
Expand Down
2 changes: 2 additions & 0 deletions Documentation/source/plugins/net.sf.openfx.ConstantPlugin.rst
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@ Controls
+--------------------------------------------+-----------+-----------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------+
| Center / ``recenter`` | Button |   | Centers the region of definition to the input region of definition. If there is no input, then the region of definition is centered to the project window. |
+--------------------------------------------+-----------+-----------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------+
| Reformat / ``reformat`` | Boolean | Off | Set the output format to the given extent. |
+--------------------------------------------+-----------+-----------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------+
| Format / ``NatronParamFormatChoice`` | Choice | HD 1920x1080 | The output format |
+--------------------------------------------+-----------+-----------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------+
| Bottom Left / ``bottomLeft`` | Double | x: 0 y: 0 | Coordinates of the bottom left corner of the size rectangle. |
Expand Down
Loading

0 comments on commit 1668917

Please sign in to comment.