diff --git a/start.php b/start.php index c7a2c47..088fa33 100644 --- a/start.php +++ b/start.php @@ -16,7 +16,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 -t 3 -i '.$StreamURL.' -t 3 -vf "fps=5,scale=535:-1:flags=lanczos,split[s0][s1];[s0]palettegen[p];[s1][p]paletteuse" -loop 0 '.$fileName); + system('ffmpeg -t 3 -i '.$StreamURL.' -t 3 -vf "fps=10,scale=535:-1:flags=lanczos,split[s0][s1];[s0]palettegen[p];[s1][p]paletteuse" -loop 0 '.$fileName); if(is_file($fileName)) {