Скачал торрент, вижу в первом эпизоде, что действительно есть подергивания. Начиная с 2:58 движение фона прыгает раз в секунду. Каждый 24-ый кадр сдвинут в 2 раза дальше остальных 23-ех кадров. Это может означать, что изначально в видео было 25 к/сек, а затем из него сделали 24 к/сек простым выкидыванием каждого 25-го кадра. Такое видео практически невозможно исправить на лету, т.к. интервал поиска кадра со скачком слишком длинный - 24 кадра.

Вручную исправить можно. Идея и скрипт см. в сообщении:
https://www.svp-team.com/forum/viewtopi … 918#p61918

402

(4 replies, posted in Using SVP)

Try to clear crunchyroll cookie in your browser.
Can you watch these episodes in browser?

Это же рисованное видео, аниме. Персонажи имеют 8-12 фаз движения в секунду, фон - 24 к/сек. Это стандарт для аниме.
Я ничего необычного в аниме по ссылке не увидел. Где именно картинка дергается я не нашел.

Пример покадровой прорисовки аниме. Там же по ссылке см. обсуждение особенностей повышения плавности у аниме.

www.lr.kr
Что с тем видео не так?
Скачал торрент - выпавших кадров не наблюдаю

Полгода назад поддержки нескольких видеокарт не было. Умельцы запускали несколько копий DAINAPP для каждой видеокарты.
https://itch.io/t/687346/question-abou-multiple-gpus

Как сейчас - надо качать, смотреть, что изменилось

406

(3 replies, posted in Using SVP)

Yes. If you have some dropped frames at the start and in the end of video playback it is not the problem.

В данном примере 25x8 = 200 кадров после DAINAPP
затем 200 > 120 будут получены путем сохранения каждого 5-го кадра и расчетом промежуточных кадров алгоритмами SVP из 4 кадров 2 кадров.
Если хочется получить 25 > 120 полностью через DAINAPP, то нужно повышать плавность до частоты, кратной 120, а затем выкидывать лишние кадры. Это возможно при повышении частоты кадров в 24 раза: 25x24 = 600 / 5 = 120

408

(2 replies, posted in Using SVP)

1. You can use SVP without OpenCL-acceleration.
2. To enable OpenCL you need to install video drivers including OpenCL ICD

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

Процессор из баг-репорта:

CPU: AMD Phenom II X4 970 [base frequency 3500 MHz, 4 threads]

410

(9 replies, posted in Using SVP)

For MPC player use option from SVP menu: Application setings > Additional options > Try to recover HDR colors

I use SVP with Windows.

Windows has issues with multimonitor configuration too in some cases.
The solution is to watch video on primary display or disable all other displays while watching movies with smoothing.

The cause is synchronization video to audio. So you can try another audio drivers, video drivers. Also you can try to setup them.

It depends on video player, its video renedrer and your GPU.
Perhaps it will be fixed if you change value of SVP settings frc.frame.align and frc.frame.valign from 4 to 8.
Try it.

Otherwise we need more details about your configuration and screenshot of the green bars.

just assumed a 1080ti would work

No. 1080Ti is not compatible to NVOF. It is not based on Turing architecture.
https://en.wikipedia.org/wiki/Turing_(m … hitecture)

414

(3 replies, posted in Using SVP)

No way to playback interpolated video in browser for now.

But you can use SVPtube and enable Autoplay option.
So, all you need in browser is to copy URL to video. wink
Player window will appear automatically and start playback.
https://www.svp-team.com/wiki/Manual:SVPtube

415

(1 replies, posted in Using SVP)

You need to uninstall your mpv and install mpv with command:

brew install mpv

https://www.svp-team.com/wiki/SVP:Mac#M … stallation

Kaminominaaa
To get access to NVOF settings You need NVOF-compatible GPU:

NVIDIA GeForce >= 16xx (Turing)

https://www.svp-team.com/wiki/GPU_Compatibility

417

(5 replies, posted in Using SVP)

It is a feature of interpolation algorithm used.

Если знакомы с avisynth, то фильтром TDecimate.

tdecimate(cycle=25)

Вон там подробнее и с картинками:
https://www.svp-team.com/forum/viewtopi … 632#p11632

Для начала отключите SVP, откройте видео в MPC-HC, поставьте видео на паузу и нажатиями Ctrl-вправо посчитайте количество разных кадров и кадров-дублей. Если действительно 24 разных и 1 дубль, то решение tdecimate(cycle=25) поможет.

Для начала надо посмотреть утилитами характеристики обоих файлов, какая там частота. Точно ли 25 fps и 60 fps?
MediaInfo подойдет.

Затем, если все ОК, а микрорывки идут ровно каждую секунду, то это у Вас источник 24 fps переведенный в 25 fps добавлением кадра-дубля. Надо искать честный 24 fps источник, либо исправять этот выкидыванием дублей с приведением его в 24 fps.

Video encoding (h.264 and h.265) is always gives losses at usual file sizes.
These codecs are compress spatial data and movements data.
Some people tell the bitrate for 60 fps video must be twice more than for 24 fps video.
But I think spatial data still the same but movements data after success smoothing became more compressable because of shorter motion vectors.
So, you can get the same quality with bitrate from 0.5x to 2x of source bitrate. You need to decide it for your video by your own.

Convert short fragment from your video and compare it with source.

I use automatic preset: crf 20 for films to get more compression, crf 18 for videos if I want to get quality close to original.

Maybe frame rate check is good enough for your task?

Опция называется frc.target.max
https://www.svp-team.com/wiki/FAQ#I.27v … fps_videos

423

(2 replies, posted in Using SVP)

before

424

(4 replies, posted in Using SVP)

Don't forget about VSync (Vertical sync). This option is situated at NVIDIA 3D settings panel.
For SVP it must be VSync = On

425

(3 replies, posted in Using SVP)

What video service are you using? youtube?