- Kaunas, Lithuania
- https://aras-p.info/
- Joined on
2022-01-20
Block a user
0670ccd4fb
Refactor: factor out ffmpeg CRF/rate setting into one function
4ba944b15a
GPU: GLSL Preprocess: Always remove quotes
7110890b09
GPU: GLSL preprocessor: Only do function parsing on library files
11dfa3297e
Merge branch 'blender-v4.3-release'
ccb92947c5
Fix #129067: Transforming an edit-mesh crashes with cage editing
Aras Pranckevicius
deleted branch ffmpeg_crf_codecs_check from aras_p/blender
2024-10-16 05:49:35 +02:00
Fix: Video CRF being reset when switching to AV1 codec
Aras Pranckevicius
deleted branch ffmpeg_webm_lossless_fix from aras_p/blender
2024-10-15 12:19:14 +02:00
Fix: ffmpeg VP9 lossless flag was wrongly applied to all WebM containers
Fix: Video CRF being reset when switching to AV1 codec
Aras Pranckevicius
created branch ffmpeg_crf_codecs_check in aras_p/blender
2024-10-15 11:47:55 +02:00
Fix: ffmpeg VP9 lossless flag was wrongly applied to all WebM containers
06da364fbc
Fix: ffmpeg VP9 lossless flag was wrongly applied to all WebM containers
989634c0a1
Fix: handle embedded IDs when upgrading to slotted actions
26edd760bb
Merge branch 'blender-v4.3-release'
2cfe69c07d
Cycles: Fix error handling of BVH transfer to device
440dc61db2
Compositor: Add stub implemenetation for CPU pixel nodes
Aras Pranckevicius
created branch ffmpeg_webm_lossless_fix in aras_p/blender
2024-10-15 11:21:12 +02:00
Red line artefact on VSE Strip with waveform
That is true, but this bug has existed for a long time, and my guess would be that it is not a "shipstopper" (like a crash, data corruption, etc.). Visual annoyance / confusion, yes. But not…
Red line artefact on VSE Strip with waveform
Yes before Blender 4.1 the audio waveform drawing code was marking some parts of the waveform as "this goes past 100% volume" (i.e. red) incorrectly. This has been fixed in Blender 4.1 and later.…