I’ve been trying to comfort the SRT file produced but the problems are:
Since AirData to SRT uses the flight record, it does not apparently sync with videos stored in M2P
The minimum unit of time in AirData to SRT is 1 second, which is much smaller in case of the SRT files produced by DJI Go (it has 0.033 sec per line when it’s 30 fps video)
It does not include the date and time
It does not include the camera settings (ISO, SS, f-stop, ev)
AirData exports log files using GMT to display the time (while my SRT files use my local timezone GMT+13) and I am unable to match it with my SRT files.
So there are so many issues to overcome to switch to the format provided by AirData to SRT. Wish I knew how to modify the SRT files or combine SRT with some data from AirData using some programming languages, but it’s been a pain…
That converter is something I just wrote the other day. If you are willing to work with me on this I can solve some of the things you mention but not all. I can make the time interval be whatever you want it to be. The date and time are in the log, so those can be added. Camera settings are not in the log so those can’t be added.
If you want to pursue this, send me a private message and we’ll move this conversation there.
I’ve made some updates to my new “AirData to SRT” converter.
I found how to detect video capture from within the log file. My converter now only converts the log segments where video was recorded. This makes it much easier to line up the SRT file with the video.
I’ve changed the interval selection so that it can be set down to 0.5 seconds.
You are awesome. It’s nearly perfect except that it does not include the camera settings (ISO, shutter speed, f-stop, ev) Is it possible to read and include these? Or are they only stored in the camera’s SRT?
I checked, and the camera settings are not in either the AirData nor the Litchi log files. My program was written to read either of those two files so it appears that I do have access to the camera settings from the logs. I can easily modify my program to grab anything you need from the AirData or Litch CSV files but if it is not there, I can’t grab it.
One option would be to merge data from two separate SRT files into one. However, that method presents other problems.
My suggestion is to look into an application called “DashWare”. That program uses the encrypted log files to overlay telemetry data onto your video. Through the encrypted log files, it has access to more data including the camera settings. However, it is a bit more complicated to use. There are YouTube videos on it and also threads about it on MavicPilots. You might want to do a search on that site.