Is there an existing feature request for this?
Feature description
Here is a requested feature, which would be nice to have.
Since [Request] OSD info save as sperate files, not in DVR #35 has beem implemented for a couple of weeks, the srt file can only be used for media player right now, it can't be used with walksnail-osd-tool.
The question is that it might be affected by srt content formats used in walksnail-osd-tool.
To gain a better understanding of how walksnail-osd-tool parses .srt files, I'd like to discuss it here.
I'm not familiar with the code here, it might be some thing to do with lines of parsing:
|
let line = "Signal:4 CH:7 FlightTime:0 SBat:16.7V GBat:12.5V Delay:25ms Bitrate:25.0Mbps Distance:1m"; |
Additionally, here’s an OpenIPC demo for reference: https://drive.google.com/drive/folders/1B53rDnlNdd1TQRpj6IZXmAgGRGY5a82s?usp=sharing
Looking forward to your insights!
Is there an existing feature request for this?
Feature description
Here is a requested feature, which would be nice to have.
Since [Request] OSD info save as sperate files, not in DVR #35 has beem implemented for a couple of weeks, the srt file can only be used for media player right now, it can't be used with walksnail-osd-tool.
The question is that it might be affected by srt content formats used in walksnail-osd-tool.
To gain a better understanding of how walksnail-osd-tool parses .srt files, I'd like to discuss it here.
I'm not familiar with the code here, it might be some thing to do with lines of parsing:
walksnail-osd-tool/backend/src/srt/frame.rs
Line 87 in b2aecde
Additionally, here’s an OpenIPC demo for reference: https://drive.google.com/drive/folders/1B53rDnlNdd1TQRpj6IZXmAgGRGY5a82s?usp=sharing
Looking forward to your insights!