diff --git a/gamdl/interface/enums.py b/gamdl/interface/enums.py index e49ce5f..fb48506 100644 --- a/gamdl/interface/enums.py +++ b/gamdl/interface/enums.py @@ -80,6 +80,7 @@ class MusicVideoCodec(Enum): H265 = "h265" ASK = "ask" + @property def fourcc(self) -> str | None: return FOURCC_MAP.get(self.value)