What is your goal?
Dear Make community,
Since I was helped extremely well here last week, I thought: let’s just try again.
I’m currently working on building a content factory for Facebook and Instagram, with the intention of expanding this later to other platforms. I’m building this together with ChatGPT. However, ChatGPT has its limitations—especially when it comes to coding.
Because Make is completely new to me and this is purely a hobby project, I also have zero coding knowledge.
What I’m currently running into in my scenario is the following:
It works perfectly fine in generating images, coming up with captions, and ultimately posting everything to social media via Buffer.
But after about two weeks, I’ve started to notice that when I upload content this way, I’m only reaching my own followers, while I actually want to reach non-followers as well (for promotional purposes).
Last week, I manually turned one image into a Reel (no music or anything), and suddenly it got 4x more views, with about 60% coming from people who don’t follow me.
So my idea was:
Convert the images that are uploaded in the current scenario into videos instead.
Unfortunately, this turned out to be a lot less simple than I hoped.
What I’ve tried so far:
Using Cloudinary.
When I change the JPG to MP4 in the URL, I do get a video.
But when I add du_5 to the URL, the video does not become 5 seconds long.
I also tried replacing image with video in the URL, but that didn’t work at all.
Cloudinary seems to be one of the more affordable solutions, but every small mistake in the URL is very unforgiving.
After Cloudinary didn’t work out, ChatGPT suggested Replicate.
I added an API key and everything, but since Replicate doesn’t have a Make module, I’d have to use it via an HTTP request.
This resulted in an extremely long and complex piece of code, which is even less desirable for me.
So my actual question is:
Can someone help me set up a correct Cloudinary URL to turn an image into a video of a fixed duration?
Or does anyone know a different approach to solve this problem?
Here is the shared scenario link:
For clarity:
I’m currently working in the lower “photo” route. After Dropbox, I would like to turn the image into a video, so it can then be sent separately to the platforms.
There will be another adjustment later:
On the Facebook side, Buffer will be removed and posting will be fully automatic.
On the Instagram side, it will remain semi-automatic, since videos cannot be scheduled there.
Thanks in advance! ![]()

