Skip to content

Create a Container model #1423

@tcely

Description

@tcely

This depends on the asset types being added to choices.py first.

This depends on the Codec table being populated first.

Create a new model for a database table to hold rows for containers that are supported.

Container database table partial example:

Extension Asset Type Number Supported Codec
m4a audio 1 [Codec.pk of <audio,aac>]
m4a audio 1 [Codec.pk of <audio,alac>]
webm audio 8 [Codec.pk of <audio,opus>]
webm video 1 [Codec.pk of <video,vp9>]
webm video 1 [Codec.pk of <video,avc1>]
mkv video 1 [Codec.pk of <video,avc1>]

Metadata

Metadata

Assignees

Labels

Projects

Status

Todo

Relationships

None yet

Development

No branches or pull requests

Issue actions