A small windows GUI application to merge MP4 video and M4A audio files from two URLs.
- Install Go from here.
- Clone the repository.
- Download ffmpeg.exe from here and place it in the root directory of the repository.
- Download upx.exe from here and place it in the root directory of the repository.
- Run the following commands in the terminal:
go build -ldflags "-H=windowsgui -s -w" -o VideoAudioMerger.exe
upx --brute VideoAudioMerger.exe