Skip to content

Commit

Permalink
OutputFormat: add support for more formats
Browse files Browse the repository at this point in the history
These follow the same nomenclature as FFMPEG.
  • Loading branch information
dwlsalmeida authored and rgonzalezfluendo committed Sep 4, 2023
1 parent a44701d commit dbf15ca
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions fluster/codec.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,3 +45,7 @@ class OutputFormat(Enum):
YUV444P = "yuv444p"
YUV444P10LE = "yuv444p10le"
YUV444P12LE = "yuv444p12le"
YUV444P16LE = "yuv444p16le"
GRAY = "gray"
GRAY12LE = "gray12le"
GRAY16LE = "gray16le"

0 comments on commit dbf15ca

Please sign in to comment.