Export gyro data for reframed video

I need to export gyro data from Insta360 Studio for my reframed video, originally shot in 360 mode on Insta360 X2, for using in Gyroflow to stablize the video. I used Exiftool on the exported mp4 file but it didn't have any gyro data in it.

exiftool -csv -ee -G1 -G2 -G3 -G4 -G5 -G6 -G7 -G8 -G9 -G10 -G11 -G12 -G13 -G14 -G15 -G16 -G17 -G18 -G19 -G20 -G21 -G22 -G23 -G24 -G25 -G26 -G27 -G28 -G29 -G30 video.mp4 > output.csv

Is there any way to have gyro data for the exported reframed video from Insta360 Studio that was originally shot in 360 mode?