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