-
Notifications
You must be signed in to change notification settings - Fork 66
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
Capture desktop video script? #438
Comments
Aye, I'd thought about adding this actually! I use the windows gdi grab command mostly as I now make a lot of training videos on my Windows work laptop. I guess we can pick an O.S and link to the wiki as you say? |
I would suggest to have the different OS explained, like we did for the batch processing. |
OK, so I still use ffmpeg video capture and I always end up checking the wiki or looking through my notes. I'm now thinking that Reto's example of batch processing could be the way to go, where there's two separate recipes for Mac and Windows, as there's just too much to explain within each operating system. I'm leaving out linux here, but perhaps someone else might want to work on that? I'd be happy to do up Mac and Windows examples -unless people feel strongly about a single recipe? |
Thanks for resurrecting this, @kieranjol! I'm fine with either approach - adding an entry that links to the wiki, or adding separate recipes by OS. I'm a Linux user, so could test + add that one! |
Thanks you two! Separate recipes makes sense to me! This is reminding me I need to resurrect #365 and get that added in as well. Drives me crazy to hunt for it every time I need that command! |
Thanks all of you!!! |
I fully agree. As said, this would not be the first time we do it that way in |
FYI: for my last year’s SEAPAVAA video I used only FFmpeg: 1st command to lossless record in SD:
2nd command to re-encode lossy with subtitles:
|
P.S. – The 1st command above is for macOS:
|
After seeing @kieranjol make a comment on a request for recording software, I saw that this can be done via ffmpeg pretty easily and I think it'd be helpful to have this script added in.
It might be a bit of a challenge due to the multiple operating systems? https://trac.ffmpeg.org/wiki/Capture/Desktop
Even if we added just one and referenced this perfectly-good-wiki-entry, I think that might add value because it showcases that something is possible for people who might not know that it is possible.
The text was updated successfully, but these errors were encountered: