[Bf-docboard-svn] bf-manual: [9501] branches/blender-3.3-release/blender_docs/manual: VSE: Improved Retiming system

Aaron Carlisle noreply at blender.org
Sun Aug 21 00:23:42 CEST 2022


Revision: 9501
          https://developer.blender.org/rBM9501
Author:   Blendify
Date:     2022-08-21 00:23:42 +0200 (Sun, 21 Aug 2022)
Log Message:
-----------
VSE: Improved Retiming system

rB302b04a5a3fc0e767ac784424f78ce2edf5d2844

Modified Paths:
--------------
    branches/blender-3.3-release/blender_docs/manual/editors/video_sequencer/sequencer/sidebar/strip.rst
    branches/blender-3.3-release/blender_docs/manual/video_editing/edit/montage/strips/movie.rst

Modified: branches/blender-3.3-release/blender_docs/manual/editors/video_sequencer/sequencer/sidebar/strip.rst
===================================================================
--- branches/blender-3.3-release/blender_docs/manual/editors/video_sequencer/sequencer/sidebar/strip.rst	2022-08-19 03:17:21 UTC (rev 9500)
+++ branches/blender-3.3-release/blender_docs/manual/editors/video_sequencer/sequencer/sidebar/strip.rst	2022-08-20 22:23:42 UTC (rev 9501)
@@ -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

Modified: branches/blender-3.3-release/blender_docs/manual/video_editing/edit/montage/strips/movie.rst
===================================================================
--- branches/blender-3.3-release/blender_docs/manual/video_editing/edit/montage/strips/movie.rst	2022-08-19 03:17:21 UTC (rev 9500)
+++ branches/blender-3.3-release/blender_docs/manual/video_editing/edit/montage/strips/movie.rst	2022-08-20 22:23:42 UTC (rev 9501)
@@ -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.
 



More information about the Bf-docboard-svn mailing list