We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Seems like most of the metadata uses the same format, so it should be pretty straightforward to support a7s III.
'ILCE-7SM3'
and s[:96] != '0x000000206674797058415643'
If you need any files from a7s III for testing let me know.
Awesome project by the way! Thank you for your effort.
The text was updated successfully, but these errors were encountered:
@AdrianEddy hi, can you make an executable that can process ILCE-7SM3 and ILME-FX3? I am not able to compile for some reason
Sorry, something went wrong.
No branches or pull requests
Seems like most of the metadata uses the same format, so it should be pretty straightforward to support a7s III.
'ILCE-7SM3'
to list of models on line 878 seems to work for gyro/accel extractionand s[:96] != '0x000000206674797058415643'
to line 734 seems to also work fine for XAVC-HS files (h265)If you need any files from a7s III for testing let me know.
Awesome project by the way! Thank you for your effort.
The text was updated successfully, but these errors were encountered: