-
|
I am using the video recording feature of caelestia. The problem I am facing is that the following does not work:
However the following works:
What is the software used by caelestia to record? How can I configure it to let say store the files in a different folder? Does anyone know any fixes? |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 4 replies
-
|
having same problem.
gpu-screen-recorder is used for recording in caelestia. dunno if you can configure it to store files in a different location. |
Beta Was this translation helpful? Give feedback.
-
|
You can use the |
Beta Was this translation helpful? Give feedback.
-
|
Same here -- but only record fullscreen does not work. Everything else works. |
Beta Was this translation helpful? Give feedback.
-
Fullscreen Recording FixI managed to fix the fullscreen record. In This ensures that when recording fullscreen (which passes an empty argument) works since it assumes that if there is no argument passed, Hope this works on your problems |
Beta Was this translation helpful? Give feedback.
Fullscreen Recording Fix
I managed to fix the fullscreen record.
In
services/Recorder.qmlchange the parameter forstart()function to this:This ensures that when recording fullscreen (which passes an empty argument) works since it assumes that if there is no argument passed,
extraArgswill be empty which is what is required by theProcessthat handles the recording.Hope this works on your problems
@elrondforwin @phirrehan