From 145c6a7e78dd558caed548b06768eae6bb666e18 Mon Sep 17 00:00:00 2001 From: Grant Sanderson Date: Sat, 13 Jun 2020 15:22:44 -0700 Subject: [PATCH] Remove already commented out alternate pix_fmt --- manimlib/scene/scene_file_writer.py | 1 - 1 file changed, 1 deletion(-) diff --git a/manimlib/scene/scene_file_writer.py b/manimlib/scene/scene_file_writer.py index fd234bc0..e110ad4b 100644 --- a/manimlib/scene/scene_file_writer.py +++ b/manimlib/scene/scene_file_writer.py @@ -226,7 +226,6 @@ class SceneFileWriter(object): command += [ '-vcodec', 'libx264', '-pix_fmt', 'yuv420p', - # '-pix_fmt', 'yuv444p14le', ] command += [temp_file_path] self.writing_process = sp.Popen(command, stdin=sp.PIPE)