mirror of
https://github.com/3b1b/manim.git
synced 2025-08-05 16:49:03 +00:00
Remove already commented out alternate pix_fmt
This commit is contained in:
parent
f5b4a86801
commit
145c6a7e78
1 changed files with 0 additions and 1 deletions
|
@ -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)
|
||||||
|
|
Loading…
Add table
Reference in a new issue