From c48d96155b98c23df74393180172f3e4da927cb1 Mon Sep 17 00:00:00 2001 From: alban Date: Tue, 8 Oct 2019 22:35:00 +0200 Subject: [PATCH] [fix] forgot a comment --- makevideo.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/makevideo.sh b/makevideo.sh index adbb524..a758532 100755 --- a/makevideo.sh +++ b/makevideo.sh @@ -101,4 +101,4 @@ echo -e "\nSaving to video file $video_file\n" [ 0 -eq $quiet ] || quiet_options=" -hide_banner -loglevel quiet -stats " ffmpeg $quiet_options -f concat -safe 0 -i "${tmpfile}" -pix_fmt yuv420p -s "${size}" -vcodec libx264 -b ${bitrate} "${video_file}" -#rm -f $tmpfile +rm -f $tmpfile