Last week I was procrastinating on my talk for NDC Sydney and realised I had a lot of links that I wanted to share with people who would be watching the session, but wasnβt sure what would be the best way to do it. As a virtual event, NDC had a slack channel for the conference, so itβd just be a case of putting the links in there.
But I started to wonder, how could I make it a bit more interesting, and then I remembered that a couple of weeks ago I came across this tweet from Scott Hanselman
Virtual PowerPoint Greenscreens! Change a PowerPoint Slide and Change an OBS scene *simultaneously* in 50 lines of C# youtu.be/ciNcxi2bPwM via @YouTube14:55 PM - 14 Sep 2020
As someone whoβs been doing a bunch of stuff with OBS, I liked the idea, itβs a nifty way to change up the experience when presenting and giving the audience something different compared to your traditional picture-in-picture view.
And this gave me an idea, since we can use the PowerPoint interop API to read the notes, why couldnβt we use it to push to Slack instead?
So, I built that. Youβll find the code on GitHub for PowerPoint to Places, along with some instructions on how to get it working.
Feel free to give it a try, but be aware that itβs written by me, for me, so I make no claims that itβll work for you, but if people think itβd be a useful tool, letβs make it more general purpose!
Top comments (1)
That's fairly clever. I love it.