[FFmpeg-trac] #4209(avformat:open): GPS coordinates location and other iOS metadata in MOV are not copied to output MP4

FFmpeg trac at avcodec.org
Fri Dec 7 05:00:41 EET 2018


#4209: GPS coordinates location and other iOS metadata in MOV are not copied to
output MP4
------------------------------------+------------------------------------
             Reporter:  elmimmo     |                    Owner:
                 Type:  defect      |                   Status:  open
             Priority:  normal      |                Component:  avformat
              Version:  git-master  |               Resolution:
             Keywords:  mov         |               Blocked By:
             Blocking:              |  Reproduced by developer:  1
Analyzed by developer:  0           |
------------------------------------+------------------------------------

Comment (by genuinefafa):

 Replying to [comment:15 Gyan]:
 > Adding `-movflags use_metadata_tags` will allow you to add and carry
 over custom metadata. ff* tools, at least, will show these tags in the
 output.

 I just tested
 `%ffmpeg% -benchmark -i %input% -movflags use_metadata_tags  -map_metadata
 0:g -c:v libx264 -crf %video-encode% -c:a aac %output% `

 it did not copy
 ```
 com.apple.quicktime.location.I : +40.6195-074.1643+005.201/
 com.apple.quicktime.make       : Apple
 com.apple.quicktime.model      : iPhone 7
 com.apple.quicktime.software   : 12.1.1
 com.apple.quicktime.creationda : 2018-11-21T16:47:56-0500

 ```

 into output.

--
Ticket URL: <https://trac.ffmpeg.org/ticket/4209#comment:16>
FFmpeg <https://ffmpeg.org>
FFmpeg issue tracker


More information about the FFmpeg-trac mailing list