This question is not answered. Helpful answers available: 2. Correct answers available: 1.


Permlink Replies: 16 - Pages: 2 [ 1 2 | Next ] - Last Post: 23 Nov 20, 14:43 Last Post By: AndreWolff
AndreWolff

Posts: 1,289
Registered: 14-Dec-2007
No MP4 GPS coordinates detected with
Posted: 20 Nov 20, 16:24
 
  Click to reply to this thread Reply
Attachment IMG_3613.zip (1.5 MB)
I tested with jAlbum 23.0.1 the new MP4 GPS coordinates detection with the attached video recorded with an iPhone.

List metadata shows no location:
Directories:
MP4 (class com.drew.metadata.mp4.Mp4Directory)
MP4 Sound (class com.drew.metadata.mp4.media.Mp4SoundDirectory)
MP4 Video (class com.drew.metadata.mp4.media.Mp4VideoDirectory)
File Type (class com.drew.metadata.file.FileTypeDirectory)
File (class com.drew.metadata.file.FileSystemDirectory)
 
File type.Detected File Type Long Name=MPEG-4 Part 14
File type.Detected File Type Name=MP4
File type.Detected MIME Type=video/mp4
File type.Expected File Name Extension=mp4
File.File Modified Date=Fri Nov 20 14:17:40 +01:00 2020
File.File Name=IMG_3613.MP4
File.File Size=1598332 bytes
Mp4 sound.Balance=0
Mp4 sound.Creation Time=Fri Nov 20 15:04:36 +01:00 2020
Mp4 sound.Format=MPEG-4, Advanced Audio Coding (AAC)
Mp4 sound.ISO 639-2 Language Code=und
Mp4 sound.Modification Time=Fri Nov 20 15:04:37 +01:00 2020
Mp4 sound.Number of Channels=2
Mp4 sound.Sample Rate=44100
Mp4 sound.Sample Size=16
Mp4 video.Compression Type=H.264
Mp4 video.Creation Time=Fri Nov 20 15:04:36 +01:00 2020
Mp4 video.Depth=24-bit color
Mp4 video.Frame Rate=29,986
Mp4 video.Graphics Mode=Copy
Mp4 video.Height=720 pixels
Mp4 video.Horizontal Resolution=72
Mp4 video.ISO 639-2 Language Code=und
Mp4 video.Modification Time=Fri Nov 20 15:04:37 +01:00 2020
Mp4 video.Opcolor=0 0 0
Mp4 video.Vertical Resolution=72
Mp4 video.Width=1280 pixels
Mp4.Compatible Brands=[MP4  Base Media v1 [IS0 14496-12:2003], MP4 v1 [ISO 14496-1:ch13], MP4 v2 [ISO 14496-14]]
Mp4.Creation Time=Fri Nov 20 15:04:36 CET 2020
Mp4.Duration=2181
Mp4.Duration in Seconds=00:00:04
Mp4.Major Brand=MP4 v2 [ISO 14496-14]
Mp4.Media Time Scale=600
Mp4.Minor Version=1
Mp4.Modification Time=Fri Nov 20 15:04:37 CET 2020
Mp4.Next Track ID=3
Mp4.Preferred Rate=1
Mp4.Preferred Volume=1
Mp4.Rotation=0
Mp4.Transformation Matrix=65536 0 0 0 65536 0 0 0 1073741824

Variable gpsLocation is also not filled.

Any idea why this is not working for iPhone videos?

The video location is correctly showed on my iPad and iPhone and the GPS location is showed in Phil Harveys ExifTool:
GPS Altitude                    : 10.53 m
GPS Altitude Ref                : Above Sea Level
GPS Latitude                    : 52 deg 22' 9.44" N
GPS Longitude                   : 6 deg 40' 33.92" E
Rotation                        : 0
GPS Position                    : 52 deg 22' 9.44" N, 6 deg 40' 33.92" E


Edit:

The Tool for video GPS metadata is also not working, message “Something has gone wrong”.

I tested also an older IPhone movie with the extension MOV with negative results, but before that file was correctly processed by the video gps tool.

Edited by: AndreWolff on 20-Nov-2020 16:45

Edited by: RobM on 20-Nov-2020 16:35
Fixed broken link to external tool. When pasting links check for control characters at the end of the link.

Edited by: AndreWolff on 20-Nov-2020 17:43

Edited by: RobM on 23-Nov-2020 13:40
Split to new thread

Edited by: RobM on 23-Nov-2020 13:43
RobM

Posts: 3,815
Registered: 4-Aug-2006
Re: No MP4 GPS coordinates detected with an iPhone video
Posted: 20 Nov 20, 17:35   in response to: AndreWolff in response to: AndreWolff
 
  Click to reply to this thread Reply
I’ll look at the external tool tonight. Have a read of this Exiftool forum post Read to the very end, the last post is a potential work around..
RobM

Posts: 3,815
Registered: 4-Aug-2006
Re: No MP4 GPS coordinates detected with an iPhone video
Posted: 20 Nov 20, 18:50   in response to: RobM in response to: RobM
 
  Click to reply to this thread Reply
The tool ran without errors on my Mac. However, I have made one change that might have been an issue, see if the attached now works on your machine. If not, check for error information in the system console and if any let me know.

If it still fails on your machine I will have to include debug code, unless you can establish the reason it fails on Windows 10.
davidekholm

Posts: 3,442
Registered: 18-Oct-2002
Re: No MP4 GPS coordinates detected with an iPhone video
Posted: 20 Nov 20, 18:52   in response to: AndreWolff in response to: AndreWolff
 
  Click to reply to this thread Reply
André, perhaps you can pass that video to the https://github.com/drewnoakes/metadata-extractor/issues ?
AndreWolff

Posts: 1,289
Registered: 14-Dec-2007
Re: No MP4 GPS coordinates detected with an iPhone video
Posted: 20 Nov 20, 19:21   in response to: davidekholm in response to: davidekholm
 
  Click to reply to this thread Reply
davidekholm wrote:
André, perhaps you can pass that video to the https://github.com/drewnoakes/metadata-extractor/issues ?
You have my permission to to with this video you like, but I think you better test that video on your system and if you see the same problem I see, you could next send the video with the issue description yourself, because you can better describe the issue.
AndreWolff

Posts: 1,289
Registered: 14-Dec-2007
Re: No MP4 GPS coordinates detected with an iPhone video
Posted: 20 Nov 20, 19:36   in response to: RobM in response to: RobM
 
  Click to reply to this thread Reply
RobM wrote:
The tool ran without errors on my Mac.
With my video file?
However, I have made one change that might have been an issue, see if the attached now works on your machine. If not, check for error information in the system console and if any let me know.
I get now for the iPhone MP4 files the message "Manually entered GPS data already exists" and my old MOV file gives no message at all, but does not enter the user variables with the GPS location.
RobM

Posts: 3,815
Registered: 4-Aug-2006
Re: No MP4 GPS coordinates detected with an iPhone video
Posted: 20 Nov 20, 20:44   in response to: AndreWolff in response to: AndreWolff
 
  Click to reply to this thread Reply
AndreWolff wrote:
RobM wrote:
The tool ran without errors on my Mac.
With my video file?
I used the one attached above.
However, I have made one change that might have been an issue, see if the attached now works on your machine. If not, check for error information in the system console and if any let me know.
I get now for the iPhone MP4 files the message "Manually entered GPS data already exists" and my old MOV file gives no message at all, but does not enter the user variables with the GPS location.
Delete the user variables, for you copy of the attached mp4 file, in edit mode, then rerun the tool.
AndreWolff

Posts: 1,289
Registered: 14-Dec-2007
Re: No MP4 GPS coordinates detected with an iPhone video
Posted: 21 Nov 20, 00:29   in response to: RobM in response to: RobM
 
  Click to reply to this thread Reply
RobM wrote:
Delete the user variables, for you copy of the attached mp4 file, in edit mode, then rerun the tool.
There is nothing to delete, no user variables are visible.
JeffTucker

Posts: 8,039
Registered: 31-Jan-2006
Re: No MP4 GPS coordinates detected with an iPhone video
Posted: 21 Nov 20, 00:36   in response to: AndreWolff in response to: AndreWolff
 
  Click to reply to this thread Reply
AndreWolff wrote:
...send the video with the issue description yourself, because you can better describe the issue.

Just post the video and say that m-e isn't extracting the GPS coordinates in it.
AndreWolff

Posts: 1,289
Registered: 14-Dec-2007
Re: No MP4 GPS coordinates detected with an iPhone video
Posted: 21 Nov 20, 08:45   in response to: JeffTucker in response to: JeffTucker
 
  Click to reply to this thread Reply
JeffTucker wrote:
AndreWolff wrote:
...send the video with the issue description yourself, because you can better describe the issue.

Just post the video and say that m-e isn't extracting the GPS coordinates in it.

It should first be confirmed by somebody else on another Windows 10 system.
And it should also be tested on a MAC system.
RobM

Posts: 3,815
Registered: 4-Aug-2006
Re: No MP4 GPS coordinates detected with an iPhone video
Posted: 21 Nov 20, 11:47   in response to: AndreWolff in response to: AndreWolff
 
  Click to reply to this thread Reply
AndreWolff wrote:
JeffTucker wrote:
AndreWolff wrote:
...send the video with the issue description yourself, because you can better describe the issue.

Just post the video and say that m-e isn't extracting the GPS coordinates in it.

It should first be confirmed by somebody else on another Windows 10 system.
And it should also be tested on a MAC system.
There is no need for confirmation. As I posted above the iPhone 6 has gps data in the Quicktime directory. The metadata extractor is not traversing that directory, you can see that in the listing of metadata in your first post.
AndreWolff

Posts: 1,289
Registered: 14-Dec-2007
Re: No MP4 GPS coordinates detected with an iPhone video
Posted: 21 Nov 20, 12:28   in response to: RobM in response to: RobM
 
  Click to reply to this thread Reply
RobM wrote:
There is no need for confirmation. As I posted above the iPhone 6 has gps data in the Quicktime directory. The metadata extractor is not traversing that directory, you can see that in the listing of metadata in your first post.
??? My test video has not been recorded with an iPhone 6, but with an iPhone-XR with iOS 14.2
RobM

Posts: 3,815
Registered: 4-Aug-2006
Re: No MP4 GPS coordinates detected with an iPhone video
Posted: 21 Nov 20, 12:38   in response to: AndreWolff in response to: AndreWolff
 
  Click to reply to this thread Reply
AndreWolff wrote:
RobM wrote:
There is no need for confirmation. As I posted above the iPhone 6 has gps data in the Quicktime directory. The metadata extractor is not traversing that directory, you can see that in the listing of metadata in your first post.
??? My test video has not been recorded with an iPhone 6, but with an iPhone-XR with iOS 14.2
So you upgraded your phone, use exiftool to see where the gps data is stored.
AndreWolff

Posts: 1,289
Registered: 14-Dec-2007
Re: No MP4 GPS coordinates detected with an iPhone video
Posted: 21 Nov 20, 12:46   in response to: RobM in response to: RobM
 
  Click to reply to this thread Reply
RobM wrote:
So you upgraded your phone,
No I never had an iPhone 6
use exiftool to see where the gps data is stored.
I did show the exiftool output already above.

Here is all output:
ExifTool Version Number         : 12.10
File Name                       : IMG_3613.MP4
Directory                       : D:/Users/Andre/Downloads/iCloud Photos/iCloud Photos
File Size                       : 1561 kB
File Modification Date/Time     : 2020:11:20 14:17:40+01:00
File Access Date/Time           : 2020:11:21 12:48:41+01:00
File Creation Date/Time         : 2020:11:20 15:19:18+01:00
File Permissions                : rw-rw-rw-
File Type                       : MP4
File Type Extension             : mp4
MIME Type                       : video/mp4
Major Brand                     : MP4 v2 [ISO 14496-14]
Minor Version                   : 0.0.1
Compatible Brands               : isom, mp41, mp42
Movie Header Version            : 0
Create Date                     : 2020:11:20 14:04:36
Modify Date                     : 2020:11:20 14:04:37
Time Scale                      : 600
Duration                        : 3.63 s
Preferred Rate                  : 1
Preferred Volume                : 100.00%
Preview Time                    : 0 s
Preview Duration                : 0 s
Poster Time                     : 0 s
Selection Time                  : 0 s
Selection Duration              : 0 s
Current Time                    : 0 s
Next Track ID                   : 3
Track Header Version            : 0
Track Create Date               : 2020:11:20 14:04:36
Track Modify Date               : 2020:11:20 14:04:37
Track ID                        : 1
Track Duration                  : 3.60 s
Track Layer                     : 0
Track Volume                    : 100.00%
Balance                         : 0
Audio Format                    : mp4a
Audio Channels                  : 2
Audio Bits Per Sample           : 16
Audio Sample Rate               : 44100
Matrix Structure                : 1 0 0 0 1 0 0 0 1
Image Width                     : 1280
Image Height                    : 720
Media Header Version            : 0
Media Create Date               : 2020:11:20 14:04:36
Media Modify Date               : 2020:11:20 14:04:37
Media Time Scale                : 600
Media Duration                  : 3.63 s
Media Language Code             : und
Handler Type                    : Video Track
Handler Description             : Core Media Video
Graphics Mode                   : srcCopy
Op Color                        : 0 0 0
Compressor ID                   : avc1
Source Image Width              : 1280
Source Image Height             : 720
X Resolution                    : 72
Y Resolution                    : 72
Bit Depth                       : 24
Color Representation            : nclx 1 1 1
Video Frame Rate                : 29.986
Location Information            : (none) Role=shooting Lat=52.36929 Lon=6.67609 Alt=10.53 Body=earth Notes=
Date/Time Original              : 2020:11:20 15:04:02+01:00
Media Data Size                 : 1594746
Media Data Offset               : 3586
Image Size                      : 1280x720
Megapixels                      : 0.922
Avg Bitrate                     : 3.51 Mbps
GPS Altitude                    : 10.53 m
GPS Altitude Ref                : Above Sea Level
GPS Latitude                    : 52 deg 22' 9.44" N
GPS Longitude                   : 6 deg 40' 33.92" E
Rotation                        : 0
GPS Position                    : 52 deg 22' 9.44" N, 6 deg 40' 33.92" E
-- press ENTER --
JeffTucker

Posts: 8,039
Registered: 31-Jan-2006
Re: No MP4 GPS coordinates detected with an iPhone video
Posted: 21 Nov 20, 13:27   in response to: AndreWolff in response to: AndreWolff
 
  Click to reply to this thread Reply
AndreWolff wrote:
It should first be confirmed by somebody else on another Windows 10 system.
And it should also be tested on a MAC system.

Confirmed on Win10 and macOS 11.0.1.
Legend
Forum admins
Helpful Answer
Correct Answer

Point your RSS reader here for a feed of the latest messages in all forums