You are not logged in. Please login or register.
SmoothVideo Project → Posts by Chainik
hmmm
then we need more details to reproduce this on 1.4.4
video player, renderer?
avsf log could also be helpful
can't reproduce
does it happens with the previous version too? (replace avsf\avisynth_filter_64.ax only)
> even though I give the login details and cookie data
only cookies are needed, w/o login/pass
omeg007
try this
which version?
latest Github release (https://github.com/CrendKing/avisynth_filter) is broken and gives exactly this error
we'll update Mac package ASAP
omeg007
on macOS: right click SVP 4 Mac -> show package contents -> Contents -> Resources -> extensions -> tube -> youtube_dl -> extractor
though I'm not sure it'll work that way cause Mac's version is too outdated now
> What can I do to fix it?
nothing other than reinstalling
последняя версия изданная на bd я имею в виду
где ремастер с новыми эффектами
> Не изобретает ли он велосипеда?
учитывая что последняя версия наверняка сделана со "студийного мастера", по-моему он занимается чем-то более другим
ну, лишь бы водку не пил
conclusion: don't follow random guides
[E]: Script: override.js:26 - SyntaxError: Expected token `,'
there're errors in %APPDATA%\SVP4\override.js
remove it and restart SVP (or edit and fix errors if you added something there)
looks strange
what's in the SVP's events log?
does normal playback works, especially via mpv?
this may fix 'byId' error w/o authentication: https://raw.githubusercontent.com/yt-dl … chyroll.py
regarding subtitles - this fix works for me
edit SVP 4\extensions\tube\youtube_dl\utils.py, find the line starting with _USER_AGENT_TPL
remove this part - "AppleWebKit/537.36 (KHTML, like Gecko)"
the code should be like this:
_USER_AGENT_TPL = 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) Chrome/%s Safari/537.36'
restart SVP
for some odd reason the "AppleWebKit/537.36" part of the user agent string prevents ffmpeg from downloading subs from vrv server
https://github.com/yt-dlp/yt-dlp/issues/4692
the error comes from _redirect_from_beta() call only if there's no "etp_rt" cookie set
"ByID" error occurs when you're opening URL from the "beta" UI while not authenticated. i.e. when SVPtube doesn't have proper authentication info.
"byId" error occurs if you didn't provide auth data to SVPtube
export cookies, load them into SVPtube - and it'll work
regarding subtitles - for some unknown reason mpv/ffmpeg doesn't want to download them from URL, the log says
> https: HTTP error 400 Bad Request
while subs URL is perfectly OK and opens in a web browser just fine
dunno why
and it works in MPC-HC because SVPtube pre-downloads subs for MPC-HC
> is there any log I can check to see what's happening?
SVP menu -> Information -> Additional information -> mpv configuration file
add
log-file=<some writeable file path>
I can't see any changes regarding this 'byId' in 2022.08.08, but you can try replacing 'SVP 4\extensions\tube\youtube_dl\extractor\crunchyroll.py' with the one from previous release 2022.07.18: https://raw.githubusercontent.com/yt-dl … chyroll.py
or with the latest 08.14: https://raw.githubusercontent.com/yt-dl … chyroll.py
restart SVP after replacing the file
логично... вечный косяк с попытками собирать всё из master, в субботу еще нормально собиралось а zimg, например, поломан
Just tried Homebrew, and it works. It takes _a_lot_ of time though, but it's fully automated, has almost everything built-in, and you don't need to know anything about building stuff.
https://brew.sh/
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
brew install mpv
and you'll have everything installed in its own directory /home/linuxbrew/.linuxbrew, i.e. /home/linuxbrew/.linuxbrew/bin/mpv
---
FYI, it's a MacOS stuff ported to Linux
---
the only minor issue there's some Python conflict only when running Homebrew's mpv from SVP, resulting in "Playback [3a437f2f]: VS - Could not initialize VapourSynth scripting" error
but if you run it from any other place it works
I thought it's too minimal w/o any hw acceleration at all
---
BTW there's a Homebrew for Linux existing.
Maybe it's a better option for inexperienced Linux users...
Never tried it though. I personally think than inexperienced users should not run Linux at the first place, Windows is good enough for everyone
libaom is a AV1 encoder
if you're interested in AV1 decoding you should build with dav1d, but this definitely isn't a minimal install
SmoothVideo Project → Posts by Chainik
Powered by PunBB, supported by Informer Technologies, Inc.