{"id":13906437,"url":"https://github.com/lostdusty/gui-for-ffmpeg","last_synced_at":"2025-07-30T23:07:29.925Z","repository":{"id":225002149,"uuid":"764806210","full_name":"lostdusty/gui-for-ffmpeg","owner":"lostdusty","description":"Go frontend for ffmpeg. Fork of https://git.kor-elf.net/kor-elf/gui-for-ffmpeg with new features and languages.","archived":false,"fork":false,"pushed_at":"2024-02-28T19:17:55.000Z","size":306,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-11-15T19:40:29.340Z","etag":null,"topics":["app","ffmpeg","ffmpeg-wrapper","frontend","fyne","go","golang","gui","ui"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/lostdusty.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null}},"created_at":"2024-02-28T18:40:19.000Z","updated_at":"2024-10-17T10:15:58.000Z","dependencies_parsed_at":"2024-02-28T20:30:06.582Z","dependency_job_id":"eb112425-6070-4d80-8d80-8b262e6d9530","html_url":"https://github.com/lostdusty/gui-for-ffmpeg","commit_stats":null,"previous_names":["lostdusty/gui-for-ffmpeg"],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lostdusty%2Fgui-for-ffmpeg","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lostdusty%2Fgui-for-ffmpeg/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lostdusty%2Fgui-for-ffmpeg/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lostdusty%2Fgui-for-ffmpeg/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lostdusty","download_url":"https://codeload.github.com/lostdusty/gui-for-ffmpeg/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":234167642,"owners_count":18790142,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["app","ffmpeg","ffmpeg-wrapper","frontend","fyne","go","golang","gui","ui"],"created_at":"2024-08-06T23:01:35.697Z","updated_at":"2025-01-16T07:41:46.486Z","avatar_url":"https://github.com/lostdusty.png","language":"Go","funding_links":[],"categories":["HarmonyOS"],"sub_categories":["Windows Manager"],"readme":"# GUI for FFmpeg\n\n###### [Russian](README_ru.md) | English\n\nA simple frontend for FFmpeg written in Go using Fyne. Originally made by [kor-elf](https://git.kor-elf.net/kor-elf/), on their private Gitea ([repo](https://git.kor-elf.net/kor-elf/gui-for-ffmpeg/)). This fork plans to add more features to the program, and more languages.\n\nFFmpeg is a trademark of \u003ca href=\"http://bellard.org/\" target=\"_blank\"\u003eFabrice Bellard\u003c/a\u003e, the creator of \u003ca href=\"https://ffmpeg.org/about.html\" target=\"_blank\"\u003eFFmpeg\u003c/a\u003e.\n\nBoth this fork and the original project is licensed under MIT (see [LICENSE](LICENSE)) and uses third party libraries which are distributed under their own terms (see [LICENSE-3RD-PARTY.txt](LICENSE-3RD-PARTY.txt)).\n\n![images/screenshot-gui-for-ffmpeg.png](images/screenshot-gui-for-ffmpeg.png) \n\nTo download, check the releases here: https://github.com/lostdusty/gui-for-ffmpeg/releases/latest\n\n## Install using go and fyne:\nRun these commands on your terminal:\n1. `go install fyne.io/fyne/v2/cmd/fyne@latest`\n2. ``fyne get git.kor-elf.net/kor-elf/gui-for-ffmpeg``\n\n## Compile the project the manual way\nRun these commands on your terminal:\n1. ``git clone https://git.kor-elf.net/kor-elf/gui-for-ffmpeg.git``\n2. ``cd gui-for-ffmpeg``\n3. If you don't have Fyne or Go installed, follow this guide: https://docs.fyne.io/started/\n4. After installing everything needed, simply run ``go run main.go``\n5. To compile to other platforms, use ``go install github.com/fyne-io/fyne-cross@latest``\n   * You MUST have Docker installed\n   * Read more about fyne-cross here: https://github.com/fyne-io/fyne-cross\n6. To cross compile to Windows, use: ``fyne-cross windows --icon icon.png --app-id \".\" -name \"gui-for-ffmpeg\"``, or to cross compile to Linux, run: ``fyne-cross linux --icon icon.png --app-id \".\" -name \"gui-for-ffmpeg\"``\n   * The output will be on the folder `fyne-cross/bin`\n\u003c!-- 8. В папку **fyne-cross/bin/linux-amd64** или **fyne-cross/bin/windows-amd64** копируете:\n   * icon.png\n   * data\n   * languages\n   * LICENSE\n   * LICENSE-3RD-PARTY.txt\n\u003cp\u003e\u003cstrong\u003eСтруктура должна получиться такая:\u003c/strong\u003e\u003c/p\u003e\n\u003cimg src=\"images/screenshot-folder-structure.png\"\u003e \nWill modify how this works later on the project--\u003e\n\n## Working with translations:\n1. ``go install -v github.com/nicksnyder/go-i18n/v2/goi18n@latest``\n2. ``goi18n merge -sourceLanguage ru -outdir languages languages/active.\\*.toml languages/translate.\\*.toml``\n3. In the **languages/translate.*.toml** files replace the text into the desired language\n4. ``goi18n merge -sourceLanguage ru -outdir languages languages/active.\\*.toml languages/translate.\\*.toml``\n\nSee more about translations here: https://github.com/nicksnyder/go-i18n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flostdusty%2Fgui-for-ffmpeg","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flostdusty%2Fgui-for-ffmpeg","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flostdusty%2Fgui-for-ffmpeg/lists"}