FFmpeg

204 阅读1分钟

FFmpeg 官网

macOS 64-bit

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

截屏2022-06-10 下午4.12.33.png

./ffmpeg -i demo.mov

截屏2022-06-10 下午4.18.46.png

./ffmpeg -i demo.mov -i demo.mov -filter_complex [0][1]vstack -y output.mp4

截屏2022-06-10 下午4.52.06.png

权限

sudo chmod +x ffmpeg
sudo chmod 777 ffmpeg

Error

  1. error: RPC failed; curl 56 LibreSSL SSL_read: Connection reset by peer, errno 54 git config http.sslVerify "false"

  2. fatal: not in a git directory git config --global http.postBuffer 100M

zsh: no matches found:

  1. zsh: no matches found: [0][1]vstack
vi .zshrc
i 
setopt no_nomatch
esc
:wq 
enter
source .zshrc