Aras Pranckevicius aras_p
Aras Pranckevicius deleted branch scene_seq_read_fix from aras_p/blender 2024-11-15 11:52:10 +01:00
Aras Pranckevicius merged pull request blender/blender#130296 2024-11-15 11:52:07 +01:00
Fix: Reading some old blend files fires assert in Sequencer data read
Aras Pranckevicius pushed to blender-v4.3-release at blender/blender 2024-11-15 11:52:07 +01:00
64198971ea Fix: Reading some old blend files fires assert in Sequencer data read
Aras Pranckevicius pushed to scene_seq_read_fix at aras_p/blender 2024-11-15 10:39:57 +01:00
655ada8094 Code review feedback
Aras Pranckevicius created pull request blender/blender#130296 2024-11-14 21:01:58 +01:00
Fix: Reading some old blend files fires assert in Sequencer data read
Aras Pranckevicius created branch scene_seq_read_fix in aras_p/blender 2024-11-14 21:01:08 +01:00
Aras Pranckevicius pushed to scene_seq_read_fix at aras_p/blender 2024-11-14 21:01:08 +01:00
fd7d4578d5 Fix: Reading some old blend files fires assert in Sequencer data read
b8b3f8e723 Release: Bump 4.3 to rc
221cef2855 Formatting
3b44f84686 Fix #130182: Unique layer name in move to layer popup box
aad4e62173 Libs: Update linux libs
Compare 10 commits »
Aras Pranckevicius commented on pull request blender/blender#127401 2024-11-14 16:44:05 +01:00
Cleanup: VSE effects never have 3 inputs, remove seq3 handling

@weizhen thanks, looking into it. I have no idea why it happens, trying to talk with Sergey... Meanwhile, locally commenting out that assert that fires should unblock you. Everything seems to work…

Aras Pranckevicius commented on pull request blender/blender#127401 2024-11-14 16:07:43 +01:00
Cleanup: VSE effects never have 3 inputs, remove seq3 handling

@weizhen can you share the blend file? (I have no idea what is wdas_cloud.blend or where to get one)

Aras Pranckevicius pushed to main at blender/blender 2024-11-14 13:28:46 +01:00
c7432c25ac Tests: increase allowed error threshold for VSE render tests
Aras Pranckevicius pushed to main at blender/blender 2024-11-14 09:05:03 +01:00
527e33cef6 Fix #60947: ffmpeg video colors shifted/banded in some players
Aras Pranckevicius closed issue blender/blender#60947 2024-11-14 09:05:01 +01:00
FFMpeg color offset
Aras Pranckevicius deleted branch ffmpeg-color-metadata from aras_p/blender 2024-11-14 09:05:01 +01:00
Aras Pranckevicius merged pull request blender/blender#130021 2024-11-14 09:04:57 +01:00
Fix #60947: ffmpeg video colors shifted/banded in some players
Aras Pranckevicius commented on pull request blender/blender#130021 2024-11-13 17:57:04 +01:00
Fix #60947: ffmpeg video colors shifted/banded in some players

@Sergey @iss ok now the issue with proxies should be fixed.

Aras Pranckevicius pushed to ffmpeg-color-metadata at aras_p/blender 2024-11-13 17:56:36 +01:00
1ca47d4e83 Fix: VSE movie proxies have color shifts when source movie has colorspace info
0bb50909d6 Merge branch 'main' into ffmpeg-color-metadata
49c6a0320c Tests: add VSE render test coverage for ffmpeg movie decoding
64a9260921 Core: remove WITH_CXX_GUARDEDALLOC option
702bdde96d Merge branch 'blender-v4.3-release'
Compare 160 commits »
Aras Pranckevicius commented on pull request blender/blender#130021 2024-11-13 17:46:10 +01:00
Fix #60947: ffmpeg video colors shifted/banded in some players

Here are the files, with movie rendered on my machine, just in case. This does not happen in main. Also no proxies involved. Speaking of proxies, We should add colorspace/encoding metadata to…

Aras Pranckevicius commented on pull request blender/blender#130021 2024-11-13 14:23:22 +01:00
Fix #60947: ffmpeg video colors shifted/banded in some players
  • Same issue happens in the main branch before this PR.

Ah, so this is not something caused by this PR? What Richard said sounded like an issue introduced by this PR. That said...

-…

Aras Pranckevicius pushed to main at blender/blender 2024-11-13 14:00:04 +01:00
49c6a0320c Tests: add VSE render test coverage for ffmpeg movie decoding