From 30cf5d71769ea99ffcd18997d7340662c4ee9c1d Mon Sep 17 00:00:00 2001 From: MICRUFUN <95064217+Micrufun@users.noreply.github.com> Date: Tue, 3 Jan 2023 10:33:38 +0000 Subject: [PATCH] How to modify encode profiles (#682) --- docs/admins_docs.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/admins_docs.md b/docs/admins_docs.md index 1a07228..6a61ed3 100644 --- a/docs/admins_docs.md +++ b/docs/admins_docs.md @@ -460,7 +460,9 @@ to be written Through the admin section - http://your_installation/admin/ ## 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 @@ -725,4 +727,4 @@ In [3]: for media in Media.objects.filter(media_type='video', sprites=''): ...: produce_sprite_from_video(media.friendly_token) ``` -this will re-create the sprites for videos that the task failed. \ No newline at end of file +this will re-create the sprites for videos that the task failed.