Record guest session
Posted: 2. Dec 2019, 00:24
I would like to record the guest session. I tried:
At first I get:
But running the command after a while:
So recording does not work.
If I set the commands via the GUI it works for the first guest run, but later I have to set them back.
What is the procedure to set recording parameters via the CLI or via the GUI, but in a persistent way?
Code: Select all
vboxmanage modifyvm vagrant-office --recording on --recordingvideores 2570x1270 --recordingvideofps 30 --recordingvideorate 2048 --recordingopts vc_enabled=true
Code: Select all
vboxmanage showvminfo vagrant-office
Capturing: active
Capture audio: not active
Capture screens: 0
Capture file: /home/test/VirtualBox VMs/vagrant-office/vagrant-office.webm
Capture dimensions: 2570x1270
Capture rate: 2048kbps
Capture FPS: 30kbps
Capture options: vc_enabled=true
Code: Select all
Capturing: not active
Capture audio: not active
Capture screens: 0
Capture file: /home/test/VirtualBox VMs/vagrant-office/vagrant-office.webm
Capture dimensions: 1024x768
Capture rate: 512kbps
Capture FPS: 25kbps
Capture options: ac_enabled=false
If I set the commands via the GUI it works for the first guest run, but later I have to set them back.
What is the procedure to set recording parameters via the CLI or via the GUI, but in a persistent way?