1. 程式人生 > >linux動態桌面

linux動態桌面

首先安裝 mplayer 播放器:

sudo apt install mplayer

相比 VLC,mplayer 真是超級輕量!~
然後下載 xwinwrap,我上傳到百度雲了,安裝包只有 8KB,非常簡單的程式碼。

接下來安裝 xwinwrap64.deb:

sudo dpkg -i xwinwrap64.deb

我只傳 64 位的到百度雲,需要 32位程式的去 Google Code 找吧。

那個 anibg 的安裝包是一個前端介面,需要就裝上吧。前端介面真的很多,我隨便找一個的,就算不裝前端介面也可以用。

sudo dpkg -i anibg_v0.2.0.deb

安裝有依賴問題通過 sudo apt install -f 修復即可。

因為我沒裝前端介面,所以我是在終端執行的:

xwinwrap -ni -o 1.0 -fs -s -st -sp -b -nf -- mplayer -wid WID -quiet -nosound -loop 0 /視訊/路徑/檔案.mov