4,801

(14 replies, posted in Using SVP)

Twitch: m3u8 streams are currently disabled by default, but you can enable them via SVP's configuration: tube.ydl.protocols = "http,rtmp,m3u8"

Crunchyroll streams are in RTMP protocol so the video player / codecs have to support it. For example mpv plays it just fine...

Funimation doesn't work because it's protected with captcha o_O

11:18:49.868 [W]: Tube: py-error: ERROR: Access to funimation.com is blocked by CloudFlare. Please browse to http://www.funimation.com/, solve the reCAPTCHA, export browser cookies to a text file, and then try again with --cookies YOUR_COOKIE_FILE.

4,802

(8 replies, posted in Using SVP)

SVPtube 1.2.6 works just fine.

====
> it constantly says "Check Your network Connection (301)"

it looks like some problems with HTTPS protocol, you probably don't have VC++ 2013 redistributable package installed

Видимо "автоматический выбор"

Намек на то что надо обновить картинки - принят

4,804

(15 replies, posted in Using SVP)

Install some earlier driver version via ddu

4,805

(15 replies, posted in Using SVP)

this's not a workaround cause OpenCL subsystem is broken to the point where even clinfo crashes on start

input.conf

MOUSE_BTN3 add volume 2
MOUSE_BTN4 add volume -2
MOUSE_BTN1 cycle mute

mpv не зависает

- проверять лично
- брать ноут
- иное

планшеты никакие вообще не подходят, даже MS Surface Pro с вентилятором
не потому что скорости не хватает, а потому что они через пару минут работы под постоянной нагрузкой сбрасывают частоты до около нуля и превращаются в тыкву

4,810

(7 replies, posted in Using SVP)

> I know rewriting SVP for DirectX 11 or Vulkan is out of the question, but would that be the only way?

"The only way" for what? Recent CPUs can handle any source up to 4K@30fps...
Comparing two hypothetical "SVP+madVR" media PCs configurations  - "i7 + 1060" (for SVP-on-CPU) or "celeron + 2*1080" (SVP-on-GPU) - I'd better choose the first one.

> SVPtube2 хорошо работает. Ни одно видео ещё не "зависло".

касательно ютюба - сцылки-то получаются ровно те же, т.ч. в плане "зависаний" это вполне может быть самовнушение wink

> disabling my antivirus softwares (Avast + MBAM) and then reinstalling it for the fourth time worked

this's interesting

4,813

(3 replies, posted in Using SVP)

SVP 4 Free - no
SVP 4 Pro / Mac / Linux - yes

4,814

(7 replies, posted in Using SVP)

AnyDVD HD

4,815

(29 replies, posted in Using SVP)

Victolabs wrote:
Chainik wrote:

SVPtube 2 may work too...

What do you mean by this?

4,816

(29 replies, posted in Using SVP)

SVPtube 2 may work too...

The quick fix is ready... hope it won't break something else big_smile

just search for the SVP updates

4,818

(2 replies, posted in Using SVP)

> So i downloaded MPC 64 bit player and installed it (after uninstalling the 32 bit player) and now the sound is back to normal but SVP doen't run with MPC 64 bit on my system.

This's because installing mpc-hc 64-bit is not enough, you also need to install a number of 64-bit packages via SVP's Maintenance tool.

There're a number of video formats (fmt ids>131 and >241) that contains only video BUT w/o "dash" flag set.
I've no idea what is this and why o_O  Maybe we just need to ignore them...

In the current SVPtube build these formats are shown as "1080p 1080p [xxx]", "240p 240p [xxx]", etc - with the doubled resolution value.

Версия 1.2.6

= формат титров изменен на VTT (т.к. Youtube убрал поддержку SRT) - MPC-HC такой формат еще не знает! используйте MPC-BE или mpv
+ добавлена поддержка mpv

mpv - единственный плеер, который умеет ВСЁ, и полностью корректно работает с DASH-форматами.

Покупайте SVP 4 Pro big_smile

максимум что можно - титры исправить...
а потом добро пожаловать к SVPtube 2 wink

4,822

(8 replies, posted in Using SVP)

>  I found an alternative that actually streams and plays mp4 dash formats really well: mpv with youtube-dl using the firefox extension Watch with MPV.

SVPtube 2 is even better big_smile

> Both mpv and mpc-hc 1.7.10 have no audio in most videos(audio track missing). Any solutions?

no solutions w/o the exact video URL plus the video format name you've problems with...

ver. 2.0.0.84

+ playlists (!!)
+ subtitles (including auto-generated ones from Youtube and encrypted ones from Crunchroll)
= a lot of minor improvements...

Notes:

0. mpv is highly recommended!

1. Youtube switched to VTT subtitles format that IS NOT supported in mpc-hc (yet)! mpc-be and mpv work great

2. Subtitles extraction can speed down the entire process a lot, especially when it has to actually pre-download and decrypt subtitles (see Crunchroll)
set tube.ydl.subs_read = false if you do not need subtitles at all

3. Some sites only provide m3u8 streams which are supported by mpv only (?). Set tube.ydl.protocols = http,rtmp,m3u8 if you want to try it.

4. RTMP streams won't work in MPC-HC if you're using system-wide LAV filters instead of built-in ones.

4,825

(5 replies, posted in Using SVP)

I personally only have Gear VR in hands big_smile
And yes, 360 video really needs high frame rate, preferrably 100+ fps cause 50/60 fps obviously is not enough...

PotPlayer supports 360 deg video in some way, have you tried it?

====

Video Format Support
Whirligig supports direct show filters and standard operating system formats.

So? Forcing ffdshow video decoder as a system-default (the same way as it's needed for WMP/WMC) should work.
Also we may try to ask Whirligig developer to add ability to explicitly define DirectShow filters chain (decoder(s) and post-processors) to use...