Skip to content

Commit

Permalink
wait for ffmpeg to exit after close (#488)
Browse files Browse the repository at this point in the history
  • Loading branch information
ArbitRandomUser authored Jun 21, 2022
1 parent 494f96e commit 6add2f2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Javis.jl
Original file line number Diff line number Diff line change
Expand Up @@ -359,6 +359,7 @@ function render(
)
elseif ext == ".mp4"
close(ffmpegproc)
wait(ffmpegproc)
else
@error "Currently, only gif and mp4 creation is supported. Not a $ext."
end
Expand Down

0 comments on commit 6add2f2

Please sign in to comment.