Log in

View Full Version : Looking for a x264 encoder with Vapoursynth support


magnetite
14th November 2019, 02:58
I'm looking for something that has the simplicity of MeGUI with Vapoursynth & batch support. Wanted to try it out, since I've been using Avisynth+ for a while. I tried Staxrip, but it kept giving me errors. Something along the line of "core is not defined". The Vapoursynth Editor said there was nothing wrong with my script and was able to encode it fine.

stax76
14th November 2019, 04:08
staxrip has limited support for opening avs and vpy because it uses vfw/avifile and because of that it has to modify the script to get rgb output for the preview, only scripts that follow some rules can be opened, you can look at the scripts staxrip generates.

hybrid supports vapoursynth but I don't know if it can use vpy as source file.

There is however 'Simple x264/x265 Launcher', this might be what you are looking for.

l00t
15th November 2019, 12:25
I'm looking for something that has the simplicity of MeGUI with Vapoursynth & batch support. Wanted to try it out, since I've been using Avisynth+ for a while. I tried Staxrip, but it kept giving me errors. Something along the line of "core is not defined". The Vapoursynth Editor said there was nothing wrong with my script and was able to encode it fine.

You can pipe it to arbitrary encoder (e.g. x264 or x265) with VSPipe using Y4M format. BTW: Hybrid also does this.