Edit: OBS Studio? Screenflow? Camtasia?
Ask HN: Software for producing terminal-based tutorials?
1–10 of 45 posts
Prof here. Need to create online lectures for delivery this fall. Course is scientific computing. Plan is video of ipython shell and an editor plus audio of me blathering on. I use a Mac. Suggestions for software for the screen portion? Thx!
Re: Ask HN: Software for producing terminal-based tutorials?
#2[deleted]
Re: Ask HN: Software for producing terminal-based tutorials?
#3I've given some live showcasing/presentations with the help of https://github.com/paxtonhare/demo-magic to smooth over parts that are either time consuming, or not error-proof (e.g. networking and such). It might be useful here as well?
Re: Ask HN: Software for producing terminal-based tutorials?
#4Never used it, but saw it on a couple of tutorials, https://asciinema.org
Re: Ask HN: Software for producing terminal-based tutorials?
#5[deleted]
Re: Ask HN: Software for producing terminal-based tutorials?
#6Never used it, but saw it on a couple of tutorials, https://asciinema.org
Works great. Record, stop, and it spits out a URL. You can even self-host if you want.
Re: Ask HN: Software for producing terminal-based tutorials?
#7[deleted]
Re: Ask HN: Software for producing terminal-based tutorials?
#8hmmm can't you screen record using Quicktime?
Although, if this is for a lecture, you might have to overlay a layer of audio on top.
But i'm not 100% sure about this, best of luck.
Re: Ask HN: Software for producing terminal-based tutorials?
#9I've given some live showcasing/presentations with the help of https://github.com/paxtonhare/demo-magic to smooth over parts that are either time consuming, or not error-proof (e.g. networking and such). It might be useful here as well?
If you're wanting to combine that with e.g. asciinema - you can front-load a shell script via `asciinema rec -t "Some Presentation" -c ./presentation.sh`
Re: Ask HN: Software for producing terminal-based tutorials?
#10Never used it, but saw it on a couple of tutorials, https://asciinema.org
I was just about to suggest ascicinema.
I think it's excellent but it is limited to just the terminal. I don't think it's possible to incorporate a voiceover or soundtrack which you may sometimes want to do.