We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
MacOS12.6 Apple M1 Pro
Install Vidmerger is : 1.vim /opt/homebrew/Library/Taps/mycustom/formulae/vidmerger.rb class Vidmerger < Formula desc "Wrapper around ffmpeg which simlifies merging multiple videos 🎞" homepage "https://github.com/TGotwig/vidmerger" url "https://github.com/tgotwig/vidmerger/releases/download/0.3.2/vidmerger-mac.tar.gz" version "0.3.2" sha256 "1bd6dbf88430776d9cd7475a992f4c133c9e93662973d8d2c9b420f773177f9c"
depends_on "ffmpeg"
def install bin.install "vidmerger" end
test do assert true end end 2.brew tap tgotwig/vidmerger 3.brew install vidmerger
I don't know Rust and don't know how to find the problem.It would be great if there is a golang version.I appreciate it
The text was updated successfully, but these errors were encountered:
No branches or pull requests
MacOS12.6 Apple M1 Pro
Install Vidmerger is :
1.vim /opt/homebrew/Library/Taps/mycustom/formulae/vidmerger.rb
class Vidmerger < Formula
desc "Wrapper around ffmpeg which simlifies merging multiple videos 🎞"
homepage "https://github.com/TGotwig/vidmerger"
url "https://github.com/tgotwig/vidmerger/releases/download/0.3.2/vidmerger-mac.tar.gz"
version "0.3.2"
sha256 "1bd6dbf88430776d9cd7475a992f4c133c9e93662973d8d2c9b420f773177f9c"
depends_on "ffmpeg"
def install
bin.install "vidmerger"
end
test do
assert true
end
end
2.brew tap tgotwig/vidmerger
3.brew install vidmerger
I don't know Rust and don't know how to find the problem.It would be great if there is a golang version.I appreciate it
The text was updated successfully, but these errors were encountered: