This repository contains the source code for the tool avi-to-mp4-converter-go-fyne
, a simple yet powerful AVI to MP4 video converter built using Go and Fyne.io, a cross-platform GUI toolkit. This application provides a user-friendly desktop interface for converting AVI video files to MP4 format.
The application relies on FFmpeg, a suite of libraries and programs for handling multimedia data, for video conversion. Therefore, you need to have FFmpeg installed on your system to use this tool.
sudo apt update
sudo apt install ffmpeg
- Download the FFmpeg build from the official site.
- Unzip the downloaded file to a location of your choice.
- Add the
/bin
directory from the unzipped files to your system path.
brew install ffmpeg
To install avi-to-mp4-converter-go-fyne
, please follow the steps below:
- Clone the repository:
git clone https://github.com/gscaramuzzino/avi-to-mp4-converter-go-fyne.git
- Navigate into the cloned repository:
cd avi-to-mp4-converter-go-fyne
- Build the application:
go build
After building the application, you can run the binary:
./avi-to-mp4-converter-go-fyne
Then, use the GUI to select the AVI file you wish to convert and click the convert button.
We welcome contributions from the community. If you wish to contribute, please follow the standard GitHub pull request process:
- Fork the repository.
- Make your changes on a new branch.
- Submit a pull request with your changes.
We will review all pull requests and provide feedback as necessary.