Skip to content

Commit

Permalink
don't remove underlying VideoStream file when doing save()
Browse files Browse the repository at this point in the history
  • Loading branch information
aplavin committed Jul 16, 2024
1 parent 77f2cfd commit f1bc654
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/ffmpeg-util.jl
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit f1bc654

Please sign in to comment.