mirror of
https://github.com/3b1b/manim.git
synced 2025-04-13 09:47:07 +00:00
Set default pixel format to yuv420p
This commit is contained in:
parent
e1bb360e0b
commit
a54d1eddfc
1 changed files with 1 additions and 1 deletions
|
@ -48,7 +48,7 @@ class SceneFileWriter(object):
|
|||
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
|
||||
|
|
Loading…
Add table
Reference in a new issue