1,126

(14 replies, posted in Using SVP)

pneumatic wrote:

Tolerance = 0

I want to add: You can use one of combinations:
1) default Tolerance = 0.02 and ReClock. You will get best quality because of more integer smooth ratio like x2, x5/2 and so on.
2) Tolerance = 0 without ReClock. You will get more GPU load and more crasy smooth ratios like x1999/1001. But you will get original audio speed and pitch.

pneumatic
You are right. Thank you for information. smile
I've checked two pairs:
- MPC-HC 1.7.10.269 + SVPtube 2 = works great. Shows full length 2h31m with rewind ability to any point of video.
- MPC-BE 1.5.0 (build 2235) + SVPtube 2 = works great. Shows full length 2h31m with rewind ability to any point of video.

I used x86 versions of players. So. One can use these players too. wink

1,128

(4 replies, posted in Using SVP)

brunnofln
1. What operating system do you have?
2. When the error occurs?

Your link works to me (SVPtube 2 + mpv). It is 2h30m duration video. I've checked 720p video stream.
SVPtube 1 has some restrictions.
See more in SVPtube1/2 comparison table.
Perhaps you are facing with one of them.

P.S. SVPtube 2 + MPC has buffering issues. It playing video not entirely. I reopened the the last file (link) several times to get full length in player's timebar. So, I recommend to use mpv.

P.S.2. SVPtube 1.2.6 is not working to me. Your link return error: "Check your connection (301)". I think it is one of restriction of not updated SVPtube 1.2.6 engine.

Pavel
Первым делом надо проверить, что видеодрайвер полный. Он должен содержать OpenCL.
Рекомендую скачать и установить официальные драйвера для AMD Radeon HD 7770.
Последний - это Crimson Edition 16.11.5 Hotfix (211 МБ)
В описании сказано, что эта видеокарта нынче поддерживается этим Crimson-драйвером.
Пробуйте.

1,131

(2 replies, posted in Using SVP)

Did you try a measurement tool Intel Power Gadget?
see more in discussion

You can compare power consumption of CPU in windows and macOS. Perhaps answer is there.

Anyway you can send us problem report. We will look details in the logs.
Information - Send problem report...

1,132

(4 replies, posted in Using SVP)

velinn
One note: When you see blue rectangle over the video (Frame Size panel is active) SVP doesn't calculate new frames. All frames with blue rectangle are source frames. wink

1,133

(11 replies, posted in Using SVP)

icedtea676
I've download your video. Thank you.

In my case SVP changed smooth coefficient from 2x to 2,5x in 7 seconds after end of opening.

mkv2vfr output:

# timecode format v1
Assume 23.976
0,790,29.9701
791,791,20.4082
792,3714,23.9759

So, from frame 0 to frame 790 video has 29,9701 fps and from frame 792 to frame 3714 video has 23.9759 fps.
And we can calculate the moment of framerate switching from one fps to another.
It is 791 / 29.9701 = 26,4 sec

P.S. I used mkv2vfr from Haali Matroska Splitter bundle.

filar wrote:

Simple solution: Download and install the CUDA developer package from https://developer.nvidia.com/cuda-downloads.

You can then use full GPU acceleration.
I unchecked the Samples and the Visual Studio Integration during installation to save space.
Hope this helps someone else experiencing the same.

Unfortunately, I can't confirm. The solution is not worked to me.
GTX 660Ti + Win10 + LAV Cuvid decoder + SVP GPU-acceleration = MPC-HC hung sad

I tried latest NVIDIA driver 376.09 + CUDA Toolkit 8.0

So, the only solution to stay with H/W acceleration is to change CUVID decoder to DXVA2 copy-back (or QuickSync) decoder in LAV Filters settings.

1,135

(11 replies, posted in Using SVP)

icedtea676
It is good question. The speed of reaction on framerate changings.
SVP can detect framerate change but not quickly.
It is possible to implement instant reaction, but it is needed to parse current video file before playing to collect information about VFR segments.

Can you give a link to sample file with opening (and ending)?

1,136

(10 replies, posted in Using SVP)

To get discrete GPU working you need to have OpenCL driver properly installed. It is part of NVIDIA GPU driver.

