I set up a site locally with d7rc on windows, and creat cron.bat in periodic dir same with cron.php:
G:/server/php/php.exe -f G:/web/d7rc/periodic/cron.php
Then set up cron task
schtasks /Create /tn hipals_cron /sc MINUTE /mo 5 /tr G:\web\d7rc\periodic\cron.bat
But It seems don't work. The temp video file "11" is still in video/files directory, together with "11.jpg", "11_small.jpg", there is no 11.flv.
I think ffmpeg.exe should now works fine, since image is grabed.
I also check the db table sys_cron_jobs to find there are 5 inital tasks, including bx_video with 5 in time column.
Even I run G:/server/php/php.exe -f G:/web/d7rc/periodic/cron.php in command window, its still no use.
I can't searched the forum , but didn't find solution. Anyone can give me some hints ?