This is a free desktop application. It includes a built-in "Movie Maker" tool for recording tours.
def create_animation(kml_path, output_video, fps=30, duration_seconds=None): """ Generate video from KML track. """ points, times = extract_coordinates_from_kml(kml_path) lons = [p[0] for p in points] lats = [p[1] for p in points] convert kml file to video
Go to Tools > Movie Maker . Choose your resolution and format, and Google Earth will record the tour as it plays. This is a free desktop application
Here are the primary use cases for converting KML to video: convert kml file to video
More concretely: