Remove already commented out alternate pix_fmt

This commit is contained in:
Grant Sanderson 2020-06-13 15:22:44 -07:00
parent f5b4a86801
commit 145c6a7e78

View file

@ -226,7 +226,6 @@ class SceneFileWriter(object):
command += [ command += [
'-vcodec', 'libx264', '-vcodec', 'libx264',
'-pix_fmt', 'yuv420p', '-pix_fmt', 'yuv420p',
# '-pix_fmt', 'yuv444p14le',
] ]
command += [temp_file_path] command += [temp_file_path]
self.writing_process = sp.Popen(command, stdin=sp.PIPE) self.writing_process = sp.Popen(command, stdin=sp.PIPE)