Posted: Fri Jan 18, 2008 8:35 pm
I agree with you. After my last post, first thing I tried was to remove the > /tmp/ffmpeg.log from line 383 of zmvideo.pl
Now I don't get a zero byte file at /tmp/ffmpeg.log any more.
I then started looking at zmfilter.pl to see if there is some error in the way it calls zmvideo.pl, but I didn't try the extra debug option to see what realy looks like, but I think I'll try anyway.
It's kind of odd though that it only seems to happen when called from zmfilter.pl. Do you happen to know where it is called from when you generate the video from the monitor window?
I've now tried all formats (mpg,mpeg,wmv,avi) all with the same result. Now I could be lame and say it opens in Quicktime and Nero ShowTime, but I won't be happy unitil this is working the way it is supposed to. I know it was working in the 6.06.1 Bluecherry Livecd install, so I must get it to work in 7.04.
I also removed ffmpg and re-installed it with apt-get
Next, I'll be comparing the zm*.pl from the 6.06.1 install to see if there are any differences.
We might be covering the same ground, but I've found that two heads are always better than 1!
Now I don't get a zero byte file at /tmp/ffmpeg.log any more.
I then started looking at zmfilter.pl to see if there is some error in the way it calls zmvideo.pl, but I didn't try the extra debug option to see what
Code: Select all
my $command = ZM_PATH_BIN."/zmvideo.pl -e ".$event->{Id}." -r ".$rate." -s ".$scale." -f ".$format;
It's kind of odd though that it only seems to happen when called from zmfilter.pl. Do you happen to know where it is called from when you generate the video from the monitor window?
I've now tried all formats (mpg,mpeg,wmv,avi) all with the same result. Now I could be lame and say it opens in Quicktime and Nero ShowTime, but I won't be happy unitil this is working the way it is supposed to. I know it was working in the 6.06.1 Bluecherry Livecd install, so I must get it to work in 7.04.
I also removed ffmpg and re-installed it with apt-get
Next, I'll be comparing the zm*.pl from the 6.06.1 install to see if there are any differences.
We might be covering the same ground, but I've found that two heads are always better than 1!