How to modify encode profiles (#682)

pull/692/head
MICRUFUN 2023-01-03 10:33:38 +00:00 zatwierdzone przez GitHub
rodzic 6fd9a7d37f
commit 30cf5d7176
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 4 dodań i 2 usunięć

Wyświetl plik

@ -460,7 +460,9 @@ to be written
Through the admin section - http://your_installation/admin/ Through the admin section - http://your_installation/admin/
## 12. Video transcoding ## 12. Video transcoding
Add / remove resolutions and profiles through http://your_installation/admin/encodeprofile Add / remove resolutions and profiles by modifying the database table of `Encode profiles` through https://your_installation/admin/files/encodeprofile/
For example, the `Active` state of any profile can be toggled to enable or disable it.
## 13. How To Add A Static Page To The Sidebar ## 13. How To Add A Static Page To The Sidebar
@ -725,4 +727,4 @@ In [3]: for media in Media.objects.filter(media_type='video', sprites=''):
...: produce_sprite_from_video(media.friendly_token) ...: produce_sprite_from_video(media.friendly_token)
``` ```
this will re-create the sprites for videos that the task failed. this will re-create the sprites for videos that the task failed.