Make. Publish. Share. - 3 Minute Screencasts
quickcast.io
Make. Publish. Share. - 3 Minute Screencasts
1–10 of 15 posts
Re: Make. Publish. Share. - 3 Minute Screencasts
#2Love it. Is there any way the recording time could be longer than 3m?
Re: Make. Publish. Share. - 3 Minute Screencasts
#3The recorded video just shows up as a green screen for me on a MBP Retina, OSX 10.8
Re: Make. Publish. Share. - 3 Minute Screencasts
#4The recorded video just shows up as a green screen for me on a MBP Retina, OSX 10.8
Hi this is a known bug that affects many apps on the Mac - we have written about it in the FAQ's on the site and also in the GitHub repo.
If you re-boot your machine that generally sorts it out, we think it is caused by machines with dual GFX cards and dynamic switching.
Re: Make. Publish. Share. - 3 Minute Screencasts
#5Love it. Is there any way the recording time could be longer than 3m?
Possibly - it's open source so you can always suggest via the GitHub repository https://github.com/petetak/QuickCast/issues
Re: Make. Publish. Share. - 3 Minute Screencasts
#6are their any plan to make this app available to other O.S. ?
Re: Make. Publish. Share. - 3 Minute Screencasts
#7Cool, so the difference with this and Jing project is that it has the video on the bottom right as well as the video of the screen?
Definitely 3 minutes is a bit short for some applications
Re: Make. Publish. Share. - 3 Minute Screencasts
#8This is awesome - any plans to charge for it?
Re: Make. Publish. Share. - 3 Minute Screencasts
#9nice but for professional use i'd go with screenflow.
Re: Make. Publish. Share. - 3 Minute Screencasts
#10I have an command line alias called screencast that starts this applescript on on my mac.
tell application "QuickTime Player" --activate new screen recording start document 1 delay 600 stop document 1 quit end tell
I then save it to a cloud service provider and set the privacy settings to whatever I want.
Are there any advantages to using this service versus the workflow that I mentioned above?