Skip to content

Changing encode profiles leads to duplicate entries #1223

Open
@SerialDestructor

Description

@SerialDestructor

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:

  1. Disable all profiles, except: H264 and VP9 for both 1080p and 4K.
  2. Change the bitrates to higher values in helpers.py.
  3. Upload a video.
  4. 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
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions