Search found 5 matches

by Dude2016
Tue Aug 02, 2016 10:15 pm
Forum: User Contributions
Topic: Saving h264 using feature-h264-videostorage
Replies: 41
Views: 56777

Re: Saving h264 using feature-h264-videostorage

Let me jump in here and say that anyone on a ubuntu build can use my storageareas ppa. add-apt-repository ppa:iconnor/zoneminder-storageareas Let me say though, that all of this code is bleeding edge. Don't ask us for a stable version, because none of it is stable. That being said, I am using my ...
by Dude2016
Mon Aug 01, 2016 1:08 am
Forum: User Contributions
Topic: Saving h264 using feature-h264-videostorage
Replies: 41
Views: 56777

Re: Saving h264 using feature-h264-videostorage

Dude not keen to maintain two branches, since we can always use git to use roll back to a known working version, jzaw was doing feature-h264-videostorage~9 recently until I fixed a bug for him. We merge master in on an ad hoc basis to keep the gap minimal, so to answer the question we track master ...
by Dude2016
Mon Aug 01, 2016 12:24 am
Forum: User Contributions
Topic: Saving h264 using feature-h264-videostorage
Replies: 41
Views: 56777

Re: Saving h264 using feature-h264-videostorage

I got the following info from this forum thread https://www.raspberrypi.org/forums/viewtopic.php?t=70095&p=513958 Here's the code to make ffmpeg expose the motion vectors from h264: gcc -O3 -std=c99 -o motion_watch motion_watch.c -I/home/pi/ffmpeg/ffmpeg-1.2.x/target/include/ /home/pi/ffmpeg/ffmpeg ...
by Dude2016
Mon Aug 01, 2016 12:03 am
Forum: User Contributions
Topic: Saving h264 using feature-h264-videostorage
Replies: 41
Views: 56777

Re: Saving h264 using feature-h264-videostorage

Here's some python code for detecting motion in h264 vector data:
http://bits.citrusbyte.com/motion-detec ... pberry-pi/
by Dude2016
Sun Jul 31, 2016 8:57 pm
Forum: User Contributions
Topic: Saving h264 using feature-h264-videostorage
Replies: 41
Views: 56777

Re: Saving h264 using feature-h264-videostorage

Minor clarification needed: When building the Deb package from source, the instructions are for the latest master snapshot or latest stable release. What is the feature-h264-videostorage branch using? Can we separate this branch into a known-good-working (e.g. stable) and a dev version? That way we ...