diff --git a/start.php b/start.php index f5d2388..e287445 100644 --- a/start.php +++ b/start.php @@ -17,7 +17,7 @@ while(TRUE) echo "Checking stream and creating image...\n"; //system("ffmpeg -i ".$StreamURL." -vframes 1 -q:v 2 -vf scale=535:346 ".$fileName); - system('ffmpeg -i '.$StreamURL.' -vframes 150 -vf "fps=10,scale=320:-1:flags=lanczos,split[s0][s1];[s0]palettegen[p];[s1][p]paletteuse" -loop 0 '.$fileName); + system('ffmpeg -i '.$StreamURL.' -vf "fps=10,scale=320:-1:flags=lanczos,split[s0][s1];[s0]palettegen[p];[s1][p]paletteuse" -loop 0 -t 5 '.$fileName); if(is_file($fileName)) {