This forum has been archived. All content is frozen. Please use KDE Discuss instead.

Cut and Extract Clip

Tags: None
(comma "," separated)
User avatar
mesutakcan
Registered Member
Posts
15
Karma
0

Cut and Extract Clip

Wed May 18, 2022 4:30 pm
Image
Is there a way to do this with a single command?


User avatar
bartoloni
Moderator
Posts
1510
Karma
4
OS

Re: Cut and Extract Clip

Thu May 19, 2022 6:21 am
hi.. what mean "extract" ? extract to where?
User avatar
mesutakcan
Registered Member
Posts
15
Karma
0

Re: Cut and Extract Clip

Thu May 19, 2022 6:55 am
Image
Cut clip
Right Click left clip.
Extract Clip (remove(lift) from timeline)


User avatar
bartoloni
Moderator
Posts
1510
Karma
4
OS

Re: Cut and Extract Clip

Thu May 19, 2022 7:00 pm
Ok understand... you have alterady selected a shortcut to the extract function... can't do more fast this...
User avatar
mesutakcan
Registered Member
Posts
15
Karma
0

Re: Cut and Extract Clip

Thu May 19, 2022 7:22 pm
Cut & remove left clip with only one command


wolfn
Registered Member
Posts
51
Karma
1
OS

Re: Cut and Extract Clip

Fri May 20, 2022 11:10 am
Such thing like 'macros'?
A chain of hotkeys?
Don't know about this.


Manjaro-Linux, kdenlive-22-12-2.appimage, I7-9700/16GB/M2-SSD, Sata-SSD
User avatar
bartoloni
Moderator
Posts
1510
Karma
4
OS

Re: Cut and Extract Clip

Sat May 21, 2022 6:48 am
mesutakcan wrote:Cut & remove left clip with only one command

can you pinpoint us to a software that can do that?
User avatar
Makinars-Studio
Registered Member
Posts
86
Karma
3
OS

Re: Cut and Extract Clip

Sun May 22, 2022 1:51 am
Is there a way to do this with a single command?


I don't think so!
The best option is doing what you did, create a shortcut to extract.
I use the combination (x) -> razor + (s) -> select + (d) -> extract

Peace ^-^


User avatar
mesutakcan
Registered Member
Posts
15
Karma
0

Re: Cut and Extract Clip

Sun May 22, 2022 4:59 am
Makinars-Studio wrote:
Is there a way to do this with a single command?


I don't think so!
The best option is doing what you did, create a shortcut to extract.
I use the combination (x) -> razor + (s) -> select + (d) -> extract

Peace ^-^

I know this combination but it's not what I want


User avatar
mesutakcan
Registered Member
Posts
15
Karma
0

Re: Cut and Extract Clip

Wed May 03, 2023 9:20 am
I solved this problem by writing a macro in the autohotkey program, but it would be better if this feature was in the kdenlive program.

Autohotkey script codes:

Code: Select all
; Cut and Extract
; Keyboard shorcut F12

F12::
; s key: Split
; x key: Extract
; NumpadAdd: Select clip
Send s{Left}{NumpadAdd}x ;; s key, left key, NumpadAdd key, x key
Send !{Left}  ;; -- Alt key and Left key
Send {Left} ;; -- Left key
return




Bookmarks



Who is online

Registered users: Bing [Bot], Google [Bot], Yahoo [Bot]