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. Re: Can Motion be used post hoc? (Frank W. Samuelson) 2. Re: Can Motion be used post hoc? (Adam Ali) 3. Videos pause on playback (Roland Pinches) 4. Re: Videos pause on playback (tosiara) 5. Re: Videos pause on playback (Roland Pinches) ---------------------------------------------------------------------- Message: 1 Date: Thu, 8 Dec 2016 19:28:00 -0500 (EST) From: "Frank W. Samuelson" <fr...@merrill-samuelson.com> Subject: Re: [Motion-user] Can Motion be used post hoc? To: Motion discussion list <motion-user@lists.sourceforge.net> Message-ID: <alpine.lrh.2.20.1612081926280.15...@pool-100-15-93-170.washdc.fios.verizon.net> Content-Type: text/plain; format=flowed; charset=US-ASCII I have been interested in doing this too. Obviously with a bit of hacking, it can be done, but does there exist a short cut already? Thanks. On Fri, 2 Dec 2016, stoptyred...@recursor.net wrote: > Dear Motion mailing list, > > My camera recorded video overnight. I have uploaded the video to my Linux > computer. Can I use Motion to analyze for movement on this file? If so, how > do I do it? > > I understand that Motion would be used for as-it-happens surveillance. Just > wondered if it works in my case as well. > ------------------------------ Message: 2 Date: Fri, 9 Dec 2016 09:20:22 +0700 From: Adam Ali <adamjur...@gmail.com> Subject: Re: [Motion-user] Can Motion be used post hoc? To: "Frank W. Samuelson" <fr...@merrill-samuelson.com>, Motion discussion list <motion-user@lists.sourceforge.net> Message-ID: <CAM5sJAvRSGhAh8VJ7DRmKt+NYeOriuXa4DQDBd+W=SBfR=z...@mail.gmail.com> Content-Type: text/plain; charset="utf-8" when i am benchmarking some stuff, i can produce 2 video output(/dev/video0 & /dev/video1) using same resource(dev/video0) in fact the other one (/dev/video1) is just dummy interface that restream the first int. i am using v4l2loopback for this scenario, if u can create dummy interface that restream the offline video(via vlc or something else), you can use motion to capture that dummy,and voila correct me if i am wrong On Fri, Dec 9, 2016 at 7:28 AM, Frank W. Samuelson < fr...@merrill-samuelson.com> wrote: > I have been interested in doing this too. Obviously with > a bit of hacking, it can be done, but does there exist a > short cut already? > Thanks. > > On Fri, 2 Dec 2016, stoptyred...@recursor.net wrote: > > > Dear Motion mailing list, > > > > My camera recorded video overnight. I have uploaded the video to my Linux > > computer. Can I use Motion to analyze for movement on this file? If so, > how > > do I do it? > > > > I understand that Motion would be used for as-it-happens surveillance. > Just > > wondered if it works in my case as well. > > > > ------------------------------------------------------------ > ------------------ > Developer Access Program for Intel Xeon Phi Processors > Access to Intel Xeon Phi processor-based developer platforms. > With one year of Intel Parallel Studio XE. > Training and support from Colfax. > Order your platform today.http://sdm.link/xeonphi > _______________________________________________ > 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: Tue, 13 Dec 2016 09:16:42 +1300 From: Roland Pinches <rolyp...@ihug.co.nz> Subject: [Motion-user] Videos pause on playback To: Motion discussion list <motion-user@lists.sourceforge.net> Message-ID: <672786bd-405e-50fc-046c-5afe4a3a0...@ihug.co.nz> Content-Type: text/plain; charset=utf-8; format=flowed Hi, I'm running motion 4.0.1 on a laptop, recording video via rtsp (1080p) from an Amcrest camera and have an issue where, once the video is created, playing it back causes the to pause, frequently. This problem has started, for me, since I went to v4.0.0. Previously, with the Mr Dave version prior to the v4 release, everything worked perfectly. It doesn't appear to matter which video format I record the video in, I've tried mpeg4, mp4, mkv and hevc. I've also tried changing the variable bitrate and going to fixed bitrate. Whatever the setting, the video still pauses playback at some point. I use VLC for playing back the video but have also tried MPV and also a Windows version of VLC. It appears to be the video file rather than the player. My laptop is running Fedora 25 and I also had the issue when running Fedora 24. FFMpeg is v3.1.5 and motion is built from source. This is my configure comand: ./configure --without-mysql --without-pgsql --without-v4l --without-sdl As an example, I recorded a 2 minute video, which paused after 7 seconds and then resumed after 54 seconds. Total video file size is 15MB. I can upload this somewhere if necessary. I've seen that there is an issue with ffmpeg : https://github.com/Motion-Project/motion/issues/144 but is that only for building motion? Or can there be ongoing issues after a successful build? Thanks, Roland. ------------------------------ Message: 4 Date: Tue, 13 Dec 2016 09:00:22 +0200 From: tosiara <tosi...@gmail.com> Subject: Re: [Motion-user] Videos pause on playback To: Motion discussion list <motion-user@lists.sourceforge.net> Message-ID: <cachtdwryvnogdzt6uzfkag32u_kyy5ave8ie2hdankfndfz...@mail.gmail.com> Content-Type: text/plain; charset="utf-8" Can you upload two video files: one that recorded with the older version and has no issue and the new one that has pause issue On Mon, Dec 12, 2016 at 10:16 PM, Roland Pinches <rolyp...@ihug.co.nz> wrote: > Hi, > > I'm running motion 4.0.1 on a laptop, recording video via rtsp (1080p) > from an Amcrest camera and have an issue where, once the video is > created, playing it back causes the to pause, frequently. > > This problem has started, for me, since I went to v4.0.0. Previously, > with the Mr Dave version prior to the v4 release, everything worked > perfectly. > > It doesn't appear to matter which video format I record the video in, > I've tried mpeg4, mp4, mkv and hevc. I've also tried changing the > variable bitrate and going to fixed bitrate. Whatever the setting, the > video still pauses playback at some point. > > I use VLC for playing back the video but have also tried MPV and also a > Windows version of VLC. It appears to be the video file rather than the > player. > > My laptop is running Fedora 25 and I also had the issue when running > Fedora 24. > > FFMpeg is v3.1.5 and motion is built from source. > > This is my configure comand: ./configure --without-mysql --without-pgsql > --without-v4l --without-sdl > > As an example, I recorded a 2 minute video, which paused after 7 seconds > and then resumed after 54 seconds. Total video file size is 15MB. I can > upload this somewhere if necessary. > > I've seen that there is an issue with ffmpeg : > https://github.com/Motion-Project/motion/issues/144 but is that only for > building motion? Or can there be ongoing issues after a successful build? > > Thanks, > > Roland. > > > ------------------------------------------------------------ > ------------------ > Check out the vibrant tech community on one of the world's most > engaging tech sites, SlashDot.org! http://sdm.link/slashdot > _______________________________________________ > 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: 5 Date: Tue, 13 Dec 2016 20:40:42 +1300 From: Roland Pinches <rolyp...@ihug.co.nz> Subject: Re: [Motion-user] Videos pause on playback To: Motion discussion list <motion-user@lists.sourceforge.net> Message-ID: <d73b92be-d651-415e-95c6-2cf7ddcd6...@typeapp.com> Content-Type: text/plain; charset="utf-8" Now you're asking! I'll see if I still have an older video hanging around... Hopefully have a video, or two,? uploaded somewhere in an hour or so... ? Sent from TypeApp ? On 13 Dec 2016, 8:08 PM, at 8:08 PM, tosiara <tosi...@gmail.com> wrote: >Can you upload two video files: one that recorded with the older >version >and has no issue and the new one that has pause issue > >On Mon, Dec 12, 2016 at 10:16 PM, Roland Pinches <rolyp...@ihug.co.nz> >wrote: > >> Hi, >> >> I'm running motion 4.0.1 on a laptop, recording video via rtsp >(1080p) >> from an Amcrest camera and have an issue where, once the video is >> created, playing it back causes the to pause, frequently. >> >> This problem has started, for me, since I went to v4.0.0. Previously, >> with the Mr Dave version prior to the v4 release, everything worked >> perfectly. >> >> It doesn't appear to matter which video format I record the video in, >> I've tried mpeg4, mp4, mkv and hevc. I've also tried changing the >> variable bitrate and going to fixed bitrate. Whatever the setting, >the >> video still pauses playback at some point. >> >> I use VLC for playing back the video but have also tried MPV and also >a >> Windows version of VLC. It appears to be the video file rather than >the >> player. >> >> My laptop is running Fedora 25 and I also had the issue when running >> Fedora 24. >> >> FFMpeg is v3.1.5 and motion is built from source. >> >> This is my configure comand: ./configure --without-mysql >--without-pgsql >> --without-v4l --without-sdl >> >> As an example, I recorded a 2 minute video, which paused after 7 >seconds >> and then resumed after 54 seconds. Total video file size is 15MB. I >can >> upload this somewhere if necessary. >> >> I've seen that there is an issue with ffmpeg : >> https://github.com/Motion-Project/motion/issues/144 but is that only >for >> building motion? Or can there be ongoing issues after a successful >build? >> >> Thanks, >> >> Roland. >> >> >> ------------------------------------------------------------ >> ------------------ >> Check out the vibrant tech community on one of the world's most >> engaging tech sites, SlashDot.org! http://sdm.link/slashdot >> _______________________________________________ >> 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 >> > > >------------------------------------------------------------------------ > >------------------------------------------------------------------------------ >Check out the vibrant tech community on one of the world's most >engaging tech sites, SlashDot.org! http://sdm.link/slashdot > >------------------------------------------------------------------------ > >_______________________________________________ >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... ------------------------------ ------------------------------------------------------------------------------ Check out the vibrant tech community on one of the world's most engaging tech sites, SlashDot.org! http://sdm.link/slashdot ------------------------------ _______________________________________________ Motion-user mailing list Motion-user@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/motion-user End of Motion-user Digest, Vol 127, Issue 6 *******************************************