-
Notifications
You must be signed in to change notification settings - Fork 1
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
[feature request] exif data from video files #32
Comments
Here is an example of where (jl_7inwtm) pkg> st
Status `/tmp/jl_7inwtm/Project.toml`
[81511e1f] ExifViewer v0.1.5 `https://github.com/JuliaImages/ExifViewer.jl.git#main`
julia> file = "/media/yakir/205D-185A/Bastien's/A14_B2_15-11-24.MTS"
"/media/yakir/205D-185A/Bastien's/A14_B2_15-11-24.MTS"
julia> read_tags(file)
Dict{String, String}()
julia> run(`exiftool $file`)
ExifTool Version Number : 12.57
File Name : A14_B2_15-11-24.MTS
Directory : /media/yakir/205D-185A/Bastien's
File Size : 359 MB
File Modification Date/Time : 2024:11:15 09:27:32+01:00
File Access Date/Time : 2024:12:10 01:00:00+01:00
File Inode Change Date/Time : 2024:11:15 09:27:32+01:00
File Permissions : -rw-r--r--
File Type : M2TS
File Type Extension : mts
MIME Type : video/m2ts
Video Stream Type : H.264 (AVC) Video
Audio Bitrate : 448 kbps
Surround Mode : Not indicated
Audio Channels : 3/2
Audio Stream Type : PGS Audio
Image Width : 1920
Image Height : 1080
Time Code : 05:52:59:15
Date/Time Original : 2024:11:15 08:24:38+02:00 DST
Aperture Setting : Auto
Gain : 0 dB
Exposure Program : Program AE
White Balance : Auto
Focus : Auto (3.15)
Image Stabilization : On (0x3f)
Exposure Time : 1/216
F Number : 5.6
Make : Sony
Camera Model Name : FDR-AX53
Warning : [minor] The ExtractEmbedded option may find more tags in the video data
Audio Sample Rate : 48000
Duration : 0:02:53
Aperture : 5.6
Image Size : 1920x1080
Megapixels : 2.1
Shutter Speed : 1/216
Process(`exiftool "/media/yakir/205D-185A/Bastien's/A14_B2_15-11-24.MTS"`, ProcessExited(0)) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Any way to retrieve exif data from video files..?
The text was updated successfully, but these errors were encountered: