Skip to content
New issue

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

"vidmerger . " This command is invalid, nothing is happend #51

Open
zzzzzy404 opened this issue Nov 18, 2024 · 0 comments
Open

"vidmerger . " This command is invalid, nothing is happend #51

zzzzzy404 opened this issue Nov 18, 2024 · 0 comments

Comments

@zzzzzy404
Copy link

image

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant