Hi devs,
Thank you very much for your previous support in this mailing list. In this thread I'm looking for a way to overlay time including milliseconds. I can use "timeoverlay ! clockoverlay time-format="%Y/%m/%d %H:%M:%S" valignment=bottom", but this does not give me milliseconds. Any hints would be appreciated! Thank you very much -- Constantine. -- Sent from: http://gstreamer-devel.966125.n4.nabble.com/ _______________________________________________ gstreamer-devel mailing list [hidden email] https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel |
Le mardi 21 janvier 2020 à 19:44 +0200, Constantine Elster a écrit :
> Hi devs, > > Thank you very much for your previous support in this mailing list. > > In this thread I'm looking for a way to overlay time including milliseconds. I > can use "timeoverlay ! clockoverlay time-format="%Y/%m/%d %H:%M:%S" > valignment=bottom", but this does not give me milliseconds. This elemement is implemented around localtime() which returns a struct tm, which has a maximum precision of one second. To support millisecond, it would need to be ported to clock_gettime() and to use another formatter. > > Any hints would be appreciated! > > Thank you very much > -- Constantine. > > _______________________________________________ > gstreamer-devel mailing list > [hidden email] > https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel _______________________________________________ gstreamer-devel mailing list [hidden email] https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel |
In reply to this post by constantine.elster
Le mardi 21 janvier 2020 à 12:50 -0600, constantine.elster a écrit :
> Hi devs, > > Thank you very much for your previous support in this mailing list. It's not required to send email twice. > > In this thread I'm looking for a way to overlay time including milliseconds. > I can use "timeoverlay ! clockoverlay time-format="%Y/%m/%d %H:%M:%S" > valignment=bottom", but this does not give me milliseconds. > > Any hints would be appreciated! > > Thank you very much > -- Constantine. > > > > -- > Sent from: http://gstreamer-devel.966125.n4.nabble.com/ > _______________________________________________ > gstreamer-devel mailing list > [hidden email] > https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel _______________________________________________ gstreamer-devel mailing list [hidden email] https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel |
Sorry was done by a mistake. On Tue, Jan 21, 2020, 23:15 Nicolas Dufresne <[hidden email]> wrote: Le mardi 21 janvier 2020 à 12:50 -0600, constantine.elster a écrit : _______________________________________________ gstreamer-devel mailing list [hidden email] https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel |
Free forum by Nabble | Edit this page |