Video Sequence Editor (Sequencer) Module #64682

Open
opened 4 years ago by ideasman42 · 25 comments
Owner

Design task to coordinate the VSE (video sequence editor) project. This is a curated list of items agreed on by module owners.

Important links:

Order of importance:

  • {icon circle color=red} Very Important - These we should handle before the next release.
  • {icon circle color=yellow} Somewhat Important - These issues would be nice to do as soon as possible.
  • {icon circle color=green} Less Important - Extra polish, nice to have.
  • ? Incomplete - Tasks needing more details before implementing.

Long Term Projects

Development may span multiple release cycles.

  • ? #65720 (Fast image processing library)

Medium Term Projects

Development should be possible in a single release cycle.

  • {icon circle color=red} #65432 (VSE: Disk cache)
  • {icon circle color=yellow} #65724 (VSE operators rework)
  • {icon circle color=yellow} #59540 (VSE timeline manipulation API)
  • ? #65719 (VSE timeline import / export)

Paper Cuts

Small improvements and polish.

  • {icon circle color=green} #65458 (In the VSE Preview - Text "X & Y" alignments are not working correctly)
  • {icon circle color=yellow} #57976 (VSE, marker area is invisibly blocking the strips)
  • {icon circle color=yellow} #54395 (VSE Edit Strip - Original Dimensions shows Proxy Dimensions)
  • {icon circle color=yellow} #59954 (View all Sequences doesn't show all sequences)
  • {icon circle color=yellow} #54273 (Large images gets cropped when downscaled in VSE)
  • {icon circle color=yellow} #51828 (VSE Proxy smaller than 100% produces wrong results when using input Crop or Offset for movie strip)
  • {icon circle color=yellow} #51077 (Generated movie strip proxy files are never used)
  • {icon circle color=yellow} #36263 (Pasted strip doesnt have F-Curve keyframes from the original)
