[Bf-docboard-svn] bf-manual: [9502] trunk/blender_docs/manual/video_editing/edit/montage: Merge branch 'blender-3.3-release'

Aaron Carlisle noreply at blender.org
Sun Aug 21 00:32:30 CEST 2022


Revision: 9502
          https://developer.blender.org/rBM9502
Author:   Blendify
Date:     2022-08-21 00:32:30 +0200 (Sun, 21 Aug 2022)
Log Message:
-----------
Merge branch 'blender-3.3-release'

Modified Paths:
--------------
    trunk/blender_docs/manual/editors/video_sequencer/sequencer/sidebar/strip.rst
    trunk/blender_docs/manual/video_editing/edit/montage/editing.rst
    trunk/blender_docs/manual/video_editing/edit/montage/strips/movie.rst
    trunk/blender_docs/manual/video_editing/edit/montage/strips/scene.rst

Property Changed:
----------------
    trunk/blender_docs/

Index: trunk/blender_docs
===================================================================
--- trunk/blender_docs	2022-08-20 22:23:42 UTC (rev 9501)
+++ trunk/blender_docs	2022-08-20 22:32:30 UTC (rev 9502)

Property changes on: trunk/blender_docs
___________________________________________________________________
Modified: svn:mergeinfo
## -3,4 +3,4 ##
 /branches/blender-3.0-release/blender_docs:8543-9034
 /branches/blender-3.1-release/blender_docs:8904-9230
 /branches/blender-3.2-release/blender_docs:9236-9417
-/branches/blender-3.3-release/blender_docs:9438-9495
\ No newline at end of property
+/branches/blender-3.3-release/blender_docs:9438-9501
\ No newline at end of property
Modified: trunk/blender_docs/manual/editors/video_sequencer/sequencer/sidebar/strip.rst
===================================================================
--- trunk/blender_docs/manual/editors/video_sequencer/sequencer/sidebar/strip.rst	2022-08-20 22:23:42 UTC (rev 9501)
+++ trunk/blender_docs/manual/editors/video_sequencer/sequencer/sidebar/strip.rst	2022-08-20 22:32:30 UTC (rev 9502)
@@ -130,14 +130,16 @@
 
    :Panel:     :menuselection:`Sidebar --> Strip --> Sound`
 
+.. _bpy.types.SoundSequence.volume:
+
 Volume
    The volume of the sound.
    This value, when animated and with the :menuselection:`View --> Show F-Curves` option activated,
    is drawn on the strip as a dark section that follows the animation curve.
    The value is also reflected in the waveform.
-Pitch
-   Coefficient of playback speed.
-   This value will affect length of the strip, that will not be represented in the timeline.
+
+.. _bpy.types.SoundSequence.pan:
+
 Pan
    Used to pan the audio between speakers in multichannel audio.
    Only works for mono sources. The number of audio channels can be configured in
@@ -180,20 +182,33 @@
 Channel
    Changes the channel number, or row, of the strip.
 
+Speed Factor
+   Coefficient of playback speed.
+   This value will affect length of the strip, that will not be represented in the timeline.
+
 .. _bpy.types.Sequence.frame_start:
 
 Start
    Changes the starting frame number of the strip, which is the same as selecting and moving the strip.
+
+.. _bpy.types.Sequence.frame_final_duration:
+
 Duration
    Changes the length, in frames of the strip. This works by changing the end frame,
    which is the same as selecting and moving the strip's right handle.
 End
    Specifies the ending time and ending frame number for the strip.
+
+.. _bpy.types.Sequence.frame_offset_start:
+.. _bpy.types.Sequence.frame_offset_end:
+
 Strip Offset Start/End
    Can be used to either extend the strip beyond the end frame by repeating the last frame.
    Or it can be used to shorten the strip, as if you were cropping the end frame.
    This is the same as adjusting the strip handles.
 
+.. _bpy.types.MovieSequence.animation_offset_start:
+.. _bpy.types.MovieSequence.animation_offset_end:
 .. _sequencer-duration-hard:
 
 Hold Offset Start/End
@@ -267,3 +282,11 @@
 
 Caching
    Sound file is decoded and loaded into the RAM.
+
+Source Information
+   Displays information about the strip's media.
+
+   Samplerate
+      The number of samples per second the audio is encoded at.
+   Channels
+      The number of audio channels encoded into the audio stream.

Modified: trunk/blender_docs/manual/video_editing/edit/montage/editing.rst
===================================================================
--- trunk/blender_docs/manual/video_editing/edit/montage/editing.rst	2022-08-20 22:23:42 UTC (rev 9501)
+++ trunk/blender_docs/manual/video_editing/edit/montage/editing.rst	2022-08-20 22:32:30 UTC (rev 9502)
@@ -343,7 +343,10 @@
 
 Delete the selected strip(s).
 
+Delete Data
+   After removing the Strip, delete the associated data also.
 
+
 Separate Images
 ===============
 
@@ -488,6 +491,19 @@
    Swaps two sequence strips.
 
 
+Change
+======
+
+.. reference::
+
+   :Shortcut:  :kbd:`C`
+
+.. _bpy.ops.sequencer.change_scene:
+
+Change Scene
+   Change the scene assigned to the selected strip.
+
+
 Context Menu
 ============
 

Modified: trunk/blender_docs/manual/video_editing/edit/montage/strips/movie.rst
===================================================================
--- trunk/blender_docs/manual/video_editing/edit/montage/strips/movie.rst	2022-08-20 22:23:42 UTC (rev 9501)
+++ trunk/blender_docs/manual/video_editing/edit/montage/strips/movie.rst	2022-08-20 22:32:30 UTC (rev 9502)
@@ -69,6 +69,9 @@
    based on the :term:`Color Space` of the imported media. In most cases, the *Standard* should be used;
    using the wrong transform could result in inaccurate colors or degraded rendering performance.
 
+Adjust Playback Rate
+   Automatically adjusts the video's speed to playback at the original speed regardless of the scene's framerate.
+
 Sound
    Add a :doc:`Sound Strip </video_editing/edit/montage/strips/sound>` that contains the movie's audio track.
 

Modified: trunk/blender_docs/manual/video_editing/edit/montage/strips/scene.rst
===================================================================
--- trunk/blender_docs/manual/video_editing/edit/montage/strips/scene.rst	2022-08-20 22:23:42 UTC (rev 9501)
+++ trunk/blender_docs/manual/video_editing/edit/montage/strips/scene.rst	2022-08-20 22:32:30 UTC (rev 9502)
@@ -14,6 +14,32 @@
    Scene strips cannot be used to reference the sequence's own scene; a secondary scene must be used instead.
 
 
+Adding Scene Strips
+===================
+
+Existing scenes strips can be added from the :menuselection:`Add --> Scene --> "Scene Name"`.
+New scenes can also be created directly from the add menu with :menuselection:`Add --> Scene --> New Scene`.
+
+.. rubric:: Options
+
+Start Frame
+   The first frame to start the scene strip.
+Channel
+   The channel to place the strip in.
+Replace Selection
+   Replace the active strip with the new scene strip.
+
+When creating a new scene you have the following options:
+
+Type
+   How the new scene is created.
+
+   :New: Add new Strip with a new empty Scene with default settings.
+   :Copy Settings: Add a new Strip, with an empty scene, and copy settings from the current scene.
+   :Linked Copy: Add a Strip and link in the collections from the current scene (shallow copy).
+   :Full Copy: Add a Strip and make a full copy of the current scene.
+
+
 Options
 =======
 



More information about the Bf-docboard-svn mailing list