Skip to content

Commit

Permalink
Set default pixel format to yuv420p
Browse files Browse the repository at this point in the history
  • Loading branch information
3b1b committed Feb 3, 2023
1 parent e1bb360 commit a54d1ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manimlib/scene/scene_file_writer.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ def __init__(
total_frames: int = 0,
progress_description_len: int = 40,
video_codec: str = "libx264",
pixel_format: str = "yuvj422p",
pixel_format: str = "yuv420p",
):
self.scene: Scene = scene
self.write_to_movie = write_to_movie
Expand Down

0 comments on commit a54d1ed

Please sign in to comment.