foundations to directly use upoaded videos if format is usable

This commit is contained in:
j 2019-12-01 16:20:20 +01:00
commit 823b8f2136
4 changed files with 168 additions and 2 deletions

View file

@ -178,6 +178,7 @@ CACHES = {
AUTH_PROFILE_MODULE = 'user.UserProfile'
AUTH_CHECK_USERNAME = True
FFMPEG = 'ffmpeg'
FFPROBE = 'ffprobe'
FFMPEG_SUPPORTS_VP9 = True
FFMPEG_DEBUG = False