probably the video file itself is somehow "broken"
and there're several available video decoders in mpv, but from my own experience "auto-copy" always works good
You are not logged in. Please login or register.
SmoothVideo Project → Posts by Chainik
probably the video file itself is somehow "broken"
and there're several available video decoders in mpv, but from my own experience "auto-copy" always works good
A zillion files are out there (and being created at home) that do not fit Chrome's limitted list. I think Videostream is claiming to play them, but so far I haven't seen it.
Yeah, the list of supported codecs/containers is very limited, and Videostream (and all other Node.js-based command line tools) are doing on-the-fly transcoding into segmented MP4 stream using ffmpeg.
SVP will [probably] do exactly the same thing except for additional 24-to-60 fps conversion.
Feeding ffmpeg transcoder with interlaced contents is definitely not a good idea, I won't do this ![]()
===
ffmpeg has a deinterlacing filter but I really doubt Videostream uses it
Don't know what you're talking about ![]()
Just downloaded random 1080@60 fps video from Youtube and successfully cast it from a hard drive via "Videostream" Chrome extension (which is actually not an extension but a native Windows application). BTW, using good-old 802.11n Wi-Fi, not even 5G ![]()
you'd better send a report via SVP, right after the error occur
гы
хорошо, не успел вчера архив сделать
Chainik wrote:Got the device...
SMPlayer just shares local files via its own http server.
What exactly are you saying here, please? That is, what is the implication of this??
Exactly this:
SMPlayer does NOT stream its player output but rather casts directly from a video file.
camalew
This means something else is missing
I can think only about VC++ 2015 64-bit redistributables. Try to re-install them manually.
ivanovishado
Is this a SVP's script or you're trying to insert your own Python script?
In the latter case watch out for the UTF header (it's usually hidden in most text editors)
Dunno what's missing.
Try to copy all the files from SVP 4/mpv64 into VLC's folder.
The checklist:
1. Is VLC ver.2.2.x 64-bit?
2. Is PATH set?
3. If not working - goto 1
Как минимум надо вывод 10-бит включить, по-умолчанию он отключен.
camalew
if you're talking about Window, this error is usually about not modified PATH value
read the instructions carefully
As it said in the first message - this's the only way now to watch BD3D with SVP w/o re-encoding.
But you can ask MPC-BE developers to add 3DVision support ![]()
> And what is the complete correct syntax for applying the script in real time ?
hmmm
I tried to follow this post without success:
https://forum.doom9.org/showthread.php?t=173535
import vapoursynth as vs
core = vs.get_core(threads=7)
clip = core.std.FlipVertical(video_in)
clip.set_output()
if you don't know how to modify the sample script then probably you don't need this at all
> The 960M does not show up at all in svp with "optirun SVPManager" unless I add "alias nvidia-uvm nvidia-387-uvm" to /etc/modprobe.d/bumblebee.conf
and this's why SVP 4 Linux is free ![]()
If "nothing change" then it's probably decoding only one view (as AVC stream), not MVC.
Try to install Intel's dlls - at the very bottom of that page.
Too complicated ![]()
One will need to run OBS + nginx, and then find and run some Android controller app, to point Chromecast to that stream.
AFAIU Videostream and Stream2Chromecast somehow make it work using only ffmpeg, w/o nginx
I'm starting to think that a SVP plugin for Chromecast can be useful... (but it will require Chomecast Ultra just because older devices support high frame rate at 720p only)
What if run mpv manually under "optirun"?
Got the device...
SMPlayer just shares local files via its own http server.
VLC is buggy as hell, I can barely cast anything w/o errors
And even if I can, seems like it disables all the video filters including the deinterlace/SVP one.
Youtube is continuously upgrading their services and video protection methods, we can't follow them in such a simple application.
This's why SVPtube 2 is based on youtube-dl engine.
HDR в SDR с SVP, по крайней мере, можно смотреть в mpv
Интереснее вопрос, пока без ответа, как смотреть HDR в HDR ![]()
> The question is, which players can do BOTH?
VLC?
download the latest 3.0 nightly build and update SVP's "VLC support" package to get a 3.0-compatible plugin
===
in fact this's an interesting topic, I'm going to order a Chromecast Ultra to try it myself ![]()
===
SMPlayer
Exactly these
those are not a complete scripts but just a functions
they're missing video input and output
SVP installs Avisynth+ instead of Avisynth, which has different syntax for MT stuff
You can either put Avisynth 2.6 MT dll into VirtualDub's folder OR replace the dll in the System32 folder
> finesharp.py
which one exactly?
the script must follow rules for mpv Vapoursynth scripting - https://mpv.io/manual/master/#video-filters
The variable video_in is set to the mpv video source, and it is expected that the script reads video from it. (Otherwise, mpv will decode no video, and the video packet queue will overflow, eventually leading to audio being stopped.)
SmoothVideo Project → Posts by Chainik
Powered by PunBB, supported by Informer Technologies, Inc.