[go: nahoru, domu]

Skip to content

Commit

Permalink
Add more supported pix_fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
WyattBlue committed Dec 29, 2023
1 parent a139cd3 commit 364d56d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions auto_editor/render/video.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@ class VideoFrame:
allowed_pix_fmt = {
"yuv420p",
"yuvj420p",
"yuv444p",
"yuvj444p",
"rgb48be",
"rgb48le",
"rgb64be",
Expand Down

0 comments on commit 364d56d

Please sign in to comment.