05.02.2023, 15:46
Hello Selur,
I installed the last dev version and I found some problems in using FeMASR.
I attached 2 archives showing different problems:
1) Test1
In this case, it seems that LWLibavSource changed inputs.
If you open the preview with vsViewer on "Test-001_v1.vpy"
Will be issued the following error:
clip = core.lsmas.LWLibavSource(source="E:/VideoTest/FeMaSR/Test1/Test-001.mkv", format="YUV420P8", stream_index=0, cache=0, fpsnum=24,repeat=true, prefer_hw=0)
NameError: name 'true' is not defined
the problem has been fixed in the script: "Test-001_v1_fixed.vpy". Also the problem can be solved using FFMS as in the script "Test-001_v3.vpy"
After having fixed this problem is shown another bigger problem regarding FeMaSR. It seems that the problem is related to Tensor RT.
I get the same problems even if I use the previous version of Hybrid (2023.01.31.1) and previous version of FeMaSR (v1.0)
2) Test2
In this case it seems that Hybrid is not able to recognize the right format conversion.
If you open the preview with vsViewer on "Test-002_fp16.vpy"
Will be issued the following error:
Failed to evaluate the script:
Python exception: Merge: only 8-16 bit integer and 32 bit float input supported, passed RGBH
the problem has been fixed in the script: "Test-002_fp16_fixed.vpy"
I installed the last dev version and I found some problems in using FeMASR.
I attached 2 archives showing different problems:
1) Test1
In this case, it seems that LWLibavSource changed inputs.
If you open the preview with vsViewer on "Test-001_v1.vpy"
Will be issued the following error:
clip = core.lsmas.LWLibavSource(source="E:/VideoTest/FeMaSR/Test1/Test-001.mkv", format="YUV420P8", stream_index=0, cache=0, fpsnum=24,repeat=true, prefer_hw=0)
NameError: name 'true' is not defined
the problem has been fixed in the script: "Test-001_v1_fixed.vpy". Also the problem can be solved using FFMS as in the script "Test-001_v3.vpy"
After having fixed this problem is shown another bigger problem regarding FeMaSR. It seems that the problem is related to Tensor RT.
I get the same problems even if I use the previous version of Hybrid (2023.01.31.1) and previous version of FeMaSR (v1.0)
2) Test2
In this case it seems that Hybrid is not able to recognize the right format conversion.
If you open the preview with vsViewer on "Test-002_fp16.vpy"
Will be issued the following error:
Failed to evaluate the script:
Python exception: Merge: only 8-16 bit integer and 32 bit float input supported, passed RGBH
the problem has been fixed in the script: "Test-002_fp16_fixed.vpy"