>Yah dengan berdasar dengan link ini saya sampaikan cara menginstall winFF… Disadur saja, tanapa translate…WinFF
Command line
If you use the winff.org repository you need to accept the key AAFE086A. To get that installed you can run:
wget --quiet --output-document=- "http://winff.org/ubuntu/AAFE086A.gpg" | sudo apt-key add -
After that you need to add the repository to apt. You can do that by entering the line marked (1) below in /etc/apt/sources.list.d/winff.list. You will have to create that file, which can be done with the following command:
echo "deb http://winff.org/ubuntu lucid universe" | sudo tee /etc/apt/sources.list.d/winff.list
Of course you need to change lucide to karmic or hardy or intrepid or jaunty if you have that. (You can also just add the line to /etc/apt/sources.list .)
You can now install WinFF directly by running:
sudo apt-get update && sudo apt-get install winff
interpid users also want to run:
sudo apt-get install libavcodec-unstripped-51
jaunty users also want to run:
sudo apt-get install libavcodec-unstripped-52
karmic and lucid users also want to run:
sudo apt-get install libavcodec-extra-52
If you are having problems with the described procedure, please file a bug in our bug tracker. Please include in the bug the output of
cat /etc/apt/sources.list.d/winff.list# and
sudo apt-get update && sudo apt-get install winff
(1) deb http://winff.org/ubuntu lucid universe (or if you prefer the PPA:) deb http://ppa.launchpad.net/paul-climbing/ubuntu lucid main (replace lucid with your release)
Synaptic
If you are using synaptic to install packages you have to download and save the key (right click here). Then go in the synaptic menu to Setting -> Repositories.

Now go to the tab “Authentication”, press “Import Key File” and select the just downloaded file.

Now go to the “Third-party Software” tab and select “add”

In the next field type (or copy/paste) deb http://winff.org/ubuntu lucid universe (change lucid to your release) and press “Add source”.

Now, after you press “Reload” you can just choose winff from the list. If you have winff installed from a very old version of Matt’s package file, you should uninstall that first.
Warning non standard ffmpeg
If you don’t run the standard Ubuntu ffmpeg and want to make use of the more extended original set of presets, please read the README.Debian (3) after installation. If you find that your presets don’t work, try the other presets files that are available here.
In order to use an other presets file than supplied with the package you might need to remove the old preset file in ~/.winff/presets.xml , but by doing that you will also remove self-made presets. So if you made or edited the presets, you want to compare the files manually.
(3) /usr/share/doc/winff/README.Debian
Details extended ffmpeg in Ubuntu
For a fuller ffmpeg than the standard on in your flavor of Ubuntu I refer to the excellent guide in the Ubuntuforums:http://ubuntuforums.org/showthread.php?t=1117283 If you want to compile your own ffmpeg (it is not so hard) you can follow the instructions here:http://ubuntuforums.org/showthread.php?t=786095
Details ffmpeg for Lucid
Lucid contains a pretty complete ffmpeg already, but you probably want to have the ‘unstripped’ versions of several libraries. You can install them directly: libavcodec-extra-52, libavutil-extra-49 and libavformat-extra-52 from the multiverse repository. For AAC support you should install theMedibuntu version of ffmpeg, (see the Medibuntu wiki). The full explanation is available at https://help.ubuntu.com/community/Medibuntu, and in short below the Hardy details.
Details ffmpeg for Karmic and Jaunty
Karmic and Jaunty contain a pretty complete ffmpeg already, but you probably want to have the ‘unstripped’ versions of several libraries. You can look for them directly: libavcodec-unstripped-52, libavutil-unstripped-49 and libavformat-unstripped-52 from the multiverse repository.
Details ffmpeg for Interpid
Intrepid contains a pretty complete ffmpeg already, but you probably want to have ubuntu-restricted-extras installed which should pull in the ‘unstripped’ versions of several libraries. You can also look for them directly: libavcodec-unstripped-51, libavutil-unstripped-49 and libavformat-unstripped-52 from the multiverse repository.
Details ffmpeg for Hardy
Because of legal and copyright issues not all codec are standard available in ffmpeg from Ubuntu. If you don’t mind these issues (see the Medibuntu wiki) you can install the fuller featured ffmpeg from Medibuntu. The full explanation is available at https://help.ubuntu.com/community/Medibuntu. In short the procedure is as follows:
- add the medibuntu repository to your sources, for instance using the following command:
sudo wget http://www.medibuntu.org/sources.list.d/hardy.list -O /etc/apt/sources.list.d/medibuntu.list
If you are running Gutsy or… replace the string “hardy” by that version of ubuntu.
- After that you should add the GPG Key via:
sudo apt-get update && sudo apt-get install medibuntu-keyring && sudo apt-get update
You may be asked to accept this package even though it cannot be authenticated. This is normal; typing “Yes” means you trust Medibuntu. If you want to import the gpg key of medibuntu directly, it has number: 0C5A2783 The contains you can find for instance at pgp.net.
Now you are ready to install the medibuntu version of ffmpeg.
Beware, because the medibuntu version of ffmpeg is usually newer, the presets that come with winff might not always work. Please take a look at theforum.