Migrate videos

How migrate videos from vimeo to cloudflare?

If you have lots of video’s (I had 7000+) you probably need to write around the API’s for both products. I did something like this two years ago and created this package to dump all my video’s from Vimeo: GitHub - oszuidwest/vimeno: Downloads all your video data from Vimeo. Doesn't download the files itself.

This gives you a JSON-files with all the details of your video’s like the title, description and so on. The next step would be parsing those JSON-files and upload all video’s to Cloudflare with the right metadata. I would advice to use the highest resolution mp4 download link Vimeo has for this. This lets you pass the Vimeo mp4 url to Cloudflare Stream.

It’s a bit of a hassle, but I got there with some help from ChatGPT :slight_smile:

1 Like

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.