Commit Graph

6 Commits

Author SHA1 Message Date
306383449a Add FFplay support to the application
Integrated FFplay functionality across the application. This includes support for setting up the FFplay path and invoking FFplay for media playback.
2025-05-19 22:49:09 +05:00
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
68d9c4bb66 I fixed it in OS Windows so that the console window would not appear. 2024-03-07 22:50:00 +05:00
1ece1e443d Added the ability to convert files to different extensions. 2024-03-07 22:18:35 +05:00
1f9f646f51 Refactoring.
type File struct and type ConvertSetting struct moved to convertor.go.
2024-02-25 23:38:16 +06:00
a1c9143685 Added queues.
Reworked the architecture.
2024-02-17 19:08:58 +06:00