You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When video from Android phone is re-encoded with FFmpeg, MediaInfo does not show some metadata such as the location and video encoder for MP4 files. The metadata is present in the file and is shown by FFmpeg/FFprobe. For MKV files, MediaInfo does show such info.
Sample video
sample.mp4
The text was updated successfully, but these errors were encountered:
Found that ExifTool is showing metadata that MediaInfo does not show.
For example, on videos from Samsung phone, there is a Samsung Model field.
On videos from Android phones and transcoded by FFmpeg, there are video encoder (such as Lavc61. 31.100 av1_qsv), Android version and location/GPS coordinates (the sample file attached above does not have Android version in it due to 2nd FFmpeg pass for trimming).
For videos from other Android phones, MediaInfo also does not show the location tag nicely compared to ExifTool. It shows xyz as tag name and the GPS coordinates end with a slash without formatting.
When video from Android phone is re-encoded with FFmpeg, MediaInfo does not show some metadata such as the location and video encoder for MP4 files. The metadata is present in the file and is shown by FFmpeg/FFprobe. For MKV files, MediaInfo does show such info.
Sample video
sample.mp4
The text was updated successfully, but these errors were encountered: