Commit Graph

72 Commits

Author SHA1 Message Date
Leonid Nikitin 40848a70a5 Merge pull request 'Версия 0.7.0' (#8) from develop into main
Reviewed-on: #8
2024-04-28 14:57:07 +05:00
Leonid Nikitin 9aaee4c183
Changed the version to 0.7.0 2024-04-28 14:52:18 +05:00
Leonid Nikitin 2017617614
Added preset option for libx265.
Added preset option for h264_nvenc.
2024-04-28 14:43:18 +05:00
Leonid Nikitin f17104595d Merge pull request 'Версия 0.6.0' (#7) from develop into main
Reviewed-on: #7
2024-03-17 20:52:37 +05:00
Leonid Nikitin 21d4afcedb
Made it possible for each encoder to add its own parameters.
Added preset option for libx264.
2024-03-17 20:28:35 +05:00
Leonid Nikitin 8347e9fbb2
Changed Readme.md.
Updated instructions for working with translations.
2024-03-17 00:46:39 +05:00
Leonid Nikitin 8d17a52f00
Added .gitignore for fyne-cross/*. 2024-03-17 00:39:56 +05:00
Leonid Nikitin 4668da3223
Added .gitignore for translate.*.toml. 2024-03-17 00:39:32 +05:00
Leonid Nikitin a3b30c4543
Deleted temporary languages/translate.*.toml files. 2024-03-17 00:32:21 +05:00
Leonid Nikitin 3f358c8b7d
Refactoring.
I have moved the conversion form to a separate conversion file.
2024-03-17 00:30:02 +05:00
Leonid Nikitin 7b7c15ad27
Fixed bug related to incorrect window size.
Sometimes when starting a program the program window was small.
2024-03-16 21:45:14 +05:00
Leonid Nikitin 24d80779ee Merge pull request 'Версия 0.5.0' (#6) from develop into main
Reviewed-on: #6
2024-03-08 00:59:41 +05:00
Leonid Nikitin a95692196e
Changed screenshot-gui-for-ffmpeg.png. 2024-03-07 23:17:55 +05:00
Leonid Nikitin 68d9c4bb66
I fixed it in OS Windows so that the console window would not appear. 2024-03-07 22:50:00 +05:00
Leonid Nikitin 1ece1e443d
Added the ability to convert files to different extensions. 2024-03-07 22:18:35 +05:00
Leonid Nikitin 1eb7ea4a93
Refactoring LocalizerContract.
Instead of AddListener I made AddChangeCallback. And removed unnecessary dependencies.
2024-03-05 20:13:58 +05:00
Leonid Nikitin e766c6d465
Added the ability to show and hide elements by status type. 2024-03-05 00:58:43 +05:00
Leonid Nikitin 1f9f646f51
Refactoring.
type File struct and type ConvertSetting struct moved to convertor.go.
2024-02-25 23:38:16 +06:00
Leonid Nikitin d88586739a
Edited README.md.
src/icon.png to icon.png
src/data to data
src/languages ​​to languages
2024-02-17 21:22:20 +06:00
Leonid Nikitin a3db2b8f89 Merge pull request 'Версия 0.4.0.' (#5) from develop into main
Reviewed-on: #5
2024-02-17 20:33:18 +06:00
Leonid Nikitin d0539f5e90
Fixed an error when building an assembly in fyne-cross. 2024-02-17 20:06:09 +06:00
Leonid Nikitin 240ae7aa96
Windows OS fix. 2024-02-17 20:04:11 +06:00
Leonid Nikitin 0d05fdb307
Changed the screenshot in README.md. 2024-02-17 19:48:50 +06:00
Leonid Nikitin 8e6fb90482
Code improvement.
And added a comment to the code.
2024-02-17 19:45:28 +06:00
Leonid Nikitin bab8c1f383
Bug fixed.
When starting the program, sometimes the window was displayed incorrectly.
2024-02-17 19:18:25 +06:00
Leonid Nikitin a1c9143685
Added queues.
Reworked the architecture.
2024-02-17 19:08:58 +06:00
Leonid Nikitin c4ec958576
Moved the code from src to the root. 2024-02-12 22:21:47 +06:00
Leonid Nikitin 359db74251 Merge pull request 'Версия 0.3.1' (#4) from develop into main
Reviewed-on: #4
2024-02-10 21:35:08 +06:00
Leonid Nikitin 154cd1c7dd
Fixed convertor_windows.go.
Changed "git.kor-elf.net/kor-elf/gui-for-ffmpeg/convertor" to "git.kor-elf.net/kor-elf/gui-for-ffmpeg/src/convertor".
2024-02-10 20:32:29 +06:00
Leonid Nikitin a617635911
Changed the version to 0.3.1. 2024-02-10 20:23:41 +06:00
Leonid Nikitin 48f8c577c0
Fixed a buffer overflow error when converting videos when the video is more than 2 hours long. 2024-02-10 20:13:17 +06:00
Leonid Nikitin ee0a305972
I made sure that the current folder was saved. 2024-02-10 20:11:26 +06:00
Leonid Nikitin 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
Leonid Nikitin f631c55eae Merge pull request '0.3.0' (#3) from develop into main
Reviewed-on: #3
2024-02-04 20:50:54 +06:00
Leonid Nikitin 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
Leonid Nikitin a82d283c1a
Added licensed third party. 2024-02-04 15:57:37 +06:00
Leonid Nikitin b7c363faaa
Изменил файл README.md.
Added installation instructions and other useful information.
2024-02-03 20:16:16 +06:00
Leonid Nikitin 2c0e20210f
Переименовал модуль в git.kor-elf.net/kor-elf/gui-for-ffmpeg. 2024-02-03 18:40:44 +06:00
Leonid Nikitin eec298bfd7
Added a window with information about the program. 2024-02-03 17:47:32 +06:00
Leonid Nikitin 2afc5f5b1a
Fixed minor errors reported by the analyzer. 2024-02-01 00:31:28 +06:00
Leonid Nikitin fd7ce5fa08
Fixed minor errors reported by the analyzer. 2024-02-01 00:29:11 +06:00
Leonid Nikitin 05553f06b8
Fixed minor errors reported by the analyzer. 2024-02-01 00:28:06 +06:00
Leonid Nikitin 0d5cfab38d
Made it possible to change the path to FFmpeg and FFprobe. 2024-02-01 00:23:28 +06:00
Leonid Nikitin d86c0d37af
Updated some dependencies. 2024-01-31 22:27:50 +06:00
Leonid Nikitin f09dd01b6d
Fixed minor errors reported by the analyzer. 2024-01-31 21:22:38 +06:00
Leonid Nikitin 6358d5d8cc
The language selection is remembered.
Added a setting for changing the language.
2024-01-31 21:02:12 +06:00
Leonid Nikitin 5025807b14
Changed a.New Window.
Changed "GUI FFMpeg!" to "FFMpeg GUI!".
2024-01-30 20:38:12 +06:00
Leonid Nikitin 0cd32bb0f0 Merge pull request 'Версия 0.2.0' (#2) from develop into main
Reviewed-on: kor-elf/ffmpeg-gui#2
2024-01-28 22:45:56 +06:00
Leonid Nikitin f3e034356b
Merge branch 'main' into develop 2024-01-28 22:10:24 +06:00
Leonid Nikitin 6f0bbf7e29
Windows OS fix.
Added import "ffmpeg Gui/convertor" to convertor_windows.go
2024-01-28 22:08:40 +06:00