Using a RTX 4080 with:
and
in vsViewer, I x265 reported:
Using larger length values speeds things up here.
When using length=25, I get:
So maybe requesting more frames than needed directly and using a cache might help.
---
Maybe looking how HolyWu&Co do it gives some ideas how to speed things up.
Cu Selur
clip = propainter(clip, length=250, mask_path="running_car_mask.png", device_index=0, enable_fp16=True)
"F:/Hybrid/64bit/x265.exe" --input - --fps 25 --y4m --crf 18.00 --output "G:\Output\test.265"
encoded 192 frames in 50.79s (3.78 fps), 1707.74 kb/s, Avg QP:21.51
When using length=25, I get:
encoded 192 frames in 81.51s (2.36 fps), 1703.32 kb/s, Avg QP:21.51
---
Maybe looking how HolyWu&Co do it gives some ideas how to speed things up.
Cu Selur
----
Dev versions are in the 'experimental'-folder of my GoogleDrive, which is linked on the download page.
Dev versions are in the 'experimental'-folder of my GoogleDrive, which is linked on the download page.