mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-07 05:31:15 -07:00
Initial Commit
This commit is contained in:
commit
88daa3fb91
1311 changed files with 256240 additions and 0 deletions
13
lib/pygazelle/encoding.py
Normal file
13
lib/pygazelle/encoding.py
Normal file
|
@ -0,0 +1,13 @@
|
|||
C192 = "192"
|
||||
APS = "APS (VBR)"
|
||||
V2 = "V2 (VBR)"
|
||||
V1 = "V1 (VBR)"
|
||||
C256 = "256"
|
||||
APX = "APX (VBR)"
|
||||
V0 = "V0 (VBR)"
|
||||
C320 = "320"
|
||||
LOSSLESS = "Lossless"
|
||||
LOSSLESS_24 = "24bit Lossless"
|
||||
V8 = "V8 (VBR)"
|
||||
|
||||
ALL_ENCODINGS = [C192, APS, V2, V1, C256, APX, V0, C320, LOSSLESS, LOSSLESS_24, V8]
|
Loading…
Add table
Add a link
Reference in a new issue