1,626

(2 replies, posted in Using SVP)

"open video with mpv" implies you have mpv.app in /Applications
most likely it's not the same one as installed via Homebrew

1,627

(4 replies, posted in Using SVP)

ah, and it only works with GPU acceleration enabled

1,628

(4 replies, posted in Using SVP)

obviously you need a 10-bit source file

https://developers.google.com/cast/docs/media

Chromecast Ultra is only work stable with up to 12 Mbit stream.

no idea
https://github.com/ytdl-org/youtube-dl/issues/9810

возможно NVENC дает ошибку и SVPcast переходит на софтовое кодирование (там есть галочка "fallback to H.264 on error")

https://www.svp-team.com/wiki/SVP:Linux

> check Vapoursynth installation

1,634

(7 replies, posted in Using SVP)

> hundreds of millions

still waiting big_smile

1,635

(26 replies, posted in Using SVP)

Emby may set $PYTHONPATH to something else.

1,636

(26 replies, posted in Using SVP)

> "Could not initialize VapourSynth scripting."

it means some problems with Python and/or Vapoursynth's python module, not with mpv itself
for example if Python is unable to find vapoursynth.so

1,637

(7 replies, posted in Using SVP)

James D implies that Netflix will buy SVP. Or at least pay us $0.5 for every subscriber big_smile

> How can I make Automatic the default preset so I don't have to select it every time?

https://www.svp-team.com/wiki/Manual:FR … he_Profile

1,639

(9 replies, posted in Using SVP)

ok, found it... will be updated ASAP

===
please update now

конечно, нет

1,641

(26 replies, posted in Using SVP)

... or just run "SVP -> Utilities -> Set environment variables for VLC and libmpv"

> Если бы еще знать как это делать

скачать youtube-dl.exe, запустить указанным способом

https://github.com/ytdl-org/youtube-dl/issues

1,644

(204 replies, posted in Эксплуатация SVP)

> А в кудой его запиховывать?

а потому что не надо проявлять инициативу big_smile и запихивать nvenc_hevc в профиль "программный h264"...
если б вместо этого переключиться на профиль hevc/nvenc там бы всё было написано правильно - "hevc_nvenc", и всё что надо добавилось бы автоматом

> Из исходного 17G файла вышло 217M перекодированного видео, а потом после сборки в MKV итоговый размер файла: 4G ... Магия

ну блин, потому что перекодированное видео без дорожек - 217М, а с приклеенными дорожками - 4Г

что имеется в виду? отключить поиск на верхнем уровне (двух верхних), просто делить блоки?
что-то я такое когда-то зачем-то делал...

> Is that possible on command line-only?

nope

вон тут наоборот поступило мнение что самая лучшая в мире уплавнялка - в ffmpeg-е
а там, внезапно, просто поиск по самому кадру радиусом пикселей 15-20, без всех этих танцев с бубном и уровнями

1,648

(204 replies, posted in Эксплуатация SVP)

> в результате  получил файл в 5 раз меньше исходного

такое обычно если time_base не указан. но он должен подставляться в ovcopts автоматом

Not sure you're coping anything other than a color space by this command.

There're static metadata - https://x265.readthedocs.io/en/default/ … er-display
and dynamic data - the same (?) values defined per-frame - https://x265.readthedocs.io/en/default/ … hdr10-info

let's take a 1920*1080 video as example

top (higher) level (#1) for the "hierarchical search" is the frame itself - 1920*1080
next one #2 - the frame reduced by 2 in each dimension - 960*540
#3 - 480*270
#4 - 240*135
bottom (lower) level #5 - 120*67

top level = "finest" level
all other bottom levels are "coarse" levels

the search parameters are _different_ for coarse and top levels
levels from #5 to #2 - more exhaustive search, level #1 - simplified search

with this "width of coarse level" option we can move this "line" down: levels 5 to 3 - exhaustive, levels 2 to 1 - simplified

and this is more important for 4K video