mirror of
https://github.com/JHUAPL/kaiju.git
synced 2026-01-09 15:17:56 -05:00
Merge branch 'divPlotFix' into divPlotting
This commit is contained in:
@@ -33,7 +33,7 @@ def makeMovie(frame_dir,movie_name):
|
||||
return
|
||||
|
||||
cmd = [
|
||||
ffmpegExe, "-i", frame_pattern,
|
||||
ffmpegExe, "-nostdin", "-i", frame_pattern,
|
||||
"-vcodec", "libx264", "-crf", "14", "-profile:v", "high", "-pix_fmt", "yuv420p",
|
||||
movie_file,"-y"
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user