FFmpeg 常用命令
2020年1月5日 · 513 字 · 2 分钟
ffplay 播放 mp4/mp3 和 歌词
## for mp4 file
ffplay -f lavfi "color,subtitles=xxxx.lrc[out0]; amovie=xxxx.mp4[out1]"
## for mp3 file
ffplay -vf subtitles=filename=xxxx.lrc xxxx.mp3
2020年1月5日 · 513 字 · 2 分钟
## for mp4 file
ffplay -f lavfi "color,subtitles=xxxx.lrc[out0]; amovie=xxxx.mp4[out1]"
## for mp3 file
ffplay -vf subtitles=filename=xxxx.lrc xxxx.mp3
2019年4月30日 · 426 字 · 1 分钟
A core dump is basically a snapshot of the memory when the program crashed.
2017年4月19日 · 179 字 · 1 分钟
sudo apt-get update
sudo apt-get upgrade
sudo apt-get remove libreoffice-common
sudo apt-get remove unity-webapps-common
sudo apt-get remove thunderbird totem rhythmbox empathy brasero simple-scan gnome-mahjongg aisleriot
sudo apt-get remove gnome-mines cheese transmission-common gnome-orca webbrowser-app gnome-sudoku landscape-client-ui-install
sudo apt-get remove onboard deja-dup
2017年2月7日 · 1485 字 · 3 分钟
Git (/ɡɪt/) is a version control system (VCS) for tracking changes in computer files and coordinating work on those files among multiple people. It is primarily used for software development, but it can be used to keep track of changes in any files. As a distributed revision control system it is aimed at speed, data integrity, and support for distributed, non-linear workflows.