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: pixelation (tosiara) 2. Re: Pixelation (tosiara) 3. Re: Pixelation (Harlan Daneker) 4. Re: Pixelation (tosiara) ---------------------------------------------------------------------- Message: 1 Date: Sun, 1 Jul 2018 11:43:41 +0300 From: tosiara <tosi...@gmail.com> To: Motion discussion list <motion-user@lists.sourceforge.net> Subject: Re: [Motion-user] pixelation Message-ID: <cachtdwtfc9-vhynxkw--fqnjv4tmt+02mjmgiytfdpibpny...@mail.gmail.com> Content-Type: text/plain; charset="utf-8" I didn't get what is the issue. Can you please attach two pictures to compare: one with the "pixelation" issue, another - without? On Sun, Jul 1, 2018 at 11:30 AM, Harlan Daneker <hdane...@gmail.com> wrote: > Hi: > > Fedora 28 OS - Intel I3 - ASUS MB > I'm using a bluecherry PV-981 4 port PCIE video capture card with 4 > Hikvision cameras. > https://store.bluecherry.net/product/pv-981-4-port-video-cap > ture-card-120fps-realtime-recording-pci-e-version/ > > https://www.amazon.com/gp/product/B00QL4TQ72/ref=oh_aui_sear > ch_detailpage?ie=UTF8&psc=1 > > https://www.youtube.com/watch?v=zCg470ZmHq8 > > 30 FPS > ffmpeg_bps 1200000 > > I'm getting pixelation when I record. I didn't notice this as much with > older versions of motion. Is something being done differently with the way > ffmpeg is implemented in the newer versions of motion > 3? > > Any ideas how I could improve my recording when motion is detected? > ffplay /dev/video0 it looks good > Viewing through motion real time 1 FPS it looks good > > Thanks > > ------------------------------------------------------------ > ------------------ > 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 > https://motion-project.github.io/ > > Unsubscribe: https://lists.sourceforge.net/lists/options/motion-user > -------------- next part -------------- An HTML attachment was scrubbed... ------------------------------ Message: 2 Date: Sun, 1 Jul 2018 12:34:58 +0300 From: tosiara <tosi...@gmail.com> To: Motion discussion list <motion-user@lists.sourceforge.net> Subject: Re: [Motion-user] Pixelation Message-ID: <cachtdwqjsqn-5fvcoetfgh1frbgnkaaspk9lnxrahctvvl6...@mail.gmail.com> Content-Type: text/plain; charset="utf-8" This looks like insufficient bitrate for MPEG-4 codec. Mediainfo shows you have 768x480@30fps with bitrate ~1300Kbps, which is ~0.1 Bits/(Pixel*Frame) Try increasing like 10x times to see if it makes difference (ex, 10Mbps). If that helps, you will have to lower bitrate till you get accepted quality For reference, my H264 recorded videos have Bits/(Pixel*Frame): 0.651 On Sun, Jul 1, 2018 at 12:07 PM, Harlan Daneker <hdane...@gmail.com> wrote: > I'm sending these directly because they will be delayed because the > moderator has yo check the email. > > These are examples of what I'm talking about. In 092611.avi the pixelation > starts just as motion is detected. If I view these cameras real time I > don't see this. > -------------- next part -------------- An HTML attachment was scrubbed... ------------------------------ Message: 3 Date: Sun, 1 Jul 2018 05:50:51 -0400 From: Harlan Daneker <hdane...@gmail.com> To: Motion discussion list <motion-user@lists.sourceforge.net> Subject: Re: [Motion-user] Pixelation Message-ID: <CAC1WkiSEmLnQV=hua2nz+b4elqmzld7+6x7fs0lntvbgjgu...@mail.gmail.com> Content-Type: text/plain; charset="utf-8" At the risk of sounding stupid, I think you mean *ffmpeg_bps 1200000* to *ffmpeg_bps 12000000* to test? If that helps how do I lower the bitrate till I get accepted quality? On Sun, Jul 1, 2018 at 5:34 AM, tosiara <tosi...@gmail.com> wrote: > This looks like insufficient bitrate for MPEG-4 codec. > Mediainfo shows you have 768x480@30fps with bitrate ~1300Kbps, which is > ~0.1 Bits/(Pixel*Frame) > Try increasing like 10x times to see if it makes difference (ex, 10Mbps). > If that helps, you will have to lower bitrate till you get accepted quality > > For reference, my H264 recorded videos have Bits/(Pixel*Frame): 0.651 > > > On Sun, Jul 1, 2018 at 12:07 PM, Harlan Daneker <hdane...@gmail.com> > wrote: > >> I'm sending these directly because they will be delayed because the >> moderator has yo check the email. >> >> These are examples of what I'm talking about. In 092611.avi the >> pixelation starts just as motion is detected. If I view these cameras real >> time I don't see this. >> > > > ------------------------------------------------------------ > ------------------ > 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 > https://motion-project.github.io/ > > Unsubscribe: https://lists.sourceforge.net/lists/options/motion-user > -------------- next part -------------- An HTML attachment was scrubbed... ------------------------------ Message: 4 Date: Sun, 1 Jul 2018 13:07:29 +0300 From: tosiara <tosi...@gmail.com> To: Motion discussion list <motion-user@lists.sourceforge.net> Subject: Re: [Motion-user] Pixelation Message-ID: <cachtdws-fr1xrwaa9tgpc6n-jcdwpvidmpfdkyj15odqewf...@mail.gmail.com> Content-Type: text/plain; charset="utf-8" Yes First try ffmpeg_bps 12000000. No more pixelation? Try ffmpeg_bps 6000000. Still no pixels? Try ffmpeg_bps 3000000. Pixels are back? Etc On Sun, Jul 1, 2018 at 12:50 PM, Harlan Daneker <hdane...@gmail.com> wrote: > At the risk of sounding stupid, > > I think you mean *ffmpeg_bps 1200000* to *ffmpeg_bps 12000000* to test? > > If that helps how do I lower the bitrate till I get accepted quality? > > On Sun, Jul 1, 2018 at 5:34 AM, tosiara <tosi...@gmail.com> wrote: > >> This looks like insufficient bitrate for MPEG-4 codec. >> Mediainfo shows you have 768x480@30fps with bitrate ~1300Kbps, which is >> ~0.1 Bits/(Pixel*Frame) >> Try increasing like 10x times to see if it makes difference (ex, 10Mbps). >> If that helps, you will have to lower bitrate till you get accepted quality >> >> For reference, my H264 recorded videos have Bits/(Pixel*Frame): 0.651 >> >> >> On Sun, Jul 1, 2018 at 12:07 PM, Harlan Daneker <hdane...@gmail.com> >> wrote: >> >>> I'm sending these directly because they will be delayed because the >>> moderator has yo check the email. >>> >>> These are examples of what I'm talking about. In 092611.avi the >>> pixelation starts just as motion is detected. If I view these cameras real >>> time I don't see this. >>> >> >> >> ------------------------------------------------------------ >> ------------------ >> 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 >> https://motion-project.github.io/ >> >> Unsubscribe: https://lists.sourceforge.net/lists/options/motion-user >> > > > ------------------------------------------------------------ > ------------------ > 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 > https://motion-project.github.io/ > > Unsubscribe: https://lists.sourceforge.net/lists/options/motion-user > -------------- 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 ------------------------------ Subject: Digest Footer _______________________________________________ Motion-user mailing list Motion-user@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/motion-user ------------------------------ End of Motion-user Digest, Vol 145, Issue 2 *******************************************