Leaving a note for the better color-preserving encoding

This commit is contained in:
Grant Sanderson 2020-04-12 09:53:14 -07:00
parent 50e00a3a89
commit 0b8cb3b6e1

View file

@ -226,6 +226,7 @@ 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)