#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
_______________________________________________
FFmpeg-trac mailing list
[email protected]
https://ffmpeg.org/mailman/listinfo/ffmpeg-trac

To unsubscribe, visit link above, or email
[email protected] with subject "unsubscribe".

Reply via email to