Skip to content

Instantly share code, notes, and snippets.

View zhangliyong's full-sized avatar
🎯
Focusing

Lyon Zhang zhangliyong

🎯
Focusing
View GitHub Profile
@zhangliyong
zhangliyong / ffmpeg.sh
Last active November 22, 2017 09:28
snippets
ffmpeg -f concat -safe 0 -i <(printf "file '$PWD/%s'\n" ./*.wav) -c copy output.wav
brew install ffmpeg --with-libass
ffmpeg -i video.avi -vf "ass=subtitle.ass" out.avi