200_OK | 2 years ago | on: Show HN: The open source Serverless webhook publisher we built and use
200_OK's comments
200_OK | 4 years ago | on: A Website for Learning Vim
200_OK | 5 years ago | on: Show HN: Turn Pexels images in to a slideshow video
The demo shows you how easy it is to start building video apps with the Shotstack video editing API. The demo is open source so you can use it to start building your own idea.
200_OK | 5 years ago | on: Show HN: Watermark Video Utility – upload a video and add your logo
You can use it free of charge for SD videos up to 2 minutes long. If you want to remove the restrictions or build out your own application the source code is available on GitHub: https://github.com/shotstack/watermark-demo
200_OK | 6 years ago | on: Show HN: Generate daily Coronavirus statistics videos (Node.js/Shotstack API)
200_OK | 6 years ago | on: Show HN: Shotstack – A cloud video editing API to create videos at scale
It's aimed at businesses who are building apps and services that handle large amounts of videos per day and they want automate repetitive tasks or build some kind of that needs a more refined, creative video to be output without the user needing to do anything.
200_OK | 6 years ago | on: Show HN: Shotstack – A cloud video editing API to create videos at scale
You can sign up and I'll send you keys as soon as a I can (still a manual process): https://forms.gle/6RFwxFarHoNXV3mj6
Or check out the demo to see a sample application of what you could build (source code on Github): http://shotstack.io/demo/pexels/
I welcome any feedback, positive or negative.
200_OK | 7 years ago | on: Show HN: CC Search – search engine for 300M CC-licensed images
My wishlist would include also including videos and music/audio and an API to access it. I'm sure that's a big ask though.
We still use it at Shotstack to send callbacks to our customers servers when their video renders and other long running processes complete. We’re not talking massive scale but we’re sending about 100,000 requests per month, and it might be useful for an early-stage startup who wants to get something up and running in half an hour (or less).
It runs on AWS Lambda and SQS and running cost is negligable. It includes an exponential backoff which just uses built in SQS delays and keeps track of message attempts via headers. It should be a case of configuring a few variables to customise it to your own needs and deploying it using the Serverless Framework.