Remove tempfile on replace_face - annna - Annna the nice friendly bot. | |
git clone git://bitreich.org/annna/ git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws6… | |
Log | |
Files | |
Refs | |
Tags | |
README | |
--- | |
commit 7e36d1bac0c123cad1b5b5a681c62d62fb17b3c2 | |
parent d989a066c47a12ee20a101d35790dd95a6e3fccd | |
Author: Annna Robert-Houdin <[email protected]> | |
Date: Sun, 31 Jul 2022 13:58:51 +0200 | |
Remove tempfile on replace_face | |
Diffstat: | |
M ffmpeg-effect | 1 + | |
1 file changed, 1 insertion(+), 0 deletions(-) | |
--- | |
diff --git a/ffmpeg-effect b/ffmpeg-effect | |
@@ -75,6 +75,7 @@ replace_face() { | |
if has_audio "$input"; | |
then | |
replace_audio "$input" "$tmp" "$output" | |
+ rm -f "$tmp" | |
else | |
mv "$tmp" "$output" | |
fi |