shellixyz / hd_fpv_video_tool

A software tool to manipulate video files and OSD files recoded with the DJI and Walksnail Avatar FPV systems
GNU General Public License v2.0
16 stars 4 forks source link

UnsupportedFileFormatVersion(2) #14

Open shellixyz opened 4 months ago

shellixyz commented 4 months ago

I believe that this issue is what is stopping me from using this tool today with fpv-wtf msp-osd 0.12.2.

I get this error when I try to transcode, I believe that the new version 2 is for PNG fonts.

thread 'main' panicked at /Users/username/hd_fpv_video_tool/src/osd/dji/file.rs:170:63:
called `Result::unwrap()` on an `Err` value: UnsupportedFileFormatVersion(2)

I assume that it is not possible to work around this until someone add PNG support?

_Originally posted by @ooZberg in https://github.com/shellixyz/hd_fpv_video_tool/issues/13#issuecomment-2179004862_