Design task to coordinate the VSE (video sequence editor) project. This is a curated list of items agreed on by module owners. Important links: * [Bugs ](https://developer.blender.org/maniphest/query/.10PQctE7l4V) * [Known Issues ](https://developer.blender.org/maniphest/query/3rhA9zNd10G5) * [Unclassified Reports ](https://developer.blender.org/maniphest/query/2ZbkIN0QqKeS) Order of importance: - {icon circle color=red} **Very Important** - *These we should handle before the next release.* - {icon circle color=yellow} **Somewhat Important** - *These issues would be nice to do as soon as possible.* - {icon circle color=green} **Less Important** - *Extra polish, nice to have.* - `?` **Incomplete** - *Tasks needing more details before implementing.* # Long Term Projects Development may span multiple release cycles. - `?` #65720 (Fast image processing library) # Medium Term Projects Development should be possible in a single release cycle. - {icon circle color=red} #65432 (VSE: Disk cache) - {icon circle color=yellow} #65724 (VSE operators rework) - {icon circle color=yellow} #59540 (VSE timeline manipulation API) - `?` #65719 (VSE timeline import / export) # Paper Cuts Small improvements and polish. - {icon circle color=green} #65458 (In the VSE Preview - Text "X & Y" alignments are not working correctly) - {icon circle color=yellow} #57976 (VSE, marker area is invisibly blocking the strips) - {icon circle color=yellow} #54395 (VSE Edit Strip - Original Dimensions shows Proxy Dimensions) - {icon circle color=yellow} #59954 (View all Sequences doesn't show all sequences) - {icon circle color=yellow} #54273 (Large images gets cropped when downscaled in VSE) - {icon circle color=yellow} #51828 (VSE Proxy smaller than 100% produces wrong results when using input Crop or Offset for movie strip) - {icon circle color=yellow} #51077 (Generated movie strip proxy files are never used) - {icon circle color=yellow} #36263 (Pasted strip doesnt have F-Curve keyframes from the original)
Poster
Owner

Added subscribers: @ideasman42, @mont29, @dfelinto, @Sergey, @brecht

Added subscribers: @ideasman42, @mont29, @dfelinto, @Sergey, @brecht
iss was assigned by ideasman42 4 years ago

Added subscriber: @tintwotin

Added subscriber: @tintwotin

I came across this old patch: https:*developer.blender.org/T6882
This patch adds the ability to select the adjoining handles on adjacent strips with a single click.

When working on the VSE Reworked project, the ability to easily select adjoined handles for rolling adjoined cuts wasn't possible through python. This type of edit is as common as ex. sliding the contents of a strip, so it definitely belongs in the VSE toolbox. So I would suggest it was added to the list above. I don't know if I can or should just add it to the list? @iss What would you prefer, as procedure for adding things to the list?

I came across this old patch: [https:*developer.blender.org/T6882 ](https:*developer.blender.org/T6882) *This patch adds the ability to select the adjoining handles on adjacent strips with a single click.* When working on the VSE Reworked project, the ability to easily select adjoined handles for rolling adjoined cuts wasn't possible through python. This type of edit is as common as ex. sliding the contents of a strip, so it definitely belongs in the VSE toolbox. So I would suggest it was added to the list above. I don't know if I can or should just add it to the list? @iss What would you prefer, as procedure for adding things to the list?
brecht commented 4 years ago
Owner

Only module owners should add things to the list, which they take responsibility to review and accept.

Only module owners should add things to the list, which they take responsibility to review and accept.
iss commented 4 years ago
Collaborator
There is no content yet.

Added subscriber: @GDQuest

Added subscriber: @GDQuest

I'd like to start contributing to the VSE itself instead of working on add-ons. But it's still not clear what the target is for the project, what are the intended or supported use cases, and which contributions would be welcome or not.

Who are the target uses or users? What's the scope of the project?

I can help with rewriting operators to Python, as an exercise to work with the C codebase. I'd gladly help to clean up and add features proposed by @tintwotin, splitting them in individual patches to make review manageable.

Could you confirm it's okay to add new operators in Python? If not, I can work in C. But if we can work in Python, we're at least a few devs who'd like to contribute to the VSE.

As I said on the chat, I'm ready to get started contributing, I would just like to know that I can work on something that's wanted by the Blender team or as part of the project.

I'd like to start contributing to the VSE itself instead of working on add-ons. But it's still not clear what the target is for the project, what are the intended or supported use cases, and which contributions would be welcome or not. Who are the target uses or users? What's the scope of the project? I can help with rewriting operators to Python, as an exercise to work with the C codebase. I'd gladly help to clean up and add features proposed by @tintwotin, splitting them in individual patches to make review manageable. Could you confirm it's okay to add new operators in Python? If not, I can work in C. But if we can work in Python, we're at least a few devs who'd like to contribute to the VSE. As I said on the chat, I'm ready to get started contributing, I would just like to know that I can work on something that's wanted by the Blender team or as part of the project.
Poster
Owner

@iss each item added should be a task.

Otherwise this task risks becoming a forum thread where people ask about items in this list which aren't explained or referenced elsewhere (as has already happened).

@iss each item added should be a task. Otherwise this task risks becoming a forum thread where people ask about items in this list which aren't explained or referenced elsewhere *(as has already happened)*.
iss commented 4 years ago
Collaborator

In #64682#691215, @ideasman42 wrote:
@iss each item added should be a task.

Otherwise this task risks becoming a forum thread where people ask about items in this list which aren't explained or referenced elsewhere (as has already happened).

I will add them. I guess I could add diffs where the work is already in progress?

> In #64682#691215, @ideasman42 wrote: > @iss each item added should be a task. > > Otherwise this task risks becoming a forum thread where people ask about items in this list which aren't explained or referenced elsewhere *(as has already happened)*. I will add them. I guess I could add diffs where the work is already in progress?
Poster
Owner

There is no need to add diff's, add the tasks that describe whats planned.

For example, say someone wants to work on or ask questions about SIMD / GPU image processing library or Rewrite most operators in python - there is currently no details about these tasks, the motivation for adding them, possible down sides... etc.

There is no need to add diff's, add the tasks that describe whats planned. For example, say someone wants to work on or ask questions about `SIMD / GPU image processing library` or `Rewrite most operators in python` - there is currently no details about these tasks, the motivation for adding them, possible down sides... etc.

Added subscriber: @T.R.O.Nunes

Added subscriber: @T.R.O.Nunes

Added subscriber: @Pipeliner

Added subscriber: @Pipeliner

Added subscriber: @AndreaMonzini

Added subscriber: @AndreaMonzini

This comment was removed by @tintwotin

*This comment was removed by @tintwotin*
ideasman42 changed title from Video Sequence Editor (VSE) Module to Video Sequence Editor (Sequencer) Module 3 years ago
Poster
Owner

Please don't use this task for discussion.

Please don't use this task for discussion.
Collaborator

Added subscriber: @LucianoMunoz

Added subscriber: @LucianoMunoz

Added subscriber: @Bearcat

Added subscriber: @Bearcat
mendio commented 3 years ago
Collaborator

Added subscriber: @mendio

Added subscriber: @mendio

Added subscriber: @avantcontra

Added subscriber: @avantcontra
c2ba commented 3 years ago

Added subscriber: @c2ba

Added subscriber: @c2ba

Added subscriber: @PhilippeCrassous

Added subscriber: @PhilippeCrassous

Added subscriber: @AndyCuccaro

Added subscriber: @AndyCuccaro
Kdaf commented 3 years ago
Collaborator

Added subscriber: @Kdaf

Added subscriber: @Kdaf

Added subscriber: @gasilvaj

Added subscriber: @gasilvaj

Added subscriber: @MarceloFreitas

Added subscriber: @MarceloFreitas
iss added this to the Video Sequencer project 16 hours ago
lichtwerk removed the
legacy module/VFX & Video
label 3 hours ago
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/Collada
Interest/Compositing
Interest/Core
Interest/Cycles
Interest/Dependency Graph
Interest/Development Management
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/Modeling
Interest/Modifiers
Interest/Motion Tracking
Interest/Nodes & Physics
Interest/Overrides
Interest/Performance
Interest/Performance
Interest/Physics
Interest/Pipeline, Assets & I/O
Interest/Platforms, Builds, Tests & Devices
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
legacy module/Animation & Rigging
legacy module/Core
legacy module/Development Management
legacy module/Eevee & Viewport
legacy module/Grease Pencil
legacy module/Modeling
legacy module/Nodes & Physics
legacy module/Pipeline, Assets & IO
legacy module/Platforms, Builds, Tests & Devices
legacy module/Python API
legacy module/Rendering & Cycles
legacy module/Sculpt, Paint & Texture
legacy module/Triaging
legacy module/User Interface
legacy module/VFX & Video
legacy project/1.0.0-beta.2
legacy project/Asset Browser (Archived)
legacy project/BF Blender: 2.8
legacy project/BF Blender: After Release
legacy project/BF Blender: Next
legacy project/BF Blender: Regressions
legacy project/BF Blender: Unconfirmed
legacy project/Blender 2.70
legacy project/Code Quest
legacy project/Datablocks and Libraries
legacy project/Eevee
legacy project/Game Animation
legacy project/Game Audio
legacy project/Game Data Conversion
legacy project/Game Engine
legacy project/Game Logic
legacy project/Game Physics
legacy project/Game Python
legacy project/Game Rendering
legacy project/Game UI
legacy project/GPU / Viewport
legacy project/GSoC
legacy project/Infrastructure: Websites
legacy project/LibOverrides - Usability and UX
legacy project/Milestone 1: Basic, Local Asset Browser
legacy project/Nodes
legacy project/OpenGL Error
legacy project/Papercut
legacy project/Pose Library Basics
legacy project/Retrospective
legacy project/Tracker Curfew
legacy project/Wintab High Frequency
Meta/Good First Issue
Meta/Papercut
migration/requires-manual-verification
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 & Devices
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 Information 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 Assignees
18 Participants
Notifications
Due Date

No due date set.

Dependencies

No dependencies set.

Reference: blender/blender#64682
Loading…
There is no content yet.