diff --git a/src/ffmpeg-util.jl b/src/ffmpeg-util.jl index ec280481b85..7744b8b6e44 100644 --- a/src/ffmpeg-util.jl +++ b/src/ffmpeg-util.jl @@ -267,7 +267,6 @@ function save(path::String, io::VideoStream; video_options...) else cp(io.path, path; force=true) end - rm(io.path) return path end