VapourSynth-Editor
VapourSynth-Editor copied to clipboard
Seperate vs-encoder binary just like vs-previewer
So, for context I made a basic VS Code extension to add a button on the top right next to the Run Script button that on-clicked opens the focused vpy file in vse-previewer.
https://github.com/YomikoR/VapourSynth-Editor/assets/17136956/a8ec6f7f-9779-4396-bdd0-842da5b5334a
It would be really neat if you could also seperate the encoder GUI so I can add an encode button too.
The extension is: VapourSynth Preview Button (Source)
Compared to today's vspipe with filter time, graph, audio encoding features, etc., the encoding and benchmarking components are way behind. My suggestion is to use vspipe.
While I don't disagree per-se, some times all I want is to choose an encode profile and hit encode with some basic progress reports, of which vs-edit's encode window works very well for. For that purpose I feel like it's still useful, especially in this context. If I wanted other features then I feel like using terminal with vspipe would suffice.
Okay. But is another static build a good idea?
TBH I think of vsedit-previewer from the default branch as the one for most users. For example, the latest vse-previewer commit won't work until the next VS release comes. (And as a passive warning, I didn't elaborate things in the release notes of vse-previewer.)