Send Motion-user mailing list submissions to motion-user@lists.sourceforge.net
To subscribe or unsubscribe via the World Wide Web, visit https://lists.sourceforge.net/lists/listinfo/motion-user or, via email, send a message with subject or body 'help' to motion-user-requ...@lists.sourceforge.net You can reach the person managing the list at motion-user-ow...@lists.sourceforge.net When replying, please edit your Subject line so it is more specific than "Re: Contents of Motion-user digest..." Today's Topics: 1. where can I find the available options??? (Davide Frey) 2. Re: where can I find the available options??? (tosiara) 3. Re: Saving the video into MP4/WebM format (tosiara) ---------------------------------------------------------------------- Message: 1 Date: Sat, 13 Feb 2016 17:35:59 +0100 From: Davide Frey <davide.f...@gmail.com> Subject: [Motion-user] where can I find the available options??? To: Motion discussion list <motion-user@lists.sourceforge.net> Message-ID: <69636360-e2ad-476d-a648-a36dd00b3...@gmail.com> Content-Type: text/plain; charset="utf-8" Hi all, I am new to motion, and I am trying to use it to manage multiple cameras on a raspberryPi. I would like to use the motion detection feature at times, but I would also like to set it to record everything at other times. the doc says there?s an option called ?output_all? which should do exactly this. http://www.lavrsen.dk/foswiki/bin/view/Motion/ConfigOptionOutputAll But when I try using it I get the following on syslog conf_cmdparse: Unknown config option ?output_all" I am using the version included in raspbian deb http://mirrordirector.raspbian.org/raspbian/ jessie main contrib non-free rpi which is labeled as: 3.2.12+git20140228-4+b2 which seems to be the most recent version. Is the documentation obsolete, or is my version wrong? thanks a lot Davide -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 842 bytes Desc: Message signed with OpenPGP using GPGMail ------------------------------ Message: 2 Date: Sun, 14 Feb 2016 01:28:06 +0200 From: tosiara <tosi...@gmail.com> Subject: Re: [Motion-user] where can I find the available options??? To: Motion discussion list <motion-user@lists.sourceforge.net> Message-ID: <cachtdwtx4x0opv5lx+7umwnttr94pobvcgo9l-1etodogfn...@mail.gmail.com> Content-Type: text/plain; charset="utf-8" I can't find such option in the latest motion. Maybe that was deprecated? But take a look at this one: # Always save images even if there was no motion (default: off) emulate_motion off On Sat, Feb 13, 2016 at 6:35 PM, Davide Frey <davide.f...@gmail.com> wrote: > Hi all, > I am new to motion, and I am trying to use it to manage multiple cameras > on a raspberryPi. I would like to use the motion detection feature at > times, but I would also like to set it to record everything at other times. > > the doc says there?s an option called ?output_all? which should do exactly > this. > > http://www.lavrsen.dk/foswiki/bin/view/Motion/ConfigOptionOutputAll > > But when I try using it I get the following on syslog > > conf_cmdparse: Unknown config option ?output_all" > > I am using the version included in raspbian > > deb http://mirrordirector.raspbian.org/raspbian/ jessie main contrib > non-free rpi > > which is labeled as: > > 3.2.12+git20140228-4+b2 > > which seems to be the most recent version. > Is the documentation obsolete, or is my version wrong? > > > > thanks a lot > > Davide > > > ------------------------------------------------------------------------------ > Site24x7 APM Insight: Get Deep Visibility into Application Performance > APM + Mobile APM + RUM: Monitor 3 App instances at just $35/Month > Monitor end-to-end web transactions and take corrective actions now > Troubleshoot faster and improve end-user experience. Signup Now! > http://pubads.g.doubleclick.net/gampad/clk?id=272487151&iu=/4140 > _______________________________________________ > Motion-user mailing list > Motion-user@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/motion-user > http://www.lavrsen.dk/twiki/bin/view/Motion/WebHome > > -------------- next part -------------- An HTML attachment was scrubbed... ------------------------------ Message: 3 Date: Sun, 14 Feb 2016 01:31:05 +0200 From: tosiara <tosi...@gmail.com> Subject: Re: [Motion-user] Saving the video into MP4/WebM format To: Motion discussion list <motion-user@lists.sourceforge.net> Message-ID: <cachtdwsj1rjhcjkkqfbeewz_pv98ozq_ybuntexl1+-qbmu...@mail.gmail.com> Content-Type: text/plain; charset="utf-8" Inspect configure log, maybe it fails to detect your gpac. Or try to install x264 from third party repo. I think packman has rpm for Fedora too On Sat, Feb 13, 2016 at 3:56 AM, Harlan Daneker <hdane...@gmail.com> wrote: > I have gpac compiled and installed in /usr/local. > > I don't see an option in x264 ./configure --help to add or enable gpac > > On Fri, Feb 12, 2016 at 7:42 PM, tosiara <tosi...@gmail.com> wrote: > >> Your x264 probably has no MP4 support. >> >> Run with --help to see, you will probably have this output: >> >> > x264 --help >> x264 core:144 >> Syntax: x264 [options] -o outfile infile >> >> Infile can be raw (in which case resolution is required), >> or YUV4MPEG (*.y4m), >> or Avisynth if compiled with support (yes). >> or libav* formats if compiled with lavf support (no) or ffms support >> (no). >> Outfile type is selected by filename: >> .264 -> Raw bytestream >> .mkv -> Matroska >> .flv -> Flash Video >> .mp4 -> MP4 if compiled with GPAC or L-SMASH support (no) >> Output bit depth: 8 (configured at compile time) >> >> >> Note here " .mp4 -> MP4 if compiled with GPAC or L-SMASH support (no)" >> >> >> >> On Sat, Feb 13, 2016 at 1:52 AM, Harlan Daneker <hdane...@gmail.com> >> wrote: >> >>> Fedora 23 >>> >>> extpipe x264 - --input-res 640x480 --fps %fps --bitrate 500 --preset >>> ultrafast --quiet -o %f.avi >>> >>> works, but I have not been able to get x264 to work with %f.mp4. If >>> somebody could point me in the right direction of what I'm doing wrong or >>> how to compile x264 to create an mp4. >>> >>> >>> >>> >>> >>> On Sun, Feb 7, 2016 at 10:45 AM, tosiara <tosi...@gmail.com> wrote: >>> >>>> This is how I encode MP4 files. It can be played directly in Firefox: >>>> >>>> extpipe x264 - --input-res 640x480 --fps %fps --bitrate 500 --preset >>>> ultrafast --quiet -o %f.mp4 >>>> >>>> This example uses "x264" encoder. But you can achieve the same using >>>> ffmpeg too >>>> >>>> On Sun, Feb 7, 2016 at 3:23 PM, Dmitry Katsubo <dm...@mail.ru> wrote: >>>> >>>>> Hello, >>>>> >>>>> It would be nice if motion supports MP4 / WebM formats out of >>>>> the box as that would allow to embed resulting video into >>>>> HTML5 <video> tag. The message posted in Sep 2015 >>>>> >>>>> >>>>> https://www.mail-archive.com/motion-user@lists.sourceforge.net/msg00084.html >>>>> >>>>> says that one should use "extpipe" option and default config >>>>> has an example for MPlayer movie encoder >>>>> (https://packages.debian.org/wheezy/mencoder). >>>>> >>>>> 1. Is it possible to use ffmpeg utility instead of mencoder >>>>> for that purpose? >>>>> 2. Can anyone post read-to-use "extpipe" option value to >>>>> encode to MP4? >>>>> >>>>> Thanks in advance. >>>>> >>>>> -- >>>>> With best regards, >>>>> Dmitry >>>>> >>>>> >>>>> ------------------------------------------------------------------------------ >>>>> Site24x7 APM Insight: Get Deep Visibility into Application Performance >>>>> APM + Mobile APM + RUM: Monitor 3 App instances at just $35/Month >>>>> Monitor end-to-end web transactions and take corrective actions now >>>>> Troubleshoot faster and improve end-user experience. Signup Now! >>>>> http://pubads.g.doubleclick.net/gampad/clk?id=272487151&iu=/4140 >>>>> _______________________________________________ >>>>> Motion-user mailing list >>>>> Motion-user@lists.sourceforge.net >>>>> https://lists.sourceforge.net/lists/listinfo/motion-user >>>>> http://www.lavrsen.dk/twiki/bin/view/Motion/WebHome >>>>> >>>> >>>> >>>> >>>> ------------------------------------------------------------------------------ >>>> Site24x7 APM Insight: Get Deep Visibility into Application Performance >>>> APM + Mobile APM + RUM: Monitor 3 App instances at just $35/Month >>>> Monitor end-to-end web transactions and take corrective actions now >>>> Troubleshoot faster and improve end-user experience. Signup Now! >>>> http://pubads.g.doubleclick.net/gampad/clk?id=272487151&iu=/4140 >>>> _______________________________________________ >>>> Motion-user mailing list >>>> Motion-user@lists.sourceforge.net >>>> https://lists.sourceforge.net/lists/listinfo/motion-user >>>> http://www.lavrsen.dk/twiki/bin/view/Motion/WebHome >>>> >>>> >>> >>> >>> ------------------------------------------------------------------------------ >>> Site24x7 APM Insight: Get Deep Visibility into Application Performance >>> APM + Mobile APM + RUM: Monitor 3 App instances at just $35/Month >>> Monitor end-to-end web transactions and take corrective actions now >>> Troubleshoot faster and improve end-user experience. Signup Now! >>> http://pubads.g.doubleclick.net/gampad/clk?id=272487151&iu=/4140 >>> _______________________________________________ >>> Motion-user mailing list >>> Motion-user@lists.sourceforge.net >>> https://lists.sourceforge.net/lists/listinfo/motion-user >>> http://www.lavrsen.dk/twiki/bin/view/Motion/WebHome >>> >>> >> >> >> ------------------------------------------------------------------------------ >> Site24x7 APM Insight: Get Deep Visibility into Application Performance >> APM + Mobile APM + RUM: Monitor 3 App instances at just $35/Month >> Monitor end-to-end web transactions and take corrective actions now >> Troubleshoot faster and improve end-user experience. Signup Now! >> http://pubads.g.doubleclick.net/gampad/clk?id=272487151&iu=/4140 >> _______________________________________________ >> Motion-user mailing list >> Motion-user@lists.sourceforge.net >> https://lists.sourceforge.net/lists/listinfo/motion-user >> http://www.lavrsen.dk/twiki/bin/view/Motion/WebHome >> >> > > > ------------------------------------------------------------------------------ > Site24x7 APM Insight: Get Deep Visibility into Application Performance > APM + Mobile APM + RUM: Monitor 3 App instances at just $35/Month > Monitor end-to-end web transactions and take corrective actions now > Troubleshoot faster and improve end-user experience. Signup Now! > http://pubads.g.doubleclick.net/gampad/clk?id=272487151&iu=/4140 > _______________________________________________ > Motion-user mailing list > Motion-user@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/motion-user > http://www.lavrsen.dk/twiki/bin/view/Motion/WebHome > > -------------- next part -------------- An HTML attachment was scrubbed... ------------------------------ ------------------------------------------------------------------------------ Site24x7 APM Insight: Get Deep Visibility into Application Performance APM + Mobile APM + RUM: Monitor 3 App instances at just $35/Month Monitor end-to-end web transactions and take corrective actions now Troubleshoot faster and improve end-user experience. Signup Now! http://pubads.g.doubleclick.net/gampad/clk?id=272487151&iu=/4140 ------------------------------ _______________________________________________ Motion-user mailing list Motion-user@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/motion-user End of Motion-user Digest, Vol 117, Issue 8 *******************************************