#define KNOWLEDGE FREE
WinFF (GUI FFmpeg)
Official Website:
http://winff.org/
在Linux底下如果你實在懶得在terminal底下輸入ffmpeg指令來做轉檔的話,可以使用WinFF來加速轉檔的動作。安裝方式如下:
取得key
wget --quiet --output-document=- "http://winff.org/ubuntu/AAFE086A.gpg" | sudo apt-key add -
加入來源到sources.list.d
echo "deb http://winff.org/ubuntu lucid universe" | sudo tee /etc/apt/sources.list.d/winff.list
安裝WinFF
sudo apt-get update && sudo apt-get install winff
安裝完後你會在Applicaiton->Sound & Video找到WinFF。
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
Orange - data analysis tool
Installation pip install orange3 Run orange python -m Orange.canvas
[C/C++] Calling Gnuplot in C
Calling Gnuplot in C Download: callGnuPlot.c 懶惰是程式設計師的天性,所以才會創造出許多方便的程式,最近一直需要作圖分析,厭倦了Origin重複且繁複的設定,所以決定將要分析的資料使用c做分析後再由gnuplot畫出。 熟悉gnuplo...
[Qt] Qt 4.5 QGroupBox with QGTkStyle
Qt 4.5 QGroupBox with QGTkStyle 經 jensbw 前輩指導之後得知以下的效果原來是因為Qt 4.5為了要保留原生的Gnome的特效採用了QGtkStyle而造成的,並不是程式上得錯誤。而QGtkStyle則是Qt 4.5所強調的新功能之一,看來我真...
Orange - data analysis tool
Installation pip install orange3 Run orange python -m Orange.canvas
No comments:
Post a Comment