Im running fedora core 10.
when i test:
sudo -u nobody ffmpeg [options]
i get: sudo: ffmpeg: command not found
but if i do:
sudo -u nobody /ffmpeg/ffmpeg [options]
then it works
how do i get ffmpeg into the right place so that the first command will work>
thanks alot!
joe