[fix] forgot a comment
This commit is contained in:
parent
c4d2e33cc1
commit
c48d96155b
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user