vapoursynth-plugin icon indicating copy to clipboard operation
vapoursynth-plugin copied to clipboard

Make the plugin work with Av1an

Open Simulp opened this issue 2 years ago • 4 comments

Av1an is a video encoding framework to increase parallelization and threading to speed up encoding.

when inputting vs plugins with akarin as a dependency, it will error with this (probably rust thing?): Reactor: Unknown command line argument '-x86-asm-syntax=intel'. Try: 'Reactor --help' Reactor: Did you mean '--stats-json=intel'?

This PR removed 3 lines of code in order to make it work again.

Simulp avatar Aug 21 '23 03:08 Simulp

the PR looks good. thanks. which version of llvm are you using?

AkarinVS avatar Sep 05 '23 19:09 AkarinVS

16.0.6, Arch Linux

Simulp avatar Sep 15 '23 09:09 Simulp

seems like akarin vanished, try tocompile simulping's fork?

couleurm avatar Apr 09 '24 22:04 couleurm