8000 Tags · lyhistory/shotcut · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: lyhistory/shotcut

Tags

v21.10.31

Toggle v21.10.31's commit message
fix click to dismiss status message on windows

v21.10.17

Toggle v21.10.17's commit message
fix Linux/Windows builds missing Qt5QuickShapes so/dll

v21.09.20

Toggle v21.09.20's commit message
switch to my x86compat branch for bigsh0t

v21.09.13

Toggle v21.09.13's commit message
Disable the "save" action when no producer is open.

v21.08.29

Toggle v21.08.29's commit message
update all translations for release

v21.08.11

Toggle v21.08.11's commit message
fix crash drag-n-drop clip to timeline

v21.08.10

Toggle v21.08.10's commit message
run thumbnail cleanup every minute in a thread

v21.08.09

Toggle v21.08.09's commit message
fix compile error on Windows

v21.06.29

Toggle v21.06.29's commit message
update translations

v21.06.15

Toggle v21.06.15's commit message
Shift keyframes for all filters upon split or trim

When the in point of a producer is changed due to split or trim,
adjust the keyframes for all filters attached to that producer.

For simple keyframes, keyframes are always relative to the start and
end of the filter. So the 3rd and 4th keyframe need to be moved if
the out point changes.

For advanced keyframes, all keyframes are relative to the start of
the producer. So all keyframes need to be moved if the in point
changes.

Issue reported here:
https://forum.shotcut.org/t/inconsistent-handling-of-keyframes-when-splitting-a-clip/27404
0