rigaya / NVEnc

NVENCによる高速エンコードの性能実験
https://rigaya34589.blog.fc2.com/blog-category-17.html
Other
1.03k stars 108 forks source link

Request: add path option to --vpy parameter #564

Closed dan64 closed 2 months ago

dan64 commented 4 months ago

I'm in a situation where I cannot move the location of both NVEnc and Vapoursynth and they are located in different directories. To be able to read Vapoursynth scripts NVEnc need to access to VSscript.dll and in this situation it is unable to locate it. It would be useful if you can add an option to specify the path where is located Vapoursynth so that NVEnc is able to find it.

Thanks, Dan

rigaya commented 2 months ago

I have added option --vsdir to set portable VapourSynth directory NVEnc 7.52.

"--vsdir" should be set to the directory where VSscript.dll (and python) exists. I've tested it works fine at least with the VapourSynth portable directory which I've created with the new portable install script added in VapourSynth R65/66.

dan64 commented 2 months ago

Ok, thanks