Can i use SVP from the command line?
I'm using SVP for Linux, and after some trouble getting it running (the guide https://www.svp-team.com/wiki/SVP:Linux seems to be a bit outdated), it's now running great!
I have a large set of video-clips of different frame-rates, quite random, 52.92, 55.62, 23.89, etc. that all needs to be converted with motion interpolation to frame-rate 60.000 exact.
I can do this with SVP using the control panel, but manually selecting and running each file is not feasible as i literally have thousands of files.
Is it possible to run SVP in linux from the command line like with FFMPEG?
With FFMPEG i can just do:
ffmpeg -i input_001328.mp4 -crf 18 -filter:v "minterpolate=fps=60:mi_mode=mci:mc_mode=aobmc:me_mode=bidir:vsbmc=1" -crf 18 output_001328.mp4
For each file. Which technically works, but unfortunately it is 100x slower than SVP, so i would have to wait weeks for it to finish.. So can SVP work from the command line as well?