I have three computers on my LAN,
one running ubuntu,
one running openSuse
and my server running Archlinux.
I've only managed to get ffmpeg to work properly on my server.
I would like to write a script that would pretend to be an ffmpeg installation on the local machine, but would actually just be using the server's ffmpeg.
Example:
on the openSuse pc i would like to call:
ffmpeg -i file.avi out.flv
and then get the normal output as one would expect,
but I want it to use the ffmpeg on the archlinux.
any advice as to how I would get this to work.
( preferably in Ruby )
EDIT: I've extended this question to http://stackoverflow.com/questions/872380