[?]Where is the .srt file?
Enable video captions/subtitles in your DJI app (or keep the default) — the drone records a same-named .srt next to each video with per-frame telemetry instead of captions.
[?]Which drones are supported?
Both telemetry families: the [bracket] format (Mini 3, Air 2S, Mavic 3 and newer) and the legacy HOME()/GPS() format (Mavic Pro, Phantom and older). Columns are the union of all fields found, so mixed fleets work.
[?]What do I do with the CSV?
Plot the GPS track in Google Earth/QGIS, build GPX tracks, analyse altitude and speed, or join camera settings to frames for photogrammetry QC.
[?]Is my flight location data uploaded anywhere?
No — flight paths are sensitive. Parsing runs entirely inside your browser.
[?]Why convert from SRT to CSV?
SRT Document (SRT) and Comma-Separated Values (CSV) serve distinct roles across the digital workflow. Converting to CSV provides optimized compatibility, modern compression efficiency, or standardized playback across web browsers, operating systems, and media production environments.
[?]Is the SRT to CSV conversion lossless or lossy?
The output format (CSV) is inherently lossless or supports lossless operation. Your original visual or audio fidelity is mathematically preserved without quantization artifacts.
[?]Does convrtr upload my files to any cloud server?
Never. convrtr is architected with a strict zero-upload model. All processing, decoding, decompression, and encoding happen 100% locally on your machine using sandboxed WebAssembly and Web Workers. Your data never touches an external server, database, or analytics collector.
[?]How can I convert SRT to CSV from the terminal / command line?
You can execute this conversion locally via command-line utilities such as ffmpeg, cwebp, or ImageMagick. For example: see the developer terminal recipe provided in the technical specifications dossier above. convrtr provides the identical local-first capability directly inside your browser without installing CLI packages.
[?]Can I batch convert multiple SRT files to CSV simultaneously?
Yes. You can drop multiple .srt files into the instrument to process them concurrently in browser Web Workers, or click 'Open in Master Studio' to queue mixed formats, configure individual targets, and export as a single ZIP archive.