"open video with mpv" implies you have mpv.app in /Applications
most likely it's not the same one as installed via Homebrew
You are not logged in. Please login or register.
SmoothVideo Project → Posts by Chainik
"open video with mpv" implies you have mpv.app in /Applications
most likely it's not the same one as installed via Homebrew
ah, and it only works with GPU acceleration enabled
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.
возможно NVENC дает ошибку и SVPcast переходит на софтовое кодирование (там есть галочка "fallback to H.264 on error")
> check Vapoursynth installation
> hundreds of millions
still waiting
Emby may set $PYTHONPATH to something else.
> "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
James D implies that Netflix will buy SVP. Or at least pay us $0.5 for every subscriber
> How can I make Automatic the default preset so I don't have to select it every time?
ok, found it... will be updated ASAP
===
please update now
конечно, нет
... or just run "SVP -> Utilities -> Set environment variables for VLC and libmpv"
> Если бы еще знать как это делать
скачать youtube-dl.exe, запустить указанным способом
> А в кудой его запиховывать?
а потому что не надо проявлять инициативу и запихивать nvenc_hevc в профиль "программный h264"...
если б вместо этого переключиться на профиль hevc/nvenc там бы всё было написано правильно - "hevc_nvenc", и всё что надо добавилось бы автоматом
> Из исходного 17G файла вышло 217M перекодированного видео, а потом после сборки в MKV итоговый размер файла: 4G ... Магия
ну блин, потому что перекодированное видео без дорожек - 217М, а с приклеенными дорожками - 4Г
что имеется в виду? отключить поиск на верхнем уровне (двух верхних), просто делить блоки?
что-то я такое когда-то зачем-то делал...
> Is that possible on command line-only?
nope
вон тут наоборот поступило мнение что самая лучшая в мире уплавнялка - в ffmpeg-е
а там, внезапно, просто поиск по самому кадру радиусом пикселей 15-20, без всех этих танцев с бубном и уровнями
> в результате получил файл в 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
SmoothVideo Project → Posts by Chainik
Powered by PunBB, supported by Informer Technologies, Inc.