Search found 19 matches

by AmmarossDanan
Tue Jul 10, 2007 10:50 pm
Forum: ZoneMinder Previous Versions
Topic: HELP - FFMPEG and Low Quality Jpeg
Replies: 21
Views: 19614

It is odd that this occurs for you even with the LiveCD. What hardware are you trying to run on? I would guess the problem resides with this error: [mjpeg @ 0xb7e5d4e8]dqt: 16bit precision [mjpeg @ 0xb7e5d4e8]mjpeg: unsupported coding type (c1) [mjpeg @ 0xb7e5d4e8]decode_sos: index(0) out of compone...
by AmmarossDanan
Mon Jul 09, 2007 10:04 pm
Forum: ZoneMinder Previous Versions
Topic: PurgeWhenFull Question
Replies: 3
Views: 2040

With the PurgeWhenFull filter pulled up, click "Save" in upper-right corner and that will open a save filter window with the "Run filter in background" option. Make sure it's checked and click "Save."
by AmmarossDanan
Mon Jul 09, 2007 10:01 pm
Forum: ZoneMinder Previous Versions
Topic: HELP - FFMPEG and Low Quality Jpeg
Replies: 21
Views: 19614

You could try installing ffmeg from source :

Code: Select all

svn checkout svn://svn.mplayerhq.hu/ffmpeg/trunk ffmpeg
cd ffmpeg/
./configure
make
make install
make install-libs
This will make sure that all neccessary components (libs and whatnot) are out there.
by AmmarossDanan
Tue Jul 03, 2007 10:12 pm
Forum: ZoneMinder Previous Versions
Topic: 1.22.3 Console unexpected behaviour/bug?
Replies: 7
Views: 4138

Solved

I saw your plight on this apparent bug, and I managed to hack up a solution. I just hope you're still monitoring this thread. ZM, I hope you review this for a possible addition to the next release. On line 45 of zm_html_view_events.php, paste this: if ( isset($cgroup) && $cgroup != 0 ) { $sq...