Page 1 of 1
ffmpeg full path in options
Posted: Wed Aug 02, 2006 6:55 pm
by pkmminc
Is there a way to get ZM pass the full directory paths for options in ffmpeg?
Question reword. ffmpeg location path
Posted: Sat Oct 21, 2006 4:44 pm
by pkmminc
I'd like to able to offload creating mpegs to another server. I have three servers. One large storage server exporting via NFS(Solaris). Then I have to linux servers, one running ZM and the other server is spare/test. I would like to pass the ffmpeg command via rsh to the test server. I get it pass the ffmpeg command, but it doesn't know where the jpeg files exist since the ZM server runs ffmpeg it current directory. I'd like to force that location to ffmpeg.
Posted: Mon Oct 23, 2006 3:22 pm
by zoneminder
I would suggest that you mod zmvideo.pl if I understand you correctly. Put in a getcwd() call in the perl to get the current directory and pass that. Doing it in zmvideo.pl will mean that all video generation (apart from streaming) will then be offloaded with just one change.