fpv-wtf / wtfos-configurator

Configurator for wtfos, with built in margerine
GNU Affero General Public License v3.0
42 stars 16 forks source link

Allow OSD data to be rendered without video/export OSD data to CSV #285

Open cmanley opened 1 year ago

cmanley commented 1 year ago

https://knifa-develop.fpv.wtf/osd-overlay That'll be a nice feature for overlaying the OSD onto a video file produced by a different camera (e.g. GoPro or Go2). ... and related to that, is it possible to export the MSP data inside the OSD overlay file to a CSV file for use in other tools that can overlay data onto videos?

FinalFrag commented 1 year ago

Which tools are you thinking about? They probably require a specific csv layout.

Rendering just the osd should be possible. We can't do transparent video though, so it would need to be a green background so you can key it out in video editing software.

cmanley commented 1 year ago

I was thinking of Dashware for example. Even if a tool requires a specific CSV layout, it's still easy to convert from 1 layout into another. As for transparent video: if alpha transparency isn't supported well then a flat green background for example will be fine too I suppose.