Updates for Video Sequencer editor - part 3 #104754

Merged
Matthew Hinson merged 5 commits from Matthew-Hinson/blender-manual:video-sequencer3 into main 2024-03-29 17:00:38 +01:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit eb35c28e2b - Show all commits

View File

@ -91,7 +91,7 @@ Overwrite
.. _bpy.types.SequenceProxy.quality: .. _bpy.types.SequenceProxy.quality:
Quality Quality
The video quality for proxies. The video/image quality for proxies.
.. _bpy.types.SequenceProxy.timecode: .. _bpy.types.SequenceProxy.timecode:

View File

@ -255,7 +255,7 @@ Hold Offset Start/End
does the same as the *Strip Offset* properties, but you can in fact combine them does the same as the *Strip Offset* properties, but you can in fact combine them
to hold (freeze) a frame other than the first or last one. For example, if you set the to hold (freeze) a frame other than the first or last one. For example, if you set the
*Hold Offset Start* to 10 and the *Strip Offset Start* to -20, the video will first show *Hold Offset Start* to 10 and the *Strip Offset Start* to -20, the video will first show
the 11th frame of the source for 20 frames, and then play the remaining frames. the 11th frame of the source for 21 frames, and then play the remaining frames.
Current Frame Current Frame
The Playhead's frame number relative to the start of the strip. The Playhead's frame number relative to the start of the strip.