If you want to watch 23/24 fps video without motion interpolation at 60 Hz monitor you can just use madVR and its "smooth motion" option.
You are not logged in. Please login or register.
SmoothVideo Project → Posts by MAG79
If you want to watch 23/24 fps video without motion interpolation at 60 Hz monitor you can just use madVR and its "smooth motion" option.
Если ничему не мешает, то и фиксить не зачем.
Нагрузка на ядра - вещь динамическая, может перераспределяться между ядрами в силу разных причин, а графическое отображение весьма примерное. Смотреть надо на результат, успевают ли отрабатывать расчеты и нет ли вылетов кадров.
I've checked just now. It works. I can select resolutions 720p and 1080p and they playback correctly.
Short instruction.
1. Open https://www.crunchyroll.com and login with premium account.
2. Open in browser premium episode you want to watch, start palyback, save cookies.txt for this tab and you can switch video to pause mode.
3. Copy URL of this tab from browser = you will get SVPtube message about Preview only. It is normal.
4. In SVPtube menu open Authentication > Add website authentication data... > press "Load from text file..." and open cookies.txt file saved in step 2
5. Press "Save", wait for some time while SVPtube extract data. Also, you can open SVPtube panel manually and wait for result = you will get SVPtube panel with all avialable resolutions. Congratulation!
6. Select resolution you want, press "Play" and enjoy video.
You need to reinstall GPU drivers
Best solution is identical value of video frame rate and display refresh rate.
Also good quality you can get if refresh rate is a multiple of frame rate.
In all other cases you will get non equal durations of frames showing on your display.
In your case of 48 fps you can use 144 Hz mode because these rates are multiple by factor 3.
jbiribi
> What is the best choice here?
I need to compare it myself. I didn't use d3d11 cb before and I don't know the real difference with DXVA2 cb.
Do you see the difference?
D3D11 decodes frames from video stream and leaves them in video memory.
SVP needs these frames in operational memory. So, you need to use decoder that copies frames from video to operational memory.
These hardware decoders are:
DXVA2 (copy-back)
NVIDIA CUVID
Intel QuickSync
More universal decoder is DXVA2 (copy-back)
Green screen is decoding issue. Reinstall your GPU drivers first.
Your GPUs can be used for:
- video decoding
- SVP-calculating while inserting interoilated frames in video
- video processing while render video in player
- video encoding
So, you can use different GPUs for each of these tasks.
You can try to decrease amount of visible artifacts:
Artifacts issue
What are the best possible settings?
haloing issue
Artifacts around lines
Удаляем 1 кадр из 5-ти. 30 fps - это 6 раз по 5 кадров, получаем 6 раз по 4 кадра. Это 24 fps.
Удаляем 1 кадр из 25-ти. Тут вообще все ясней не бывает. Было 25 fps, станет 24 fps.
Thank you for information.
3D stereo detection must work for every video with OU, HOU and SBS tags in file name.
https://www.svp-team.com/wiki/Manual:Mi … s_function
We will check why it not works for resolutions you pointed.
Вроде бы все понятно в справке к TDecimate написано.
http://avisynth.nl/index.php/TIVTC/TDecimate
Выкинуть 1 кадр из 25, чтобы получить 24 к/сек: cycleR=1, cycle=25. Первый параметр итак по умолчанию равен 1: cycleR=1. Поэтому необходимая строчка:
TDecimate(cycle=25)
Это аниме. Я скачал первый эпизод. Видеодорожка 30 к/сек. Cам мультфильм отрисован с меньшим количеством к/сек, но закодирован с частотой 30 к/сек.
Если листать покадрово, то фон содержит движение каждые 4 кадра из 5-ти, герои первого плана - 2 кадра из 5-ти. Т.е. фон двигается 24 раза в сек, а остальное - 12 раз в сек. Это стандартно для аниме.
Необходимо достать исходник, закодированный в 24 к/сек или сделать самому.
https://www.svp-team.com/forum/viewtopi … 623#p11623
TFM в данном случае выполнять не нужно, поэтому скрипт получится всего из одной строки:
TDecimate(cycle=5)
It is idea! Try to transcode video without interpolated frames (select SVP profile with disabled frame rate conversion).
Will you get 165 fps too?
All windows applications crashes you can find in Windows Events Log. Right click on Windows Start button > Events viewer > Windows Log > Application
Can you post here details about crashes MPC-BE?
Good. PCIe speed is at x16 3.0.
What values are showing at Sensors tab of GPU-Z?
Also you can check memory bandwidth. Open CPU-Z and look at Memory tab. You need to see Dual channel mode instead of Single.
https://www.cpuid.com/softwares/cpu-z.html
Look to CPU load and GPU load. If you will see 100% then it is the bottleneck.
Possible causes:
1. Slow memory bandwith can be the bottleneck.
2. PCIe speed can be the bottleneck.
When the RX 6800 is near 10% usage what CPU usage?
---
How to check PCIe speed. Download GPU-Z
https://www.techpowerup.com/download/techpowerup-gpu-z/
Click at "?" button and press: Start Render Test. After few seconds you will get measured speed.
As said in user manual the hardware requirements for 4K:
Minimum CPU requirements: Intel Core i7 (4 cores)
Recommended CPU requirements: Intel Core i7 (6 cores), AMD Ryzen 7 (8 cores)
It is general advice. Of course the best solution is to check yourself your file with your hardware. If you have opportunity to get it home for test.
CPU load and GPU load must be below 90% while playback. Test duration 60 seconds minimum to detect is overheating and throttling are happen.
Solution for mpv player (and any other players besides the players, using LAV decoder).
1. Change setting of SVP profile "Ignore HFR sources": Video frame rate from value 47 to value 55 (for example).
2. Open this video and change setting in active SVP profile: Duplicate frames removal set to value Remove every other frame
It is fast solution for this video file. One can find another way.
I've download this episode: dragons.den.s18e14.1080p.hdtv.h264-m0retv[eztv.re] (1.57 GiB, 58 min 50 s)
And I see what the video is decoded by LAV decoder as Interlaced instead of progressive flag:
Scan type : Progressive
So, I had to force enable progressive scan in decoder to get smooth picture and to remove lags.
To repeat this you need to set Deinterlacing Mode = Disabled (Progressive) in LAV decoder.
While playback or pause in MPC-HC menu Play > Filters > LAV Video Decoder.
Maybe some parts of NVIDIA drivers are still in your system. Just remove all left parts of NVIDIA and AMD GPU drivers and make clean install of AMD drivers again.
To completely remove GPU drivers I recommend to use Display Driver Uninstaller:
https://www.guru3d.com/files-details/di … nload.html
в чем способ-то?
"x4 до 95fps на 60Гц мониторе + в madvr включать родную "уплавнялку""?
> MPC-BE подключить
https://www.svp-team.com/wiki/SVP:MPC-BE
SmoothVideo Project → Posts by MAG79
Powered by PunBB, supported by Informer Technologies, Inc.