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)