Commit Graph

32 Commits

Author SHA1 Message Date
2afc5f5b1a
Fixed minor errors reported by the analyzer. 2024-02-01 00:31:28 +06:00
fd7ce5fa08
Fixed minor errors reported by the analyzer. 2024-02-01 00:29:11 +06:00
05553f06b8
Fixed minor errors reported by the analyzer. 2024-02-01 00:28:06 +06:00
0d5cfab38d
Made it possible to change the path to FFmpeg and FFprobe. 2024-02-01 00:23:28 +06:00
d86c0d37af
Updated some dependencies. 2024-01-31 22:27:50 +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
5025807b14
Changed a.New Window.
Changed "GUI FFMpeg!" to "FFMpeg GUI!".
2024-01-30 20:38:12 +06:00
f3e034356b
Merge branch 'main' into develop 2024-01-28 22:10:24 +06:00
6f0bbf7e29
Windows OS fix.
Added import "ffmpeg Gui/convertor" to convertor_windows.go
2024-01-28 22:08:40 +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
846986279c
Added icon. 2024-01-23 21:33:30 +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
c572a3cabe Merge pull request 'Версия 0.1.1' (#1) from develop into main
Reviewed-on: kor-elf/ffmpeg-gui#1
2024-01-20 17:42:02 +06:00
7cc22e1553
Edit Reademe.md.
Added a screenshot from the program.
2024-01-20 17:39:18 +06:00
9bb19a0263
Sometimes the progressbar is not displayed, so I decided not to hide it. 2024-01-20 17:05:16 +06:00
fc38a1b20c
Fix after closing the program so that ffmpeg would also stop if it was running. 2024-01-20 14:58:16 +06:00
2596e822bd
Fix progress bar not always shown during conversion. 2024-01-20 14:57:22 +06:00
4fa977347c
Fix ffmpeg processes not terminating. 2024-01-20 02:24:14 +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
10aa917c24
I made it so that an error would be displayed if ffmpeg was not found. 2024-01-16 18:08:50 +06:00
1070b796cc
Fix RunConvert.
Fixed an error converting videos with a file name that has spaces.
2024-01-16 00:15:45 +06:00
176189c9d0
Adjusted display of error text when an error occurs during video conversion. 2024-01-16 00:04:50 +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
e288d5efbb
Changing the name on the license. 2024-01-14 16:16:26 +06:00
1e73a8dc7f Initial commit 2024-01-14 15:49:26 +06:00