Files
gui-for-ffmpeg/kernel/convertor.go
Leonid Nikitin da7d9c8035 Fix .mts duration parsing by extracting leading digits
This update addresses a parsing issue for .mts files by introducing a fallback to extract and parse only the leading digits when converting frame data to a float. A new helper function `getFirstDigits` is added to isolate and handle numeric values correctly.
2025-05-10 00:55:16 +05:00

6.4 KiB