Something is not right in path to the file for the cron job? Did you notice this in the code? Is this correct?

Code:
cronjob started


STARTING VIDEO CONVERSION (process_queue.id = 151)</p><hr>

File: /home/to/mysite/public_html//video/video/cam.flv
and

Code:
/home/to/mysite/public_html/video/include/classes/class.video_duration.php on line 54
I have cron jobs set like this:

Code:
/usr/bin/php -q /home/******/public_html/******/cron.php  > /dev/null &
Where ****** is my user name and the directory that the video site is located.