OdyseeTeam / odysee-api

API server for Odysee
https://odysee.com
MIT License
228 stars 49 forks source link

Support transcode on upload feature, at least for some files that are incompatible #336

Closed tzarebczan closed 3 years ago

tzarebczan commented 3 years ago

On the app side, we can detect if a file is not in the proper format and may need transcoding. For now, we can warn users, but in the future we can do the same on the backend and queue these files up for transcoding.

Would need to put together a list of popular non-supported codecs that are used, as opposed to an allow list.

anbsky commented 3 years ago

Do we want to just downcode it to some digestible bitrate?

tzarebczan commented 3 years ago

We can also do that for files over 5mbps. The main goal was to make the videos compatible with all browsers.

github-actions[bot] commented 3 years ago

This issue hasn't seen any action in two months, please consider making progress on it or closing if no longer necassary