mirror of
https://github.com/ManimCommunity/manim.git
synced 2026-06-22 10:01:47 +00:00
Merge 0ec55ef798 into 733a1fa3d3
This commit is contained in:
commit
c26901e8a9
1 changed files with 1 additions and 1 deletions
|
|
@ -687,7 +687,7 @@ class FileWriter(FileWriterProtocol):
|
|||
output_container.mux(packet)
|
||||
|
||||
else:
|
||||
output_stream = output_container.add_stream(
|
||||
output_stream = output_container.add_stream_from_template(
|
||||
template=partial_movies_stream,
|
||||
)
|
||||
if config.transparent and config.movie_file_extension == ".webm":
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue