<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	
	>
<channel>
	<title>Comments on: Reading GPS Latitude and Longitude from Image and Video Files</title>
	<atom:link href="/2011/02/04/reading-gps-latitude-and-longitude-from-image-and-video-files/feed/" rel="self" type="application/rss+xml" />
	<link>/2011/02/04/reading-gps-latitude-and-longitude-from-image-and-video-files/</link>
	<description>on web development</description>
	<lastBuildDate>Fri, 26 Oct 2018 21:40:18 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>https://wordpress.org/?v=5.0.3</generator>
	<item>
		<title>By: dav</title>
		<link>/2011/02/04/reading-gps-latitude-and-longitude-from-image-and-video-files/comment-page-1/#comment-447654</link>
		<dc:creator><![CDATA[dav]]></dc:creator>
		<pubDate>Fri, 31 Mar 2017 07:25:39 +0000</pubDate>
		<guid isPermaLink="false">/?p=2153#comment-447654</guid>
		<description><![CDATA[How can I get geotags from photos sent to me?]]></description>
		<content:encoded><![CDATA[<p>How can I get geotags from photos sent to me?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Omer</title>
		<link>/2011/02/04/reading-gps-latitude-and-longitude-from-image-and-video-files/comment-page-1/#comment-296026</link>
		<dc:creator><![CDATA[Omer]]></dc:creator>
		<pubDate>Wed, 08 Apr 2015 14:03:17 +0000</pubDate>
		<guid isPermaLink="false">/?p=2153#comment-296026</guid>
		<description><![CDATA[How can I get geotags from photos sent to me?]]></description>
		<content:encoded><![CDATA[<p>How can I get geotags from photos sent to me?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Billal</title>
		<link>/2011/02/04/reading-gps-latitude-and-longitude-from-image-and-video-files/comment-page-1/#comment-272918</link>
		<dc:creator><![CDATA[Billal]]></dc:creator>
		<pubDate>Fri, 27 Feb 2015 10:36:02 +0000</pubDate>
		<guid isPermaLink="false">/?p=2153#comment-272918</guid>
		<description><![CDATA[Hi Guys 

Thanks for the article, the question that I have is that I have a video in an H.264 format, generated from a unit that records videos and has a GPS  plugged in to it. I want to extract the GPS data from the video file, since the GPS data is embedded on the video file.
Thanks]]></description>
		<content:encoded><![CDATA[<p>Hi Guys </p>
<p>Thanks for the article, the question that I have is that I have a video in an H.264 format, generated from a unit that records videos and has a GPS  plugged in to it. I want to extract the GPS data from the video file, since the GPS data is embedded on the video file.<br />
Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tim McCarthy</title>
		<link>/2011/02/04/reading-gps-latitude-and-longitude-from-image-and-video-files/comment-page-1/#comment-15963</link>
		<dc:creator><![CDATA[Tim McCarthy]]></dc:creator>
		<pubDate>Sat, 09 Jun 2012 11:29:37 +0000</pubDate>
		<guid isPermaLink="false">/?p=2153#comment-15963</guid>
		<description><![CDATA[Just a general comment - storing persistent geographic information about device location/orientation and indeed geographic descriptors in video files is by no means trivial. As pointed out in  posts above, it&#039;s due to various video encoding formats and supported standards when moving media from one platform environment to another. Also it&#039;s one thing to have location but many SmartPhones now support orientation so, possible to record camera orientation (to some degree of accuracy at least)....sometimes its useful to know where the imaging sensor is pointing. Geospatial tagging should also be supported, enabling users tag frame inside full motion video streams. Devising a universal standard that would allow additional intelligence such as location, orientation, tag descriptors to be captured, stored, discovered, edited within the video file would be an elegant solution but the likelihood is that this is not going to happen anytime soon. The short term solution is to synchronise and store this data in an associated file.


We have just developed a basic geospatial multimedia demonstrator platform (University spinout)  &lt;a href=&quot;http://www.ubipix.com/&quot; rel=&quot;nofollow&quot;&gt; Ubipix&lt;/a&gt;  - www.ubipix.com - it allows the user to capture geocoded video as well as image collections from Android and iPhone, tag these and upload these location tagged streams directly up onto ubipix.com....use can edit tags etc....its still pretty basic.

We are presently upgrading tagging functionality and also implementing a &#039;Groups&#039; facility where users can establish and moderate their own groups. User can also drop their clips (iFrame like) into their own web pages by replacing &#039;playvideo&#039; with &#039;generic_player&#039; in the URL eg just change the URL from


 &lt;a href=&quot;http://www.ubipix.com/playvideo.php?id=394e04cb&quot; rel=&quot;nofollow&quot;&gt; Standard Ubipix Interaction Page for one clip&lt;/a&gt;


http://www.ubipix.com/playvideo.php?id=394e04cb

to

 &lt;a href=&quot;http://www.ubipix.com/generic_player.php?id=394e04cb&quot; rel=&quot;nofollow&quot;&gt; Ubipix Generic Clip URL&lt;/a&gt;

http://www.ubipix.com/generic_player.php?id=394e04cb

tim

tim.mccarthy@nuim.ie]]></description>
		<content:encoded><![CDATA[<p>Just a general comment &#8211; storing persistent geographic information about device location/orientation and indeed geographic descriptors in video files is by no means trivial. As pointed out in  posts above, it&#8217;s due to various video encoding formats and supported standards when moving media from one platform environment to another. Also it&#8217;s one thing to have location but many SmartPhones now support orientation so, possible to record camera orientation (to some degree of accuracy at least)&#8230;.sometimes its useful to know where the imaging sensor is pointing. Geospatial tagging should also be supported, enabling users tag frame inside full motion video streams. Devising a universal standard that would allow additional intelligence such as location, orientation, tag descriptors to be captured, stored, discovered, edited within the video file would be an elegant solution but the likelihood is that this is not going to happen anytime soon. The short term solution is to synchronise and store this data in an associated file.</p>
<p>We have just developed a basic geospatial multimedia demonstrator platform (University spinout)  <a href="http://www.ubipix.com/" rel="nofollow"> Ubipix</a>  &#8211; <a href="http://www.ubipix.com/" rel="nofollow">http://www.ubipix.com/</a> &#8211; it allows the user to capture geocoded video as well as image collections from Android and iPhone, tag these and upload these location tagged streams directly up onto ubipix.com&#8230;.use can edit tags etc&#8230;.its still pretty basic.</p>
<p>We are presently upgrading tagging functionality and also implementing a &#8216;Groups&#8217; facility where users can establish and moderate their own groups. User can also drop their clips (iFrame like) into their own web pages by replacing &#8216;playvideo&#8217; with &#8216;generic_player&#8217; in the URL eg just change the URL from</p>
<p> <a href="http://www.ubipix.com/playvideo.php?id=394e04cb" rel="nofollow"> Standard Ubipix Interaction Page for one clip</a></p>
<p><a href="http://www.ubipix.com/playvideo.php?id=394e04cb" rel="nofollow">http://www.ubipix.com/playvideo.php?id=394e04cb</a></p>
<p>to</p>
<p> <a href="http://www.ubipix.com/generic_player.php?id=394e04cb" rel="nofollow"> Ubipix Generic Clip URL</a></p>
<p><a href="http://www.ubipix.com/generic_player.php?id=394e04cb" rel="nofollow">http://www.ubipix.com/generic_player.php?id=394e04cb</a></p>
<p>tim</p>
<p><a href="mailto:tim.mccarthy@nuim.ie">tim.mccarthy@nuim.ie</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: naSH</title>
		<link>/2011/02/04/reading-gps-latitude-and-longitude-from-image-and-video-files/comment-page-1/#comment-15727</link>
		<dc:creator><![CDATA[naSH]]></dc:creator>
		<pubDate>Sat, 05 May 2012 10:51:31 +0000</pubDate>
		<guid isPermaLink="false">/?p=2153#comment-15727</guid>
		<description><![CDATA[sorry for necroposting but since android 4.0, videos are no more in 3gp, but in MP4 with geotag.

&lt;code&gt;
$ mediainfo  VID_20120423_162955.mp4 
General
Complete name                            : VID_20120423_162955.mp4
Format                                   : MPEG-4
Format profile                           : Base Media
Codec ID                                 : isom
File size                                : 28.8 MiB
Duration                                 : 1mn 16s
Overall bit rate                         : 3 136 Kbps
                                         : +48.5345+001.8935/

Video
ID                                       : 1
Format                                   : AVC
....
&lt;/code&gt;]]></description>
		<content:encoded><![CDATA[<p>sorry for necroposting but since android 4.0, videos are no more in 3gp, but in MP4 with geotag.</p>
<p><code><br />
$ mediainfo  VID_20120423_162955.mp4<br />
General<br />
Complete name                            : VID_20120423_162955.mp4<br />
Format                                   : MPEG-4<br />
Format profile                           : Base Media<br />
Codec ID                                 : isom<br />
File size                                : 28.8 MiB<br />
Duration                                 : 1mn 16s<br />
Overall bit rate                         : 3 136 Kbps<br />
                                         : +48.5345+001.8935/</p>
<p>Video<br />
ID                                       : 1<br />
Format                                   : AVC<br />
....<br />
</code></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeremy</title>
		<link>/2011/02/04/reading-gps-latitude-and-longitude-from-image-and-video-files/comment-page-1/#comment-15589</link>
		<dc:creator><![CDATA[Jeremy]]></dc:creator>
		<pubDate>Fri, 20 Apr 2012 16:35:06 +0000</pubDate>
		<guid isPermaLink="false">/?p=2153#comment-15589</guid>
		<description><![CDATA[That looks an odd lat / long format does

North or South Latit&#124;N                                                         
Latitude            &#124;42.00, 39.00, 24.67                                       

mean 42° 39&#039; 24.67&#039;&#039; N?]]></description>
		<content:encoded><![CDATA[<p>That looks an odd lat / long format does</p>
<p>North or South Latit|N<br />
Latitude            |42.00, 39.00, 24.67                                       </p>
<p>mean 42° 39&#8242; 24.67&#8221; N?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stoimen</title>
		<link>/2011/02/04/reading-gps-latitude-and-longitude-from-image-and-video-files/comment-page-1/#comment-14596</link>
		<dc:creator><![CDATA[Stoimen]]></dc:creator>
		<pubDate>Tue, 15 Nov 2011 07:36:53 +0000</pubDate>
		<guid isPermaLink="false">/?p=2153#comment-14596</guid>
		<description><![CDATA[@David - sure you&#039;re right about your N8, but that&#039;s not true about all Nokia/Symbian mobiles.]]></description>
		<content:encoded><![CDATA[<p>@David &#8211; sure you&#8217;re right about your N8, but that&#8217;s not true about all Nokia/Symbian mobiles.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David</title>
		<link>/2011/02/04/reading-gps-latitude-and-longitude-from-image-and-video-files/comment-page-1/#comment-14593</link>
		<dc:creator><![CDATA[David]]></dc:creator>
		<pubDate>Tue, 15 Nov 2011 02:37:34 +0000</pubDate>
		<guid isPermaLink="false">/?p=2153#comment-14593</guid>
		<description><![CDATA[The part about Symbian is not true, my N8 was able to do it out of the box without any firmware updates or additional software...for pictures AND video.  The N8 came out way before your post...like more than a year I think...?]]></description>
		<content:encoded><![CDATA[<p>The part about Symbian is not true, my N8 was able to do it out of the box without any firmware updates or additional software&#8230;for pictures AND video.  The N8 came out way before your post&#8230;like more than a year I think&#8230;?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Avi</title>
		<link>/2011/02/04/reading-gps-latitude-and-longitude-from-image-and-video-files/comment-page-1/#comment-14400</link>
		<dc:creator><![CDATA[Avi]]></dc:creator>
		<pubDate>Sun, 14 Aug 2011 22:08:35 +0000</pubDate>
		<guid isPermaLink="false">/?p=2153#comment-14400</guid>
		<description><![CDATA[Great. Now how to WRITE geo tags to MP4 containers?
I&#039;m looking for a command line, Linux compatible tool that can do that.

Any suggestion?

Thank you]]></description>
		<content:encoded><![CDATA[<p>Great. Now how to WRITE geo tags to MP4 containers?<br />
I&#8217;m looking for a command line, Linux compatible tool that can do that.</p>
<p>Any suggestion?</p>
<p>Thank you</p>
]]></content:encoded>
	</item>
</channel>
</rss>
