The Video Sequencer Bugs #82698

Closed
opened 2020-11-13 16:05:32 +01:00 by Vova12zx · 16 comments

System Information
Operating system: Windows 10
Graphics card: NVIDIA GeForce GTX 970M, 3 GB
Intel(R) Core(TM) i7-5700HQ CPU @ 2.70GHz

Blender Version
Blender 2.83+ LTS (Blender 2.9+ as well)

Short description of error
Mask applied on color strip can not be retimed with speed effect strip.
This is because generator strips does have length set to 1.

Exact steps for others to reproduce the error
#82698.blend

Preview animation.

**System Information** Operating system: Windows 10 Graphics card: NVIDIA GeForce GTX 970M, 3 GB Intel(R) Core(TM) i7-5700HQ CPU @ 2.70GHz **Blender Version** Blender 2.83+ LTS (Blender 2.9+ as well) **Short description of error** Mask applied on color strip can not be retimed with speed effect strip. This is because generator strips does have length set to 1. **Exact steps for others to reproduce the error** [#82698.blend](https://archive.blender.org/developer/F9553046/T82698.blend) Preview animation.
Author

Added subscriber: @Vova12zx

Added subscriber: @Vova12zx

Added subscriber: @iss

Added subscriber: @iss

Changed status from 'Needs Triage' to: 'Needs User Info'

Changed status from 'Needs Triage' to: 'Needs User Info'

I can't seem to be able to reproduce case 1, please add steps to reproduce
I don't use masks really, so I would appreciate steps here as well.

Also please make report for each bug

I can't seem to be able to reproduce case 1, please add steps to reproduce I don't use masks really, so I would appreciate steps here as well. Also please make report for each bug
Author
  1. Please watch the video to reproduce Case 1:

Case_1.mp4

Notes:
See the "moving water" which is "freezing" when the transition:
Adjustment.002 -> Wipe.002

See the "falling leaves" which are "freezing" when the transition:
Wipe.002 -> Adjustment.003

It looks like a lost dynamic of the video!

  1. Please watch the video to reproduce Case 2:

Case_2.mp4

Notes:
See the Graph Editor / Sequencer Preview / Mask (with animation):
An animation curve type cannot be changed when creating an animation of the curve/square/circle mask.
The curve type remains only Constant / Linear!

Have a good day and open new useful features!

1) Please watch the video to reproduce Case 1: [Case_1.mp4](https://archive.blender.org/developer/F9283476/Case_1.mp4) Notes: See the "moving water" which is "freezing" when the transition: Adjustment.002 -> Wipe.002 See the "falling leaves" which are "freezing" when the transition: Wipe.002 -> Adjustment.003 It looks like a lost dynamic of the video! 2) Please watch the video to reproduce Case 2: [Case_2.mp4](https://archive.blender.org/developer/F9283475/Case_2.mp4) Notes: See the Graph Editor / Sequencer Preview / Mask (with animation): An animation curve type cannot be changed when creating an animation of the curve/square/circle mask. The curve type remains only Constant / Linear! Have a good day and open new useful features!

Changed status from 'Needs User Info' to: 'Confirmed'

Changed status from 'Needs User Info' to: 'Confirmed'

Thanks for videos,

In case of transition, strips have to overlap. See example below
transition.blend

In second case this seems to be because result is cached and changing curve doesn't trigger cache invalidation. You can press Ctrl+R to do invalidation manually.
It is valid issue though, and it should be resolved, but it is relatively complex issue to solve and it may require design changes. so I will mark this known issue for now.

Thanks for videos, In case of transition, strips have to overlap. See example below [transition.blend](https://archive.blender.org/developer/F9359505/transition.blend) In second case this seems to be because result is cached and changing curve doesn't trigger cache invalidation. You can press Ctrl+R to do invalidation manually. It is valid issue though, and it should be resolved, but it is relatively complex issue to solve and it may require design changes. so I will mark this known issue for now.
Author

Thanks for the answer, Richard!

  1. I have watched the "transition.blend" file -> Your method works! :)
  2. I have pressed these "Ctrl+R" keys -> This method doesn't work! :(
    It relates not only to any Curve mask animation, but also to the simple
    Square and Circle masks when animating the Scale, Rotate, and Move properties.
    The curve type still remains only Constant or Linear when changing to any other one!

Have interesting experiments, and lucky Blender improvements!

Thanks for the answer, Richard! 1) I have watched the "transition.blend" file -> Your method works! :) 2) I have pressed these "Ctrl+R" keys -> This method doesn't work! :( It relates not only to any Curve mask animation, but also to the simple Square and Circle masks when animating the Scale, Rotate, and Move properties. The curve type still remains only Constant or Linear when changing to any other one! Have interesting experiments, and lucky Blender improvements!

In #82698#1059727, @Vova12zx wrote:
Thanks for the answer, Richard!

  1. I have watched the "transition.blend" file -> Your method works! :)
  2. I have pressed these "Ctrl+R" keys -> This method doesn't work! :(

Sorry I should have been more clear - you must press Ctrl+R in timeline so the orange line on bottom dissappears. Can you re-check? Otherwise can you upload .blend file so I can have a look at what is going on?

> In #82698#1059727, @Vova12zx wrote: > Thanks for the answer, Richard! > > 1) I have watched the "transition.blend" file -> Your method works! :) > 2) I have pressed these "Ctrl+R" keys -> This method doesn't work! :( Sorry I should have been more clear - you must press Ctrl+R in timeline so the orange line on bottom dissappears. Can you re-check? Otherwise can you upload .blend file so I can have a look at what is going on?
Author

