macOS 64-bit
decoders
h264 m4a wma wav aiff vbr aac ogg mp3
encoders
mp4
lipo
lipo -create arm64/lib/libavcodec.a ...
./build-x86.sh
ffmpeg-5.0.1.7
./ffmpeg
./ffmpeg -i demo.mov
./ffmpeg -i demo.mov -i demo.mov -filter_complex [0][1]vstack -y output.mp4
权限
sudo chmod +x ffmpeg
sudo chmod 777 ffmpeg
Error
-
error: RPC failed; curl 56 LibreSSL SSL_read: Connection reset by peer, errno 54
git config http.sslVerify "false" -
fatal: not in a git directory
git config --global http.postBuffer 100M
- zsh: no matches found: [0][1]vstack
vi .zshrc
i
setopt no_nomatch
esc
:wq
enter
source .zshrc