|
d68382e418
|
Fixed a bug when the video was fully converted, but the progress bar showed not 100, but, for example, 99.
|
2024-01-27 21:08:27 +06:00 |
|
|
adf9bc9c27
|
Code refactoring.
Added files with functions for various OS (//go:build windows, //go:build !windows).
|
2024-01-23 21:33:01 +06:00 |
|
|
9bb19a0263
|
Sometimes the progressbar is not displayed, so I decided not to hide it.
|
2024-01-20 17:05:16 +06:00 |
|
|
77b847dde6
|
Fix error in OS windows.
Changed the progressbar to the pipe protocol.
|
2024-01-20 01:53:25 +06:00 |
|
|
ebc8832d4d
|
Made it possible to choose where to save.
|
2024-01-18 20:23:23 +06:00 |
|
|
5051c65ec6
|
Fix path to ffmpeg and ffprobe.
Added the ability to select the path to ffmpeg and ffprobe.
|
2024-01-18 01:39:20 +06:00 |
|
|
dddbfa65bc
|
Refactor package "convertor" "Main" method.
Moved the button for selecting a video file into a separate function.
|
2024-01-15 20:28:02 +06:00 |
|
|
97dd0f4b32
|
Refactor getSockPath.
Removed extra code.
|
2024-01-14 17:25:35 +06:00 |
|
|
5a4c960201
|
Working prototype.
A simple working graphical interface with which you can transcode any video to mp4.
|
2024-01-14 16:31:07 +06:00 |
|