Commit Graph

23 Commits

Author SHA1 Message Date
kor-elf ee0a305972 I made sure that the current folder was saved. 2024-02-10 20:11:26 +06:00
kor-elf 3dc59344cb Fix command "fyne get ..."
Renamed the module to git.kor-elf.net/kor-elf/gui-for-ffmpeg/src.
2024-02-04 21:00:55 +06:00
kor-elf 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
kor-elf 2c0e20210f Переименовал модуль в git.kor-elf.net/kor-elf/gui-for-ffmpeg. 2024-02-03 18:40:44 +06:00
kor-elf 2afc5f5b1a Fixed minor errors reported by the analyzer. 2024-02-01 00:31:28 +06:00
kor-elf fd7ce5fa08 Fixed minor errors reported by the analyzer. 2024-02-01 00:29:11 +06:00
kor-elf 05553f06b8 Fixed minor errors reported by the analyzer. 2024-02-01 00:28:06 +06:00
kor-elf 0d5cfab38d Made it possible to change the path to FFmpeg and FFprobe. 2024-02-01 00:23:28 +06:00
kor-elf 6358d5d8cc The language selection is remembered.
Added a setting for changing the language.
2024-01-31 21:02:12 +06:00
kor-elf 3c563d1966 Added the ability to select a language. 2024-01-28 22:01:16 +06:00
kor-elf adf9bc9c27 Code refactoring.
Added files with functions for various OS (//go:build windows, //go:build !windows).
2024-01-23 21:33:01 +06:00
kor-elf 9bb19a0263 Sometimes the progressbar is not displayed, so I decided not to hide it. 2024-01-20 17:05:16 +06:00
kor-elf fc38a1b20c Fix after closing the program so that ffmpeg would also stop if it was running. 2024-01-20 14:58:16 +06:00
kor-elf 2596e822bd Fix progress bar not always shown during conversion. 2024-01-20 14:57:22 +06:00
kor-elf 4fa977347c Fix ffmpeg processes not terminating. 2024-01-20 02:24:14 +06:00
kor-elf 77b847dde6 Fix error in OS windows.
Changed the progressbar to the pipe protocol.
2024-01-20 01:53:25 +06:00
kor-elf ebc8832d4d Made it possible to choose where to save. 2024-01-18 20:23:23 +06:00
kor-elf 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
kor-elf 10aa917c24 I made it so that an error would be displayed if ffmpeg was not found. 2024-01-16 18:08:50 +06:00
kor-elf 1070b796cc Fix RunConvert.
Fixed an error converting videos with a file name that has spaces.
2024-01-16 00:15:45 +06:00
kor-elf 176189c9d0 Adjusted display of error text when an error occurs during video conversion. 2024-01-16 00:04:50 +06:00
kor-elf 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
kor-elf 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