Open
Description
Describe the issue
I disabled all encode profiles except 1080p and 4K for H264 and VP9. Also, I modified the bitrates in helpers.py as the default ones are way too low for my purpose.
Now, when a new video is uploaded, it's creating a plethora of h264-1080 for the same video. When I remove the duplicate 1080 entries, they automatically get recreated.
To Reproduce
Steps to reproduce the issue:
- Disable all profiles, except: H264 and VP9 for both 1080p and 4K.
- Change the bitrates to higher values in helpers.py.
- Upload a video.
- Watch the duplicate entries being created.
Expected behavior
A total of 4 encodings should be made, 1080p and 4K (both in H264 and VP9).
Current workaround
Manually adding encodings during the processing of a video. Removing the duplicate entries after they have been created.
Environment:
- OS: Debian 12
- Installation method: Docker Compose
- Firefox, Chrome
Metadata
Metadata
Assignees
Labels
No labels