mirror of
https://github.com/3b1b/manim.git
synced 2025-07-28 04:23:16 +08:00
Set default pixel format to yuv420p
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user