[fix] forgot a comment

This commit is contained in:
alban 2019-10-08 22:35:00 +02:00
parent c4d2e33cc1
commit c48d96155b
1 changed files with 1 additions and 1 deletions

View File

@ -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