get the drone video by downloading the 2D versions (3 dots on rhs at bottom, then “download)
24fps original. kdenlive clip should be 30fps
franerate of original video # of frames changes. They do framerate weird where takeoff is negative frames and landing is addition frames so consider this when lookin at their frame #s on RHS of video.
ffprobe -v error -select_streams v:0 -count_frames -show_entries stream=nb_read_frames -of csv=p=0 Exploration-Place-2026-Second-Draft-dc9982e3_10475_ac6168f2.mp4 gives exact count of frames.
when importing clip the # of frames is adjusted to fit the project framerate i.e. for original video # of frames = orig # of frames * 30 /24