I changed the curve type from Constant to Exponential in the Graph Editor, and then
I pressed the "Ctrl+R" in the Timeline, but the animation of the grey circle has not changed
in the Sequencer Preview, so I uploaded the "mask_test.blend" file for you. Thank you very much!

mask_test.blend

I changed the curve type from Constant to Exponential in the Graph Editor, and then I pressed the "Ctrl+R" in the Timeline, but the animation of the grey circle has not changed in the Sequencer Preview, so I uploaded the "mask_test.blend" file for you. Thank you very much! [mask_test.blend](https://archive.blender.org/developer/F9360196/mask_test.blend)

@Vova12zx Thanks for file, I don't use masking a lot so I didn't see immediately what the problem was.

So far I see that mask shape is defined by discrete keys, visible in dope sheet. Curve in graph is actually link to "expand modifier" button. it has no effect on image.
It seems that mask shape animation can not be pushed into action and controlled that way..

What you should be able to do IMO is to add speed effect to masked strip, and controll mask that way. This doesn't work however... This could be bug or design issue again. Will need to check this

@Vova12zx Thanks for file, I don't use masking a lot so I didn't see immediately what the problem was. So far I see that mask shape is defined by discrete keys, visible in dope sheet. Curve in graph is actually link to "expand modifier" button. it has no effect on image. It seems that mask shape animation can not be pushed into action and controlled that way.. What you should be able to do IMO is to add speed effect to masked strip, and controll mask that way. This doesn't work however... This could be bug or design issue again. Will need to check this
Author

I am very glad that you were able to discover this! :)
After your development checking, If you can fix it,
please let me know... Thanks for the great job!

I am very glad that you were able to discover this! :) After your development checking, If you can fix it, please let me know... Thanks for the great job!

Looking at this, solution seems to be simple, but there may be problems implementing this without some major refactoring being committed first.
I have patches for this change prepared, but it probably won't happen in current release, only in 2.93.

Looking at this, solution seems to be simple, but there may be problems implementing this without some major refactoring being committed first. I have patches for this change prepared, but it probably won't happen in current release, only in 2.93.
Author

Thanks for the future improvement! This is a great thing
that will help many animators, using only the Video Sequencer
and a regular image, which will make it possible to better animate
selected areas using a mask, turning a static image into a dynamic one.

Have prosperity and balance in all spheres of life! Merry Christmas and Happy New Year! :)

Thanks for the future improvement! This is a great thing that will help many animators, using only the Video Sequencer and a regular image, which will make it possible to better animate selected areas using a mask, turning a static image into a dynamic one. Have prosperity and balance in all spheres of life! Merry Christmas and Happy New Year! :)

This issue was referenced by 93c10797dc

This issue was referenced by 93c10797dc35e17bbd96f3711a151acf2d184848

Changed status from 'Confirmed' to: 'Resolved'

Changed status from 'Confirmed' to: 'Resolved'
Richard Antalik self-assigned this 2021-01-25 05:08:55 +01:00
Sign in to join this conversation.
No Label
Interest
Alembic
Interest
Animation & Rigging
Interest
Asset Browser
Interest
Asset Browser Project Overview
Interest
Audio
Interest
Automated Testing
Interest
Blender Asset Bundle
Interest
BlendFile
Interest
Collada
Interest
Compatibility
Interest
Compositing
Interest
Core
Interest
Cycles
Interest
Dependency Graph
Interest
Development Management
Interest
EEVEE
Interest
EEVEE & Viewport
Interest
Freestyle
Interest
Geometry Nodes
Interest
Grease Pencil
Interest
ID Management
Interest
Images & Movies
Interest
Import Export
Interest
Line Art
Interest
Masking
Interest
Metal
Interest
Modeling
Interest
Modifiers
Interest
Motion Tracking
Interest
Nodes & Physics
Interest
OpenGL
Interest
Overlay
Interest
Overrides
Interest
Performance
Interest
Physics
Interest
Pipeline, Assets & IO
Interest
Platforms, Builds & Tests
Interest
Python API
Interest
Render & Cycles
Interest
Render Pipeline
Interest
Sculpt, Paint & Texture
Interest
Text Editor
Interest
Translations
Interest
Triaging
Interest
Undo
Interest
USD
Interest
User Interface
Interest
UV Editing
Interest
VFX & Video
Interest
Video Sequencer
Interest
Virtual Reality
Interest
Vulkan
Interest
Wayland
Interest
Workbench
Interest: X11
Legacy
Blender 2.8 Project
Legacy
Milestone 1: Basic, Local Asset Browser
Legacy
OpenGL Error
Meta
Good First Issue
Meta
Papercut
Meta
Retrospective
Meta
Security
Module
Animation & Rigging
Module
Core
Module
Development Management
Module
EEVEE & Viewport
Module
Grease Pencil
Module
Modeling
Module
Nodes & Physics
Module
Pipeline, Assets & IO
Module
Platforms, Builds & Tests
Module
Python API
Module
Render & Cycles
Module
Sculpt, Paint & Texture
Module
Triaging
Module
User Interface
Module
VFX & Video
Platform
FreeBSD
Platform
Linux
Platform
macOS
Platform
Windows
Priority
High
Priority
Low
Priority
Normal
Priority
Unbreak Now!
Status
Archived
Status
Confirmed
Status
Duplicate
Status
Needs Info from Developers
Status
Needs Information from User
Status
Needs Triage
Status
Resolved
Type
Bug
Type
Design
Type
Known Issue
Type
Patch
Type
Report
Type
To Do
No Milestone
No project
No Assignees
3 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: blender/blender#82698
No description provided.