mirror of
https://github.com/3b1b/manim.git
synced 2025-08-05 16:49:03 +00:00
Use FFMPEG_BIN instead of "ffmpeg" for sound incorporation
This commit is contained in:
parent
7aa05572ab
commit
5aa8d15d85
1 changed files with 1 additions and 1 deletions
|
@ -308,7 +308,7 @@ class SceneFileWriter(object):
|
|||
)
|
||||
temp_file_path = stem + "_temp" + ext
|
||||
commands = [
|
||||
"ffmpeg",
|
||||
FFMPEG_BIN,
|
||||
"-i", movie_file_path,
|
||||
"-i", sound_file_path,
|
||||
'-y', # overwrite output file if it exists
|
||||
|
|
Loading…
Add table
Reference in a new issue