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.67k stars 496 forks source link

Question about video transcoding. #771

Closed cdorsat closed 1 year ago

cdorsat commented 1 year ago

Uploaded videos are transcoded at sizes other than the system defaults, and these sizes are uncommon. The system transcoding setting size is only 240, 360, 480, 720 and 1080.

Untitled1

Untitled6

morbificagent commented 1 year ago

Have this on my site too, but only with some of the uploaded videos. Most of them are transcoded to common resolutions. Will try to find out whats the difference between these files...

mgogoulos commented 1 year ago

It's the same issue as https://github.com/mediacms-io/mediacms/issues/824 , will handle soon