masto.ai is one of the many independent Mastodon servers you can use to participate in the fediverse.
A general Mastodon server for all languages.

Administered by:

Server stats:

2.2K
active users

Francis Rubio :ad:

I've been using Imagekit to host images for all of my websites. Recently, when I started to create short videos for @antaresphdev, I started hosting videos there too. But it only allows 2 videos per month, and the paid tier they have is too expensive for me. So I tried Dailymotion. It's okay. But I have a few notes about it.

First off, although Dailymotion is able to allow me to tag my video as being in Tagalog, it doesn't allow me to upload Tagalog closed captions. Subtitles can only be uploaded in a very few select languages.

Secondly, when I embed videos on a website via `iframe`, after my video plays, it auto plays another video from its algorithm. And I don't want people to think I am hosting morning talk show episodes on my website.

Ideally, I just want a cheap video hosting or CDN to be able to add `<video>` on my website. That way, I have full control on which languages the subtitles are provided in or the video player. Are there anything like this out there that doesn't break the bank? I'm mostly creating videos that are less than two minutes at about four times per month, and a ten-minute video from time to time.

@teacherbuknoy for personal or professional use?

For personal use I’m not convinced you necessarily need a CDN: just shove the thing on an S3 compatible bucket, put CloudFlare with a long cache period in front, and you are gonna be paying cents per gigabyte per month.

@michael I'll be checking this one out, thank you! It's going to be mostly for personal use.

@teacherbuknoy I use BunnyCDN for video file hosting. They have a dedicated video product with a player too, but I haven’t used that myself, just their CDN with my own player.

@jonah thank you! I'm going to check this out.

@teacherbuknoy I don't even understand why it cares what language the subtitles are in? From my understanding, CCs/subtitles should basically just be a huge array of objects like:

* start/stop timepoints
* text to display
* optionally, whether it should be placed somewhere other than bottom center (like if you need to avoid obscuring something on bottom, or 2 people are speaking so you want left/right)

And that's it. Why should it care what language the displayed text is in?

@kagan exactly. Language tagging is probably part of their algorithm or something, but users should be able to provide whatever subtitles/CC they can. I know Facebook is like really bad, but they do it really good. When you upload videos on a Facebook page, they allow you to upload an *.srt file as long as the file name follows the `file_name.en_US.srt` format.