To do this, I needed to recompile the source code using the -with-libcurl option.
$ ./CLI_Compile.sh --with-libcurl $ cd MediaInfo/Project/GNU/CLI $ make install
Then I used this command to get the video sizes via http:
$ mediainfo '--Inform=Video;%Width%x%Height%' 'http://url/lawandorder.mov'
Please note: it took a considerable amount of time to return the results. I would recommend using ffmpeg if the file is not local.
source share