AviSynthCUDAFilters icon indicating copy to clipboard operation
AviSynthCUDAFilters copied to clipboard

AviSynth CUDA Filters

Results 6 AviSynthCUDAFilters issues
Sort by recently updated
recently updated
newest added

Here have error https://github.com/nekopanda/AviSynthCUDAFilters/blob/9da82f045c81b3312f9d243b2952df1057a27768/TestScripts/KFMDeint.avsi#L36 I think that line must be Assert((mode == 2 || mode == 4 || !svp), "only mode 2 and 4 support SVP")

お世話になってます。 KTGMCを検証していた際に遭遇した、OnCPUフィルタについてのご報告です。 フィルタ前方にImportを使用し、かつImportしたavsスクリプト内で 相対パスを使用していた場合、本来「Importされた」avsスクリプトが 相対パスの起点になるべきところを、OnCPUフィルタを使用した(=「Importした」) avsスクリプトが相対パスの起点に書き換わっています。 なおエラーが発生するのはImport行ではなく、OnCPUフィルタ行です。 環境 >Windows10 64bit >AvisynthNeo-r2822 >AviSynthCUDAFilters 0.4.6 ディレクトリ構成 >C:\work >├─avs >├─src >└─lgd C:\work\avs\EraseLogo.avs >ExtErsLOGO(logofile="..\lgd\logofile.lgd", >\ start=439, end=25427, itype_s=0, itype_e=0, fadein=0, fadeout=0) C:\work\main.avs >Import(".\avs\LoadPlugin.avs") >MPEG2VIDEO(".\src\video0.ts").AssumeTFF()...

the sispmt [here](https://github.com/nekopanda/AviSynthCUDAFilters/blob/bb29861c54bb0f67fe385fa369ed8e02735a2934/TestScripts/QTGMC_Ref.avsi#L173) and [here](https://github.com/nekopanda/AviSynthCUDAFilters/blob/70f3082ca69450e361700dd80f78403eaee9ac85/TestScripts/KTGMC.avsi#L183) need to update, and [here](https://forum.doom9.org/showthread.php?p=1866023#post1866023) is why

I delighted with the performance of your CUDA enabled filters. Do you accept an individual orders to "translate" regular Avisynth+ filters to CUDA enabled? If yes, could you please review...

親切な開発者様、cuda の新しいバージョンに更新して、更新されたバージョンで ktgmc および qtgmc フィルターを修正することは可能でしょうか? ありがとうございます。