You can get current state it with CLinfo:
SVP tray menu - Information - Additional information - OpenCL devices and compatibilities.
Paste output here.

1,137

(3 replies, posted in Using SVP)

sagor
To manually install avisynth you can use official 2.6 installer.
http://avisynth.nl/index.php/Main_Page
Use 32-bit ST or 32-bit MT version

дрова пишут в Luxoft в Питере и Киеве. Не?

Кхм...
http://www.amd.com/ru-ru/who-we-are/contact/locations

Ни Санкт-Петербурга, ни Киева в списке нет. Есть Москва. smile

Someone
1) Построение кадров на видеокарте (включенное GPU-ускорение в SVP) дает более точную и качественную картинку по сравнению с построением на процессоре. Ее использование освобождает от 20% до 50% ресурсов процессора, которые можно задействовать для чего-нибудь еще wink
2) В случае с Вашим процессором (i7-4790k) SVP использует уже самый ресурсоемкий профиль (набор настроек), процессор не достигает загрузки 100%, справляясь со своей задачей. Поэтому вполне можно обойтись без разгона.

1,140

(17 replies, posted in Using SVP)

If you have a time (and free space on your HDD wink ) then you can recode and save your video with restoring 25 fps from 30.
It is the best way to get maximum stability when you will playback and smoothing up this video.
You can use AVS-script:

DirectShowSource("Doctor Who S05E01 - The Eleventh Hour.mkv", fps=29.97)
AssumeFps(30)
TFM()
TDecimate(Cycle=6)

It will combine progressive frames from interlaced, and decimate 1 frame (frame-double) in every 6 frames.
Try it.

1,141

(17 replies, posted in Using SVP)

AndreaMG
Your video has 59.94 fields/sec (or 29.97 frames/sec) and it consists of 25 original frames/sec (24.975).
I can detect it from manual "stop-motion" rewind frame-by-frame. Ctrl-Right arrow In MPC-HC.
I know one way how to open it with 25 fps via AVS-script.
You need to use TIVTC plugin from tritical.

tdecimate(cycle=6)

Думаю, что можно, но это должна в первую очередь позволять цепочка фильтров: файл > сплиттер > декодер > ffdShow raw > SVP
В случае с 29-ой серией и фильтрами по умолчанию истинная частота кадров теряется на каком-то из этапов.

1,143

(5 replies, posted in Using SVP)

Looks like it is not madVR error.

Check the versions of:
MPC-HC 1.7.10
ffdShow 4533
Avisynth 2.6
SVP 4.0.0.96

If not, upgrade to these versions.

You can write AVS-script to check. It is harmfull to eyes!
Black Frame Insertion ??

The best black frame insertion is LightBoost from NVIDIA and the others hardware realizations of strobe backlight.
Software realizations are not suitable for human eyes wink

1,146

(17 replies, posted in Using SVP)

AndreaMG
It can be hard/soft telecined. 24-in-30 fps.
https://en.wikipedia.org/wiki/Telecine# … d_telecine
So, your decoder must restore source frame rate while decoding video.
It is need to check it frame by frame in player.

Sorry, I didn't download your video yet.

Глянул файл, тот что 29-ая серия, через утилиту MKV2VFR. Утилита сообщила, что это видео с постоянной частотой кадров.
Вот отчет утилиты:

# timecode format v1
Assume 23.976
1,34619,23.9760

Это означает, что все кадры с 1-го по 34619 имеют единую частоту 23.976. Т.е. частота 23.98 из заголовка файла неверна.
Надо либо перемуксимть файл с указанием правильной частоты кадров, либо, как удалось найти в предыдущем Вашем сообщении, использовать такой сплиттер/декодер, которые выдают наружу истинную частоту кадров.
Если с этим файлом еще остались вопросы, то можно перейти от теории к практике и добиться проигрывания всей 29-ой серии без единого дропа. Надо?

С остальными видео, которые у Вас тоже дергаются, нужно разбираться отдельно. На конкретных примерах.

использовать нужно либо madvr, либо evr, а не оба?
Да, один вариант из двух. На выбор.

EVR D3D Fullscreen

Про отрисовщики.
madVR exclusive mode.