commit ab5dd72141afb08d6e66991e2e0431435b0b0a5e parent 21683d03a9e2242787f96a3a505b4490812a56a6 Author: Anders Damsgaard <anders@adamsgaard.dk> Date: Mon, 23 Mar 2020 16:05:13 +0100 Clean up after ffmpeg Diffstat:
M | .local/bin/ffmpeg-combine | | | 3 | +-- |
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/.local/bin/ffmpeg-combine b/.local/bin/ffmpeg-combine @@ -16,5 +16,4 @@ if [ $? -ne 0 ]; then exit 1 fi -ffmpeg -f concat -safe -i "$filelist" -copy "$out" -printf '%s\n' "$out" +ffmpeg -f concat -safe -i "$filelist" -copy "$out" && rm -f "$out"