John_Wayne
Да. Могут. И GPU-ускорение тут тоже не на последнем месте. Должно быть включено для получения более качественной картинки.

mmhmm
Если после завершения процесса менеджера снова его открыть и послать отчет об ошибке, то предыдущий журнал тоже будет добавлен в отчет. Возможно, что-то в том журнале получится углядеть.

1,528

(51 replies, posted in Using SVP)

the_darkang3l
See here: Didn't Receive Key After Purchase

mmhmm
Это очень редкая ошибка, которую нам не удается воспроизвести, чтобы исправить.
Прошу не закрывая SVP-менеджер отправить при его помощи отчет об ошибке. В коментарии указать "mmhmm, логи для поиска утечек памяти".

Red
Разверну ответ Chainik
Для включенного GPU-ускорения и для выключенного используется разный набор настроек по-умолчанию.
Чтобы сравнение было корректным нужно зафиксировать настройки повышения плавности. Это возможно в SVP 4 PRO путем создания пользовательского профиля настроек.

1,531

(2 replies, posted in Using SVP)

I recomend to use subtitle engine in renderer.
- disable xysubfilter;
- disable subtitle option in ffdShow;
- enable Internal Subtitle Renderer: MPC-HC - menu View - Options - Output. See picture below. Check if Subtitle makred by green sign. If no then choose another renderer. Good renderers are: EVR custom and madVR;
- enable subtitles in MPC-HC: MPC-HC - menu Play - Subtile Track - Enable;
- select subtitles in MPC-HC: MPC-HC - menu Play - Subtile Track - Select from the list above Option 'S: No subtitles'.

1,532

(4 replies, posted in Using SVP)

gillecaluim wrote:

14:12:54.030 [W]: VideoPlayer: new instance found in GraphEditPlus32.exe but SVP can't talk to it.

Try to reinstall ffdShow.
http://sourceforge.net/projects/ffdshow … %20builds/
Take rev4533.

1,533

(4 replies, posted in Using SVP)

gillecaluim
What you see in the event log?
SVP tray menu - Information - Events log. You can press 'Open as text file' and copy-paste here.

TCmullet
Your video is on my hard disk. Thank you for the link.
I will use it for debug GameDropFix_v5 wink
It will take some time.

mmhmm
Да, 1080p. Про Vimeo - тут Chainik лучше подскажет.

icemcscream
Подтверждаю. Ролик воспроизводится без длительного ожидания загрузки.

Плеер MPC-HC и комплекта SVP4. Интернет канал широкий 100 Мбит/с, возможно в этом все дело.

Видео: AMBIVISION TEST unboxing, installation, utilisation - YouTube
Там француз еще в ноябре получил девайс и в подробностях показывает, что это за чудо такое. Вроде бы реальная коробочка. Ролик длинный, но вполне наглядный. Посмотрел на удвоенной скорости smile
Решение полностью автономное. Компьютер требуется только на этапе настройки, а дальше как правильно заметил mmhmm, работает как виртуальный монитор. Автор ролика использовал HDMI-разветвитель и переходник HDMI-VGA. Так что этому французу повезло - приехала ему коробка, не смотря на жалобы из комментов.

И да. Как прикрутить его к SVPLight - пока не ясно, и похоже, что невозможно. Но судя по ролику, оно и не требуется.

1,538

(104 replies, posted in Using SVP)

MistahBonzai
Sorry. But Crimson 16.1 BETA driver for legacy Radeon adapters don't have correct implementation of OpenCL. OpenCL is needed to SVP GPU acceleration.

It confirmed by users:
- Radeon HD 5600 (Chainik);
- Radeon HD 6900 (SVP user via bug-report);
- Radeon HD 7850 (You).

Only way to use GPU acceleration in SVP is to use Catalyst 15.7.1 driver. It works fine.

1,539

(4 replies, posted in Using SVP)

trandoanhung1991 wrote:

If it works, there's no point in increasing the thread count, is there?

Yes. You are right. You need find the optimum number. Practically it must be: Threads = logical cores * 1.8
But in each case the number can be more or less to avoid stutter or memory leaks.

Demo animation

Mystery
I told about such "smart black bars lighting"...
The idea is to detect and colorize black bars at short scenes interleaved with full-sized scenes. Logos and subtitles must remain untouched.

demo video: BoA - Kiss My Lips (lighting).mp4 (155.9 MB)
View it with SVP smile

concept avs-script:

SetMtMode(3,4)
DirectShowSource("BoA - Kiss My Lips.mkv")
lights=16

SetMTMode(2)
global top = Crop(0, 0, 0, 106).BilinearResize(16,16)
global btm = Crop(0, 974, 0, 0).BilinearResize(16,16)

topS=Crop(0,108,0,4).blur(0,1).blur(0,1).PointResize(1920,8).blur(0,1)
global topS=topS.BicubicResize(lights,108).BicubicResize(1920,108)
btmS=Crop(0,972-4,0,4).blur(0,1).blur(0,1).PointResize(1920,8).blur(0,1)
global btmS=btmS.BicubicResize(lights,108).BicubicResize(1920,108)
ScriptClip("""AverageLuma(top)>20 ? last : overlay(last,topS,mode="lighten")""")
ScriptClip("""AverageLuma(btm)>20 ? last : overlay(last,btmS,y=972,mode="lighten")""")

distributor()

Pictures are attached.

I have two solutions:
1. Disable black bars detection. And cut frame manually to constant size you want.
2. To develop "smart" black bars lighting algorithm.

Solution 1 you can use now with SVP4. For solution 2 a some time is needed. It can be realized in the future.

1,543

(51 replies, posted in Using SVP)

the_darkang3l
You didn't answer.

Nintendo Maniac 64 wrote:

Did you manually increase the amount of processing threads in SVP?

SVP tray menu - Application settings - Additional options - Processings threads - try 19 and above

1,544

(51 replies, posted in Using SVP)

the_darkang3l
Because of switchable graphics your Intel HD Graphics 4600 used to render the picture.
1. Use EVR custom with D3D Fullscreen option enabled. And choose Resizer without PixelShaders (PS): MPC-HC - View - Options - Output
2. Remove all pixel shaders from both lists (pre-resize and post-resize): MPC-HC - Play - Shaders - Select Shaders

AngReload
Посмотрел, почитал. Да. Согласен.

Maken1
You can upload pictures to this forum (attach up to 5 to every your post). They will be safe here wink

Paradox949
What resolution have your display?

Черный фон в плане цветности - слишком легкий и крайний случай. Красный цвет, если вылезет за края букв, будет выглядеть черным, как будто все хорошо.

Nikitayev
Пакет называется SmoothVideo Project, а в статье указано "Smooth Video Pack". smile
И он не "условно бесплатный", а имеет две версии: платную и бесплатную.

1,550

(12 replies, posted in Using SVP)

stefanogiusio
Why you need it? Audio delay it best way to make audio and video in sync.

Trim is not fully supported in ffdShow's avisynth.

What definitely won't work are things that reorder large parts of the video (like Trim and (Un-)AlignedSplice when applied to more than a few frames, or Reverse)

from official description