How to start gnome's built in screen recorder via command line?
I have gone through this post
the command I am using is
gdbus call --session --dest org.gnome.Shell.Screencast --object-path /org/gnome/Shell/Screencast --method org.gnome.Shell.Screencast.Screencast "test_ %d_ %t.webm" "{}"
So it is happening as if screenshot was taken. I mean Screencast is not starting rather it is generating the file with 1sec in this format "test_ %d_ %t.webm"
How can I start recording and stop it with Ctrl+C in the terminal?