mediacms/files
multiflexi 28031f07e5
Filters (#289)
* Framerate fix

Keep original framerate up to 60fps, halve any framerate above 60fps. Because of "video_frame_rate": Fraction(video_info["r_frame_rate"]), it does not work, when float used, the video is encoded but framerate suffers from rounding error.

* Framerate fix

Keep original framerate up to 60fps, halve any framerate above 60fps. Because of "video_frame_rate": Fraction(video_info["r_frame_rate"]), it does not work, when float used, the video is encoded but framerate suffers from rounding error.

* Introduction of minimum bitrate modifier

A minimum bitrate modifier introduced as per https://developers.google.com/media/vp9/settings/vod

* Introduction of minimum bitrate modifier

A minimum bitrate modifier introduced as per https://developers.google.com/media/vp9/settings/vod

* Deinterlacing and better filter logic
2021-10-01 17:48:52 +03:00
..
migrations documentation, admin section, plus fix of a typo on models (#293) 2021-09-27 15:07:17 +03:00
tests small typo (#277) 2021-08-20 13:57:55 +03:00
__init__.py MediaCMS backend, initial commit 2020-12-15 23:33:43 +02:00
admin.py format content (#198) 2021-05-26 18:35:21 +03:00
apps.py MediaCMS backend, initial commit 2020-12-15 23:33:43 +02:00
backends.py format content (#198) 2021-05-26 18:35:21 +03:00
context_processors.py format content (#198) 2021-05-26 18:35:21 +03:00
exceptions.py MediaCMS backend, initial commit 2020-12-15 23:33:43 +02:00
feeds.py Feat flake8 strength (#209) 2021-06-03 18:26:53 +03:00
forms.py format content (#198) 2021-05-26 18:35:21 +03:00
helpers.py Filters (#289) 2021-10-01 17:48:52 +03:00
management_views.py adds drf-yasg and automated generation of Swagger Schemas (#165) 2021-05-29 16:34:36 +03:00
methods.py format content (#198) 2021-05-26 18:35:21 +03:00
models.py documentation, admin section, plus fix of a typo on models (#293) 2021-09-27 15:07:17 +03:00
permissions.py format content (#198) 2021-05-26 18:35:21 +03:00
serializers.py Feat swagger (#203) 2021-05-31 22:24:05 +03:00
stop_words.py MediaCMS backend, initial commit 2020-12-15 23:33:43 +02:00
tasks.py add missing validation for logging 2021-06-18 15:37:09 +03:00
urls.py Feat urls (#257) 2021-08-05 13:25:25 +03:00
views.py Feat flake8 strength (#209) 2021-06-03 18:26:53 +03:00