mirror of
https://github.com/3b1b/manim.git
synced 2025-07-31 05:52:34 +08:00
Set default pixel format to yuv420p
This commit is contained in:
@ -48,7 +48,7 @@ class SceneFileWriter(object):
|
|||||||
total_frames: int = 0,
|
total_frames: int = 0,
|
||||||
progress_description_len: int = 40,
|
progress_description_len: int = 40,
|
||||||
video_codec: str = "libx264",
|
video_codec: str = "libx264",
|
||||||
pixel_format: str = "yuvj422p",
|
pixel_format: str = "yuv420p",
|
||||||
):
|
):
|
||||||
self.scene: Scene = scene
|
self.scene: Scene = scene
|
||||||
self.write_to_movie = write_to_movie
|
self.write_to_movie = write_to_movie
|
||||||
|
Reference in New Issue
Block a user