Skip to content

Commit 6add2f2

Browse files
wait for ffmpeg to exit after close (#488)
1 parent 494f96e commit 6add2f2

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/Javis.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -359,6 +359,7 @@ function render(
359359
)
360360
elseif ext == ".mp4"
361361
close(ffmpegproc)
362+
wait(ffmpegproc)
362363
else
363364
@error "Currently, only gif and mp4 creation is supported. Not a $ext."
364365
end

0 commit comments

Comments
 (0)