Commit Graph

17 Commits

Author SHA1 Message Date
d46d642e61
Added the ability to automatically download FFmpeg from the site https://github.com/BtbN/FFmpeg-Builds/releases. 2024-02-04 20:16:15 +06:00
2c0e20210f
Переименовал модуль в git.kor-elf.net/kor-elf/gui-for-ffmpeg. 2024-02-03 18:40:44 +06:00
eec298bfd7
Added a window with information about the program. 2024-02-03 17:47:32 +06:00
0d5cfab38d
Made it possible to change the path to FFmpeg and FFprobe. 2024-02-01 00:23:28 +06:00
f09dd01b6d
Fixed minor errors reported by the analyzer. 2024-01-31 21:22:38 +06:00
6358d5d8cc
The language selection is remembered.
Added a setting for changing the language.
2024-01-31 21:02:12 +06:00
3c563d1966
Added the ability to select a language. 2024-01-28 22:01:16 +06:00
6df775955f
Minor optimization.
Raised "progress=end" after data:= Scanner Out.Text().
2024-01-27 21:17:04 +06:00
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