Regression: Loading a VSE .blend file created in older version into 3.6.0 loses information about video/audio clip cut lengths #110333

Closed
opened 2023-07-21 06:33:46 +02:00 by James-28 · 8 comments

System Information
Operating system: Windows-10-10.0.19045-SP0 64 Bits
Graphics card: NVIDIA GeForce GT 1030/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 536.67

Blender Version
Broken: version: 3.6.0, branch: blender-v3.6-release, commit date: 2023-06-27 08:08, hash: c7fc78b81ecb
Worked: tested on 3.0.0 and 3.1.0
Caused by c9be925f7d

Short description of error
Loading a .blend file with VSE data made in Blender 3.0.0 behaves unexpectedly when saved and opened in 3.6.0. The lengths of audio strips associated with videos are not retained. When loading the blend file in 3.6.0 the "Strip Start Offset" is reset to zero, thus making all of the start times of the audio strips incorrect.

Exact steps for others to reproduce the error

  • Open Blender 3.0.0 and start a blank VSE project.
  • Drag a video clip with audio into the timeline (I used an MKV clip recorded from OBS)
  • Use the "k" key to make some cuts to the clip.
  • move the new cuts vertically to make their start and ends easier to see.
  • Save the file as "test.blend"
  • Open the file in Blender 3.6.0
  • Observe that the start points of many of the audio clips are not correct.

Additional Info
I've included a ZIP file that contains a small .blend sample file, as well as a short 9 second .mkv screen recording necessary to demonstrate the bug. This .blend file was created in Blender 3.0.0.

I did not test further if this bug also occurs with pure audio files (such as .wav or .mp3) or if it only occurs with audio from video files. I tested with multiple MKV files generated by OBS, and all had this same issue.

**System Information** Operating system: Windows-10-10.0.19045-SP0 64 Bits Graphics card: NVIDIA GeForce GT 1030/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 536.67 **Blender Version** Broken: version: 3.6.0, branch: blender-v3.6-release, commit date: 2023-06-27 08:08, hash: `c7fc78b81ecb` Worked: tested on 3.0.0 and 3.1.0 Caused by c9be925f7df29eb83f2bcac800bfcbe9882dbf15 **Short description of error** Loading a .blend file with VSE data made in Blender 3.0.0 behaves unexpectedly when saved and opened in 3.6.0. The lengths of audio strips associated with videos are not retained. When loading the blend file in 3.6.0 the "Strip Start Offset" is reset to zero, thus making all of the start times of the audio strips incorrect. **Exact steps for others to reproduce the error** - Open Blender 3.0.0 and start a blank VSE project. - Drag a video clip with audio into the timeline (I used an MKV clip recorded from OBS) - Use the "k" key to make some cuts to the clip. - move the new cuts vertically to make their start and ends easier to see. - Save the file as "test.blend" - Open the file in Blender 3.6.0 - Observe that the start points of many of the audio clips are not correct. **Additional Info** I've included a ZIP file that contains a small .blend sample file, as well as a short 9 second .mkv screen recording necessary to demonstrate the bug. This .blend file was created in Blender 3.0.0. I did not test further if this bug also occurs with pure audio files (such as .wav or .mp3) or if it only occurs with audio from video files. I tested with multiple MKV files generated by OBS, and all had this same issue.
James-28 added the
Type
Report
Status
Needs Triage
Priority
Normal
labels 2023-07-21 06:33:46 +02:00
Member

@iss might want to take a look at this one

@iss might want to take a look at this one
Member

Can confirm, quite recent regression introduced after 3.5 release

Can confirm, quite recent regression introduced after 3.5 release
Member

Broke between 54e397cc7830 - 654cfc06c591

Broke between `54e397cc7830 - 654cfc06c591`
Pratik Borhade changed title from Loading a VSE .blend file created in older version into 3.6.0 loses information about video/audio clip cut lengths to Regression: Loading a VSE .blend file created in older version into 3.6.0 loses information about video/audio clip cut lengths 2023-07-25 08:28:47 +02:00
Member

Git bisect points to @iss 's commit: c9be925f7d :)

Git bisect points to @iss 's commit: c9be925f7df29eb83f2bcac800bfcbe9882dbf15 :)
Pratik Borhade added this to the 3.6 LTS milestone 2023-07-28 12:33:55 +02:00

In #107289 I had only files that are saved after versioning failed available, so normally I wouldn't attempt to fix such issue. Fortunately I can distinguish unaffected files.

In #107289 I had only files that are saved after versioning failed available, so normally I wouldn't attempt to fix such issue. Fortunately I can distinguish unaffected files.
Blender Bot added
Status
Resolved
and removed
Status
Confirmed
labels 2023-07-31 22:29:58 +02:00
Author

Hi, this was my first bug report. I assume then that this fix will be added to the next update? How do I apply this fix?

I've never installed a patch/fix to any existing version of Blender before. Would I just download 3.6 installer and overwrite my existing 3.6 install when it releases? Or will Blender auto-update? If not, is there some way I can get a notification for when this fix is released?

Also, thanks for the hard work and quick responses.

Hi, this was my first bug report. I assume then that this fix will be added to the next update? How do I apply this fix? I've never installed a patch/fix to any existing version of Blender before. Would I just download 3.6 installer and overwrite my existing 3.6 install when it releases? Or will Blender auto-update? If not, is there some way I can get a notification for when this fix is released? Also, thanks for the hard work and quick responses.
Member

Hi @James-28 , this will be available in the next release of 3.6.1 and it should already be available in 4.0 daily build. When it comes out just simply install over old version, or you can keep both version installed separately (downloading portable zip is also a good idea). Blender will not be self-updating. In #109399 you can check if this (#110333) has been backported, in which case the 3.6 daily build will include this fix.

Hi @James-28 , this will be available in the next release of 3.6.1 and it should already be available in 4.0 daily build. When it comes out just simply install over old version, or you can keep both version installed separately (downloading portable zip is also a good idea). Blender will not be self-updating. In #109399 you can check if this (#110333) has been backported, in which case the 3.6 daily build will include this fix.
Author

Ok thanks! Yeah I have a few versions of Blender installed for different projects (2.80, 3.0, 3.6) but I wasn't sure if there was "backporting" (that's a new word to me) or how ever that works with the "LTS" versions.

I know 3.6 LTS stands for "long term support until June 2025" but does that "long term support" period also apply to subsequent sub-versions (3.6.1, 3.6.2, etc)? I'm just a little confused on what exactly the LTS refers to, the specific 3.6.0 release or the whole 3.6.x "family".

I've always found software versioning to be confusing, in general.

Ok thanks! Yeah I have a few versions of Blender installed for different projects (2.80, 3.0, 3.6) but I wasn't sure if there was "backporting" (that's a new word to me) or how ever that works with the "LTS" versions. I know 3.6 LTS stands for "long term support until June 2025" but does that "long term support" period also apply to subsequent sub-versions (3.6.1, 3.6.2, etc)? I'm just a little confused on what exactly the LTS refers to, the specific 3.6.0 release or the whole 3.6.x "family". I've always found software versioning to be confusing, in general.
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
4 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#110333
No description provided.