mediacms-io / mediacms

MediaCMS is a modern, fully featured open source video and media CMS, written in Python/Django and React, featuring a REST API.
https://mediacms.io
GNU Affero General Public License v3.0
2.81k stars 524 forks source link

Encoding "vp9-2160" is missing in encoding profiles on default installation #436

Closed DecaTec closed 2 years ago

DecaTec commented 2 years ago

Describe the issue In the admin UI, the encoding profile vp9-2160 is missing after a default installation, but it can be added manually.

To Reproduce Steps to reproduce the issue:

  1. Install MediaCMS
  2. Go to admin UI under 'encoding profiles'
  3. 'vp9-2160' is missing here

Expected behavior The profile 'vp9-2160' should be available after default installation.

Environment (please complete the following information):

DecaTec commented 2 years ago

Created PR: #437 I think there's still a migration needed. As I dont't have a full dev environment, I cannot provide this (sorry!) and the PR has to be modified before merging.