mirror of
https://github.com/3b1b/manim.git
synced 2025-09-19 04:41:56 +00:00
Leaving a note for the better color-preserving encoding
This commit is contained in:
parent
50e00a3a89
commit
0b8cb3b6e1
1 changed files with 1 additions and 0 deletions
|
@ -226,6 +226,7 @@ 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)
|
||||||
|
|
Loading…
Add table
Reference in a new issue