Aras Pranckevicius aras_p
Aras Pranckevicius commented on pull request blender/blender#129575 2024-10-31 06:03:28 +01:00
WIP: Sequencer: Add time estimate to render info display

Hmm good question indeed. UX is hard! @Sergey perhaps has some opinions in how the Cycles estimate times should be presented and where exactly.

Aras Pranckevicius pushed to main at blender/blender-test-data 2024-10-30 13:42:31 +01:00
e4ef8d605b VSE: update image for #129325 fix
Aras Pranckevicius pushed to main at blender/blender 2024-10-30 13:42:20 +01:00
44ec81695c Fix #129325: VSE blur effect is biased for byte images
Aras Pranckevicius closed issue blender/blender#129325 2024-10-30 13:42:18 +01:00
VSE: Gaussian Blur gives wrong RGBA values for pure white, at fractional blur sizes
Aras Pranckevicius commented on pull request blender/blender#129298 2024-10-30 13:14:35 +01:00
ffmpeg: 10 and 12 bit video support

@blender-bot package

Aras Pranckevicius pushed to main at blender/blender 2024-10-30 12:41:45 +01:00
30d606ea86 Cleanup: cleaner initialization of VSE effects
66889e4a41 Fix: VSE GaussianBlur effect using wrong allocation size
Compare 2 commits »
Aras Pranckevicius pushed to ffmpeg_higher_bpp at aras_p/blender 2024-10-30 12:28:54 +01:00
dd6340987e Merge branch 'main' into ffmpeg_higher_bpp
f86710b90f Cleanup: pass multiple arguments to str.startswith
160e76cd9d Cleanup: remove unused function BM_mesh_active_elem_index_get
bc02853c29 Merge branch 'blender-v4.3-release'
c5362d76ff Merge branch 'blender-v4.3-release'
Compare 227 commits »
Aras Pranckevicius commented on pull request blender/blender#129298 2024-10-30 11:54:34 +01:00
ffmpeg: 10 and 12 bit video support

@Sergey ok moved color depth property to be under Encoding (updated screenshot in PR description)

Aras Pranckevicius pushed to ffmpeg_higher_bpp at aras_p/blender 2024-10-30 11:51:50 +01:00
e3f066a592 Move video color depth UI property to be within Encoding block
Aras Pranckevicius commented on pull request blender/blender#129575 2024-10-30 08:51:24 +01:00
WIP: Sequencer: Add time estimate to render info display

Given that the changed files seem to be fairly "generic" (not sequencer specific), indeed: how hard would it to extend this to show up for all "render animation" renders? Like today even if you…

Aras Pranckevicius commented on pull request blender/blender#129298 2024-10-28 12:35:50 +01:00
ffmpeg: 10 and 12 bit video support

The UI issue you're raising is a very good question. In Blender the rule is that option should not affect something that is "prior" to it. So, this way changing codec or whatever should not…

Aras Pranckevicius commented on issue blender/blender#129317 2024-10-23 06:28:34 +02:00
STL import always merges co-located vertices, need option to turn that off

Yeah the STL importers (all of them) have been always merging vertices that happen to be at the same coordinates. Maybe an import option to not do that should be added, I will look.

Aras Pranckevicius commented on issue blender/blender#129325 2024-10-22 19:08:06 +02:00
VSE: Gaussian Blur gives wrong RGBA values for pure white, at fractional blur sizes

@SergeL from a quick look, this only seems to happen when gaussian blur size is a non-integer value. Do you see the same?

I will try to investigate the root cause. But most likely will happen…

Aras Pranckevicius commented on pull request blender/blender#129119 2024-10-21 18:20:29 +02:00
ffmpeg: Support H.265 video output codec

Will there be RGBA mode also supported with H.265 in future? As Wikipedia says, the format does support additional channels.

From what I can tell, while the format supports "additional…

Aras Pranckevicius commented on pull request blender/blender#129298 2024-10-21 14:56:39 +02:00
ffmpeg: 10 and 12 bit video support
Aras Pranckevicius commented on pull request blender/blender#120033 2024-10-21 14:54:26 +02:00
WIP: Video: 10/12 BPP and HDR video output support

10- and 12-bit parts (except HDR) superseded by #129298 now

Aras Pranckevicius pushed to ffmpeg_higher_bpp at aras_p/blender 2024-10-21 14:47:02 +02:00
baf1fe7e4f ffmpeg: Load 10- and 12-bit videos as floating point
a104076205 ffmpeg: Support output of 10- and 12-bit videos with relevant codecs
7567c07480 Merge remote-tracking branch 'origin/blender-v4.3-release'
28ea1d2f7b Fix: VSE scopes crash on float images
8b8ab301a4 Cleanup: Clarify Cryptomatte layer identification
Compare 15 commits »
Aras Pranckevicius pushed to main at blender/blender 2024-10-21 14:46:10 +02:00
7567c07480 Merge remote-tracking branch 'origin/blender-v4.3-release'
28ea1d2f7b Fix: VSE scopes crash on float images
d7368e0068 Cleanup: remove unused variable
b686e72e57 Fix: wrong offset in the 'Has Neighbour' output of the 'Index of Nearest' node
Compare 4 commits »
Aras Pranckevicius deleted branch vse_float_scopes_crash_fix from aras_p/blender 2024-10-21 14:44:12 +02:00