Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing metadata for MP4 #2175

Open
cjee21 opened this issue Jan 20, 2025 · 2 comments
Open

Missing metadata for MP4 #2175

cjee21 opened this issue Jan 20, 2025 · 2 comments

Comments

@cjee21
Copy link
Contributor

cjee21 commented Jan 20, 2025

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

@cjee21
Copy link
Contributor Author

cjee21 commented Jan 20, 2025

Just came across this issue that looks similar: MediaArea/MediaInfo#453

Side note: on the other hand, there are some mp4 tags in other files that are shown by MediaInfo but not by FFprobe or Mp3tag.

@cjee21
Copy link
Contributor Author

cjee21 commented Jan 22, 2025

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant