Topic: Custom command-line encode using SVP?
I've been experimenting with SVPCode (on Linux). I'd really like to just use ffmpeg and vapoursynth because customizing the encoding process (and everything really) is so much simpler without having to work around mpv.
Is it possible to use SVP (with GPU) by just doing "python foo.vpy | ffmpeg -i etc. -o foo_60.mkv" ? (obviously pseudocode, just as an example)
If it is possible, what raw video format does SVP output?
If it isn't possible, how can I pass these ffmpeg options (-hwaccel vaapi -hwaccel_device /dev/dri/renderD128 -hwaccel_output_format vaapi) to mpv so I can benefit from vaapi encoding/decoding?
I'd rather stick to the command-line rather than the GUI for SVPCode... just personal preference.
Thanks for any help!