-
Notifications
You must be signed in to change notification settings - Fork 84
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
question: MOV Quicktime and MP4 metadata #66
Comments
Hi @yuribudilov, Happy 2022! Unfortunately, this package does not cover the You may be able to check out https://github.com/mozilla/mp4parse-rust to see if it's supported. I have not tried it myself yet. Thanks! |
thank you very much. I look forward to this being added sometime in 2022 ! |
Hello @alfg Thanks for the great work. I have a question. If is possible can you point me to the method or any others ways/means of chunking video file. |
Hey @osain-az, It should be possible to write the header as the init file and then the rest of the mp4 chunk segments. However, I don't have a good example of this working yet. I suggest checking out |
Thanks for the information. |
work in progress : #77 |
Hello everyone, I'm currently working on implementing this in rust live image. But I couldn't find a way to write a Meta Track (I suppose it need a Metatrack handler and Metatrack Config) and also writing QT metadata into the metadata part. Thank you very much:P |
Hello everyone, and happy 2022.
I have just a question, it is not an issue at all.
I have a lot of .MP4 videos which originated from Android phones.
Also, I have equally large number of .MOV files which originated from Apple iPhones (Quicktime?).
I am after video date/time creation and GPS Location coordinates for MOV files and MP4 files.
Can you please advise if there is a Rust crate to extract the video metadata from MOV and MP4 files ?
I have tried code sample on both MP4 and MOV, it worked (it extracted date, in Unix/MP4-epoch format integer?).
I could not find anywhere how to extract the GPS latitude/longitude coordinates from either MP4 or MOV files.
I used exifdata command line utility to obtain the date/time and GPS latitude & longitude, so I do know they are stored in my files. I wanted access to metadata directly from Rust program, not from command line utility.
I thank you very much in advance.
The text was updated successfully, but these errors were encountered: