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: Timestamp size on movie file (Colin Law) 2. Re: Timestamp size on movie file (Colin Law) 3. Re: Timestamp size on movie file (?ukasz K) ---------------------------------------------------------------------- Message: 1 Date: Fri, 2 Jun 2017 15:59:36 +0100 From: Colin Law <clan...@gmail.com> To: Motion discussion list <motion-user@lists.sourceforge.net> Subject: Re: [Motion-user] Timestamp size on movie file Message-ID: <CAL=0gLuF=+sy4aur90iqch00cctbhsyjg5q5jeq4dhvqimq...@mail.gmail.com> Content-Type: text/plain; charset="UTF-8" Hi Joerg and Rich Thanks, I have already done that but it is not enough. the problem is that the resolution is 1920x1080 but when I flick through the motion clips to check for interesting action (I am using it for wildlife recording and I gets lots of false events due to moths and so on) I have it shrunk down to 768x432 so the whole image can be taken in without the eye having to wander over the whole image. The result is that the timestamp text is not much over a millimetre tall and very difficult to read. Ideally I would like another factor of about 4 in size. Even better would be able to set the height in pixels, or a scaling factor of some sort. Colin On 2 June 2017 at 15:06, Joerg Weber <mot...@alcatraz.ath.cx> wrote: > Hi Colin, > > you can enable text_double and see if that's large enough. > We'll probably need another escalation (doubledouble?) with 4K in a while... > > > Brgds Joerg. > > > > 2. Juni 2017 15:55 Uhr, "Colin Law" <clan...@gmail.com> schrieb: >> Hi >> >> I am using Motion 4.0.1 from trunk very successfully (many thanks to >> the developers for their hard work) but I have a resolution of >> 1920x1080 and the timestamp overlay size is too small for comfort. >> Their doesn't seem to be a configuration parameter to specify a size >> so have been trying to work out where in the code this is set. I am >> struggling to find it and would be very grateful if anyone can point >> me in the right direction. >> >> Cheers >> >> Colin >> >> ------------------------------------------------------------------------------ >> 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 ------------------------------ Message: 2 Date: Fri, 2 Jun 2017 17:00:39 +0100 From: Colin Law <clan...@gmail.com> To: Motion discussion list <motion-user@lists.sourceforge.net> Subject: Re: [Motion-user] Timestamp size on movie file Message-ID: <CAL=0glurktwsd8k2cbjqy7laamdqzrty492rxyhfwphjf3z...@mail.gmail.com> Content-Type: text/plain; charset="UTF-8" Hmm, I have found the code (in draw.c and motion.c) but I see it is not as simple as I had hoped. More thought is required I think. Colin On 2 June 2017 at 15:59, Colin Law <clan...@gmail.com> wrote: > Hi Joerg and Rich > > Thanks, I have already done that but it is not enough. the problem is > that the resolution is 1920x1080 but when I flick through the motion > clips to check for interesting action (I am using it for wildlife > recording and I gets lots of false events due to moths and so on) I > have it shrunk down to 768x432 so the whole image can be taken in > without the eye having to wander over the whole image. The result is > that the timestamp text is not much over a millimetre tall and very > difficult to read. Ideally I would like another factor of about 4 in > size. Even better would be able to set the height in pixels, or a > scaling factor of some sort. > > Colin > > On 2 June 2017 at 15:06, Joerg Weber <mot...@alcatraz.ath.cx> wrote: >> Hi Colin, >> >> you can enable text_double and see if that's large enough. >> We'll probably need another escalation (doubledouble?) with 4K in a while... >> >> >> Brgds Joerg. >> >> >> >> 2. Juni 2017 15:55 Uhr, "Colin Law" <clan...@gmail.com> schrieb: >>> Hi >>> >>> I am using Motion 4.0.1 from trunk very successfully (many thanks to >>> the developers for their hard work) but I have a resolution of >>> 1920x1080 and the timestamp overlay size is too small for comfort. >>> Their doesn't seem to be a configuration parameter to specify a size >>> so have been trying to work out where in the code this is set. I am >>> struggling to find it and would be very grateful if anyone can point >>> me in the right direction. >>> >>> Cheers >>> >>> Colin >>> >>> ------------------------------------------------------------------------------ >>> 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 ------------------------------ Message: 3 Date: Sat, 3 Jun 2017 04:01:09 +0200 From: ?ukasz K <szt...@gmail.com> To: Motion discussion list <motion-user@lists.sourceforge.net> Subject: Re: [Motion-user] Timestamp size on movie file Message-ID: <b409ff0d-b584-4900-90e6-9d9b3ba7f...@gmail.com> Content-Type: text/plain; charset="utf-8" you can use ?text_double? many times to have bigger text eg. text_double text_double text_double > Wiadomo?? napisana przez Colin Law <clan...@gmail.com> w dniu 02.06.2017, o > godz. 18:00: > > Hmm, I have found the code (in draw.c and motion.c) but I see it is > not as simple as I had hoped. More thought is required I think. > > Colin > > On 2 June 2017 at 15:59, Colin Law <clan...@gmail.com> wrote: >> Hi Joerg and Rich >> >> Thanks, I have already done that but it is not enough. the problem is >> that the resolution is 1920x1080 but when I flick through the motion >> clips to check for interesting action (I am using it for wildlife >> recording and I gets lots of false events due to moths and so on) I >> have it shrunk down to 768x432 so the whole image can be taken in >> without the eye having to wander over the whole image. The result is >> that the timestamp text is not much over a millimetre tall and very >> difficult to read. Ideally I would like another factor of about 4 in >> size. Even better would be able to set the height in pixels, or a >> scaling factor of some sort. >> >> Colin >> >> On 2 June 2017 at 15:06, Joerg Weber <mot...@alcatraz.ath.cx> wrote: >>> Hi Colin, >>> >>> you can enable text_double and see if that's large enough. >>> We'll probably need another escalation (doubledouble?) with 4K in a while... >>> >>> >>> Brgds Joerg. >>> >>> >>> >>> 2. Juni 2017 15:55 Uhr, "Colin Law" <clan...@gmail.com> schrieb: >>>> Hi >>>> >>>> I am using Motion 4.0.1 from trunk very successfully (many thanks to >>>> the developers for their hard work) but I have a resolution of >>>> 1920x1080 and the timestamp overlay size is too small for comfort. >>>> Their doesn't seem to be a configuration parameter to specify a size >>>> so have been trying to work out where in the code this is set. I am >>>> struggling to find it and would be very grateful if anyone can point >>>> me in the right direction. >>>> >>>> Cheers >>>> >>>> Colin >>>> >>>> ------------------------------------------------------------------------------ >>>> 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 > > ------------------------------------------------------------------------------ > 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 132, Issue 5 *******************************************