Hello,
Given two (or more) video paths, I have been trying to figure out how to start RV from the command line and giving it the paths to the videos to A/B compare in “Over” mode with a one-line command. So far I’ve got this:
rv.exe path/to/first.mov path/to/second.mov -comp over
However, this plays the videos one after the other, rather than simultaneously one on top of the other. Any advice on what I’m missing would be much appreciated, thanks!