This depends on the asset types being added to choices.py 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 |
aac |
| m4a |
audio |
1 |
alac |
| webm |
audio |
8 |
opus |
| webm |
video |
1 |
vp9 |
| webm |
video |
1 |
av1 |
| mkv |
video |
1 |
avc1 |
This depends on the asset types being added to
choices.pyfirst.Create a new model for a database table to hold rows for containers that are supported.
Container database table partial example: