博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

开发工具和配置

Posted on 2022-05-18 08:12  pencilCool  阅读(44)  评论(0编辑  收藏  举报

git config

git config --global alias.co checkout
git config --global alias.br branch
git config --global alias.ci commit
git config --global alias.st status

ssh key

ssh-keygen -t rsa -C "yhtangcoder@gmail.com"

ffmpeg

mp3 to mp4
https://unix.stackexchange.com/questions/657519/how-to-convert-output-mp3-to-mp4-with-ffmpeg

ffmpeg -f lavfi -i color=c=blue:s=1280x720 -i input.mp3 -shortest -fflags +shortest output.mp4