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. Timestamp size on movie file (Colin Law)
   2. Re: Timestamp size on movie file (Rich Bloch)
   3. Re: Timestamp size on movie file (Joerg Weber)
   4. Re: Timestamp size on movie file (mot...@kre.33mail.com)


----------------------------------------------------------------------

Message: 1
Date: Fri, 2 Jun 2017 14:53:18 +0100
From: Colin Law <clan...@gmail.com>
To: Motion discussion list <motion-user@lists.sourceforge.net>
Subject: [Motion-user] Timestamp size on movie file
Message-ID:
        <CAL=0glu3ernghre3rpd1ehnywyeybt_zahgvxykogqxoab4...@mail.gmail.com>
Content-Type: text/plain; charset="UTF-8"

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



------------------------------

Message: 2
Date: Fri, 02 Jun 2017 14:00:48 +0000
From: Rich Bloch <ric...@gmail.com>
To: Motion discussion list <motion-user@lists.sourceforge.net>
Subject: Re: [Motion-user] Timestamp size on movie file
Message-ID:
        <CAHdt+sq739cZixUoF6GjJjcLAtme+a_7Ab0ydDA=5qpf+os...@mail.gmail.com>
Content-Type: text/plain; charset="utf-8"

Colin,

If I understand you correctly, you can change overlay size using the
following config option (in motion.conf):

# Draw characters at twice normal size on images. (default: off)
text_double on


On Fri, Jun 2, 2017 at 6:54 AM Colin Law <clan...@gmail.com> wrote:

> 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
>
-- 
Rich
  425.417.8255
-------------- next part --------------
An HTML attachment was scrubbed...

------------------------------

Message: 3
Date: Fri, 02 Jun 2017 14:06:18 +0000
From: "Joerg Weber" <mot...@alcatraz.ath.cx>
To: "Motion discussion list" <motion-user@lists.sourceforge.net>
Subject: Re: [Motion-user] Timestamp size on movie file
Message-ID: <231cad79ad9a02acd0e152986fd9377b@10.1.1.1>
Content-Type: text/plain; charset="utf-8"

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



------------------------------

Message: 4
From: mot...@kre.33mail.com
To: Motion discussion list <motion-user@lists.sourceforge.net>
Subject: Re: [Motion-user] Timestamp size on movie file
Message-ID:
        <148278619.3293.1496414737955.JavaMail.root@smtp1.33mail.local>
Content-Type: text/plain; charset="iso-8859-1"

I found this:


text_double

- Type: Boolean
- Range / Valid values: on, off
- Default: off

Draw characters at twice normal size on images. This option makes the text 
defined by text_left, text_right and text_changes twice the normal size. This 
may be useful when using large picture formats such as 1280 x 720.



In the documentation: 
http://htmlpreview.github.io/?https://github.com/Motion-Project/motion/blob/master/motion_guide.html





________________________________
From: 33Mail <sen...@mailer1.33mail.com> on behalf of Colin Law 
'clan...@gmail.com' via 33Mail <sen...@mailer1.33mail.com>
Sent: Friday, June 2, 2017 6:53 AM
To: krev...@hotmail.com
Subject: [Motion-user] Timestamp size on movie file

This email was sent to the alias 'mot...@kre.33mail.com' by 
'motion-user@lists.sourceforge.net', and 33Mail forwarded it to you. To block 
all further emails to this alias follow this link : 
http://www.33mail.com/alias/unsub/3ce8bf68c47461d6c34a4f478cc25569
Refer 2 friends to 33Mail and get a Free Premium Upgrade. Go to this url to get 
your referral link http://www.33mail.com/dashboard.

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
Motion-user -- Motion discussion list - 
SourceForge<https://lists.sourceforge.net/lists/listinfo/motion-user>
lists.sourceforge.net
Email discussion list for free open source video surveillance monitoring 
software Motion. https://motion-project.github.io/ To see the collection of 
prior postings to ...



https://motion-project.github.io/
Motion by Motion-Project<https://motion-project.github.io/>
motion-project.github.io
Motion The Motion Application Project Website Welcome to Motion. Motion is a 
program that monitors the video signal from cameras. It is able to detect if a 
...




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 4
*******************************************

Reply via email to