Skip to content

mikhail-zhadanov/VideoAudioMerger

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

Video Audio Merger

A small windows GUI application to merge MP4 video and M4A audio files from two URLs.

Build

  1. Install Go from here.
  2. Clone the repository.
  3. Download ffmpeg.exe from here and place it in the root directory of the repository.
  4. Download upx.exe from here and place it in the root directory of the repository.
  5. Run the following commands in the terminal:
go build -ldflags "-H=windowsgui -s -w" -o VideoAudioMerger.exe
upx --brute VideoAudioMerger.exe

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages