У нас вы можете посмотреть бесплатно CHZZK Buffering FIX / No Lagg или скачать в максимальном доступном качестве, видео которое было загружено на ютуб. Для загрузки выберите вариант из формы ниже:
Если кнопки скачивания не
загрузились
НАЖМИТЕ ЗДЕСЬ или обновите страницу
Если возникают проблемы со скачиванием видео, пожалуйста напишите в поддержку по адресу внизу
страницы.
Спасибо за использование сервиса ClipSaver.ru
Hi guys, my favorite streamers went from Twitch to CHZZK and I was unable to watch the broadcasts, so I scripted a quick solution with ffmpeg and ffplay. This solution does not require any VPN, so you are not at risk of your Naver account being suspended. Download the .zip folder from here and unpack it: drive.google.com/file/d/1QKSZALMyLfHxQzH62K320dGExmpvj93F/view Get the .m3u8 url from the Broadcast and right click play.ps1 then click open with powershell. Input the URL and hit enter. (If it doesnt open the powershell window, then just open the play.ps1 with notepad, copy the code in it and create your own new play2.ps1 file and paste it into that, then it should open) *Edit: If you have a strong AMD GPU, you can replace the last line in the play.ps1 file with: cmd.exe /c "ffmpeg.exe -i $m3u8URL -vf scale=2560:1440:flags=lanczos -c:v h264_amf -rc cqp -qp_i 15 -qp_p 15 -quality 2 -preset 2 -r 60 -f matroska - | ffplay.exe -f matroska -i -" you can change the -vf scale= to match your monitor resolution, if you go higher, you will need to adjust the -qp_i and -qp_p to a higher number, (higher means less bitrate (dont go over 28), less stress for your GPU) just play around, this way you can upscale to 1440p with even better quality. You can do that also with an Nvidia gpu, but I dont have one, you would need to adjust the -c:v for your Nvidia GPU