Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Run headless, create video file #170

Open
savetz opened this issue Sep 3, 2021 · 2 comments
Open

Run headless, create video file #170

savetz opened this issue Sep 3, 2021 · 2 comments

Comments

@savetz
Copy link

savetz commented Sep 3, 2021

I understand that this is likely a feature that only I want, so will not be offended if the answer is no :)

I would find it useful if linapple could run headless, creating an AVI file (or similar) with its video and audio output. (It might even run faster than realtime that way.)

@akhepcat
Copy link

akhepcat commented Oct 6, 2021

If you're running under Linux, this could be solved using a virtual framebuffer X session and OBS to record the 'screen'

for virtual X sessions, I use this scripted workflow https://github.com/akhepcat/Miscellaneous/blob/master/dummyX

You can get OBS here: https://obsproject.com/download (caveat, i've never used it)

audio recording would be a bit more 'interesting' unless you've got pipewire on your system - that should be able to reroute the output from linapple into OBS (using 'catia')

@savetz
Copy link
Author

savetz commented Oct 6, 2021

I do it now with a virtual frame buffer and ffmpeg. It works well, but audio is the hard part. I'll look into pipewire.

Thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants