[FFmpeg-trac] #9965(undetermined:new): gps coordinates are modified when converting to h265

FFmpeg trac at avcodec.org
Sun Oct 9 04:17:08 EEST 2022


#9965: gps coordinates are modified when converting to h265
-------------------------------------+-------------------------------------
             Reporter:  Paolo        |                     Type:  defect
  Benvenuto                          |
               Status:  new          |                 Priority:  important
            Component:               |                  Version:
  undetermined                       |  unspecified
             Keywords:               |               Blocked By:
             Blocking:               |  Reproduced by developer:  0
Analyzed by developer:  0            |
-------------------------------------+-------------------------------------
 ffmpeg 4.4.2-0ubuntu0.22.04.1
 built on ubuntu

 How to reproduce:
 {{{
 % ffmpeg -i "$INPUT" -c:v libx265 -vtag hvc1 "$OUTPUT"
 }}}

 the converted video has the gps coordinates changed:


 {{{
 exiftool -s -a -G1
 }}}
  reports:

 original file:

 {{{
 [Composite]     GPSLatitude                     : 22 deg 35' 6.47" N
 [Composite]     GPSLongitude                    : 80 deg 14' 30.62" W
 }}}

 converted video:

 {{{
 [Composite]     GPSLatitude                     : 22 deg 35' 6.36" N
 [Composite]     GPSLongitude                    : 80 deg 14' 30.44" W
 }}}

 As you can see, seconds are changed!
-- 
Ticket URL: <https://trac.ffmpeg.org/ticket/9965>
FFmpeg <https://ffmpeg.org>
FFmpeg issue tracker


More information about the FFmpeg-trac mailing list