SK-Hardwired / xavc_rtmd2srt

Extract real time meta-data and GPS tracks from Sony XAVC video
38 stars 7 forks source link

Add support for Sony a7s III #4

Open AdrianEddy opened 3 years ago

AdrianEddy commented 3 years ago

Seems like most of the metadata uses the same format, so it should be pretty straightforward to support a7s III.

  1. Adding 'ILCE-7SM3' to list of models on line 878 seems to work for gyro/accel extraction
  2. Adding and 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.

dpredie commented 3 years ago

@AdrianEddy hi, can you make an executable that can process ILCE-7SM3 and ILME-FX3? I am not able to compile for some reason