#9965 closed defect (needs_more_info)
gps coordinates are modified when converting to h265
Reported by: | Paolo Benvenuto | Owned by: | |
---|---|---|---|
Priority: | normal | Component: | undetermined |
Version: | unspecified | Keywords: | |
Cc: | Paolo Benvenuto | Blocked By: | |
Blocking: | Reproduced by developer: | no | |
Analyzed by developer: | no |
Description
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!
Change History (5)
comment:1 by , 2 years ago
comment:2 by , 2 years ago
Priority: | important → normal |
---|
comment:3 by , 2 years ago
Okay, my iPhone samples with com.apple.quicktime.location.ISO6709 does not even copy.
comment:4 by , 2 years ago
Resolution: | → needs_more_info |
---|---|
Status: | new → closed |
Please reopen this ticket if you can provide the command line you tested together with the complete, uncut console output.
comment:5 by , 2 years ago
Cannot reproduce it on a sample that does copy gps meta by default. And even if I reencode that file.
Note:
See TracTickets
for help on using tickets.
Give sample, please, I will verify it does reproduce in git-master, the only version we support here.