Video encoding with Handbrake: Difference between revisions
From WickyWiki
Created page with "2009 Video * http://handbrake.fr/?article=download" |
No edit summary |
||
| Line 1: | Line 1: | ||
2009 Video | 2009 Video | ||
* http://handbrake.fr/?article=download | * http://handbrake.fr/?article=download | ||
== Install == | |||
<syntaxhighlight lang=bash> | |||
sudo add-apt-repository ppa:stebbins/handbrake-releases | |||
sudo apt-get update | |||
</syntaxhighlight> | |||
Install: | |||
<syntaxhighlight lang=bash> | |||
sudo apt-get install handbrake-gtk | |||
</syntaxhighlight> | |||
Revision as of 09:59, 3 December 2011
2009 Video
Install
sudo add-apt-repository ppa:stebbins/handbrake-releases sudo apt-get update
Install:
sudo apt-get install handbrake-gtk