[Bf-docboard-svn] bf-manual: [8126] trunk/blender_docs/manual: Split video editing introduction into editor

Aaron Carlisle noreply at blender.org
Fri Jun 11 01:28:22 CEST 2021


Revision: 8126
          https://developer.blender.org/rBM8126
Author:   Blendify
Date:     2021-06-11 01:28:21 +0200 (Fri, 11 Jun 2021)
Log Message:
-----------
Split video editing introduction into editor

Modified Paths:
--------------
    trunk/blender_docs/manual/editors/sequencer.rst
    trunk/blender_docs/manual/video_editing/introduction.rst

Modified: trunk/blender_docs/manual/editors/sequencer.rst
===================================================================
--- trunk/blender_docs/manual/editors/sequencer.rst	2021-06-10 22:41:10 UTC (rev 8125)
+++ trunk/blender_docs/manual/editors/sequencer.rst	2021-06-10 23:28:21 UTC (rev 8126)
@@ -11,3 +11,41 @@
 
 For more information on the Video Sequencer and video editing in Blender, see :doc:`/video_editing/index`.
 
+
+View Types
+==========
+
+.. figure:: /images/video-editing_introduction_types.png
+   :align: right
+
+The Video Sequence Editor has three view types for the main view:
+
+Sequencer
+   View timeline and strip properties.
+Preview
+   View preview window and preview properties.
+Sequencer/Preview
+   Combined view of preview and timeline and properties of both.
+
+It is possible to create multiple instances of any view type in single workspace.
+
+.. note::
+
+   By default the Sequencer is enabled, however, it can be disabled
+   in the :ref:`render-output-postprocess`.
+
+
+Performance
+===========
+
+Playback performance can be improved through several ways.
+The biggest impact on performance is to allow the Video Sequencer to cache the playback.
+There are two levels of cache, the first is a RAM cache,
+this is enabled by default but can be increased based on the amount of RAM available.
+The next level of cache is a disk cache which stores cached strips on disk.
+A disk cache can generally cache more than a RAM cache, but it can be slower.
+Both of these cache options can be configured in the :ref:`Preferences <prefs-system-sound>`.
+
+Another way to improve performance is by using :ref:`Strip Proxies <bpy.types.SequenceProxy>`
+These are used to cache images or movies in a file that is easier to playback
+by reducing the image quality by either decreasing the resolution and/or compressing the image.

Modified: trunk/blender_docs/manual/video_editing/introduction.rst
===================================================================
--- trunk/blender_docs/manual/video_editing/introduction.rst	2021-06-10 22:41:10 UTC (rev 8125)
+++ trunk/blender_docs/manual/video_editing/introduction.rst	2021-06-10 23:28:21 UTC (rev 8126)
@@ -17,42 +17,3 @@
 .. figure:: /images/video-editing_introduction_screen-layout.png
 
    Default Video Editing screen layout.
-
-
-View Types
-==========
-
-.. figure:: /images/video-editing_introduction_types.png
-   :align: right
-
-The Video Sequence Editor has three view types for the main view:
-
-Sequencer
-   View timeline and strip properties.
-Preview
-   View preview window and preview properties.
-Sequencer/Preview
-   Combined view of preview and timeline and properties of both.
-
-It is possible to create multiple instances of any view type in single workspace.
-
-.. note::
-
-   By default the Sequencer is enabled, however, it can be disabled
-   in the :ref:`render-output-postprocess`.
-
-
-Performance
-===========
-
-Playback performance can be improved through several ways.
-The biggest impact on performance is to allow the Video Sequencer to cache the playback.
-There are two levels of cache, the first is a RAM cache,
-this is enabled by default but can be increased based on the amount of RAM available.
-The next level of cache is a disk cache which stores cached strips on disk.
-A disk cache can generally cache more than a RAM cache, but it can be slower.
-Both of these cache options can be configured in the :ref:`Preferences <prefs-system-sound>`.
-
-Another way to improve performance is by using :ref:`Strip Proxies <bpy.types.SequenceProxy>`
-These are used to cache images or movies in a file that is easier to playback
-by reducing the image quality by either decreasing the resolution and/or compressing the image.



More information about the Bf-docboard-svn mailing list