Aras Pranckevicius aras_p
Aras Pranckevicius closed issue blender/blender#88073 2024-07-21 10:02:58 +02:00
(Video editing) Different audio/video lenght after import strip
Aras Pranckevicius commented on issue blender/blender#88073 2024-07-21 10:02:54 +02:00
(Video editing) Different audio/video lenght after import strip

I think the "simple case" of the source video file being of different FPS than the sequencer project, has been already fixed in 3.x or 4.x, right? I'd close this as fixed.

Aras Pranckevicius closed issue blender/blender#81064 2024-07-21 09:47:33 +02:00
Channel numbers becomes unreadable with extreme zoom
Aras Pranckevicius commented on issue blender/blender#81064 2024-07-21 09:47:29 +02:00
Channel numbers becomes unreadable with extreme zoom

Sometime in 3.x or 4.x the channel numbers started to be displayed horizontally, with font size that tries to fit. The labels do become small at extreme zoom levels and high channel counts, but…

Aras Pranckevicius closed issue blender/blender#79783 2024-07-21 09:37:22 +02:00
VSE strip can't be seen with frame all
Aras Pranckevicius commented on issue blender/blender#79783 2024-07-21 09:37:18 +02:00
VSE strip can't be seen with frame all

This seems to be fixed already in 3.x or 4.x, closing

Aras Pranckevicius closed issue blender/blender#90812 2024-07-21 09:34:03 +02:00
VSE: UI suggests greater than 32 channels are usable
Aras Pranckevicius commented on issue blender/blender#90812 2024-07-21 09:33:59 +02:00
VSE: UI suggests greater than 32 channels are usable

This seems to be fixed already in 3.x or 4.x, closing

Aras Pranckevicius closed issue blender/blender#88497 2024-07-21 09:33:16 +02:00
VSE UI Regression: Text of transformed strips is colliding with text of non transformed strips
Aras Pranckevicius commented on issue blender/blender#88497 2024-07-21 09:33:08 +02:00
VSE UI Regression: Text of transformed strips is colliding with text of non transformed strips

This seems to be fixed already in 3.x or 4.x, closing

Aras Pranckevicius closed issue blender/blender#65458 2024-07-21 09:32:50 +02:00
In the VSE Preview - Text "X & Y" alignments are not working correctly
Aras Pranckevicius commented on issue blender/blender#65458 2024-07-21 09:32:46 +02:00
In the VSE Preview - Text "X & Y" alignments are not working correctly

This seems to be fixed already in 3.x or 4.x, closing

Aras Pranckevicius closed issue blender/blender#67881 2024-07-21 09:30:43 +02:00
Add Image/Sequence to video editing Squencer: number of images are truncated
Aras Pranckevicius commented on issue blender/blender#67881 2024-07-21 09:30:38 +02:00
Add Image/Sequence to video editing Squencer: number of images are truncated

This seems to be fixed already in 3.x or 4.x, closing

Aras Pranckevicius closed issue blender/blender#74890 2024-07-21 09:30:21 +02:00
Video Editing: Strip Offset Start/End not consistent with adjusting the strip handles
Aras Pranckevicius commented on issue blender/blender#74890 2024-07-21 09:30:18 +02:00
Video Editing: Strip Offset Start/End not consistent with adjusting the strip handles

This seems to be fixed already in 3.x or 4.x, closing

Aras Pranckevicius commented on issue blender/blender#125061 2024-07-20 14:13:14 +02:00
VSE: Line between two strips draws as multiple pixels randomly although there is no gap

When zoomed in at much higher frame numbers, the drawing looks horrible in general and gaps are very common

How much is "much higher", i.e. at what sort of numbers do you start to get this,…

Aras Pranckevicius commented on pull request blender/blender#118670 2024-07-19 12:03:24 +02:00
VSE: Add anim manager

Wondering why this mutex is std::unique_ptr<std::mutex> and not just a mutex member, i.e. std::mutex?

Aras Pranckevicius commented on issue blender/blender#125043 2024-07-19 11:58:23 +02:00
VSE: Text strip outline wrongly goes "into" the text area (visible with semitransparent font color)

I think the outline never was taking account of the thickness and just draw text to overlap them 🤔

Not sure what that refers to. Text strip outlines are a new feature in 4.2, there's no…

Aras Pranckevicius suggested changes for blender/blender#125039 2024-07-19 11:44:07 +02:00
VSE: Fix linked time option for sequencer select

Overall looks good, one minor question about possibly moving loop-invariant calculations outside of the loop.