My favorites | Sign in
Project Home Downloads Wiki Issues Source
Search
for
DebianInstallation  
Debian style installation
Phase-Deploy, Featured
Updated Dec 20, 2011 by poipodec...@hotmail.com

Introduction

Winff is included in Debian. Just search for it in your favorite package manager and install from there. ONLY if you want faster update or newer versions, you can install any of the packages available at http://winff.org/ and at my Personal Package Archive (PPA) provided by Launchpad.

Also a fuller featured ffmpeg is available via http://www.debian-multimedia.org/.

Details Winff

If you are running the stable version of Debian you can easily install WinFF by using our Ubuntu repositories. The repositories come in two flavors. We provide our repository at http://winff.org or you can use the repository at Launchpad. We prefer the later.

If you use the winff 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 (1) 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

You can also just add the line to /etc/apt/sources.list .

After you update using your favorite package manager (2) you can just choose winff from the list. If you have winff installed from Matt's package file, you might need to uninstall that first.

You can install WinFF directly now by running:

sudo apt-get update && sudo apt-get install winff

If you don't run the standard ffmpeg and want to make use of the more extended original set of presets, which you can download in the download section.

In order to use the preset file 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.


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 use the PPA:) deb http://ppa.launchpad.net/paul-climbing/ubuntu lucid main

(2) for instance sudo apt-get update or while in synaptic pressing "Reload"

(3) /usr/share/doc/winff/README.Debian

Details ffmpeg

Because of legal and copyright issues not all codec are standard available in ffmpeg from Debian. If you don't mind these issues you can install the fuller featured ffmpeg from http://debian-multimedia.org/. The full explanation is available at http://debian-multimedia.org/. In short the procedure is as follows:

  • Add the GPG Key under root via:
  •   wget http://debian-multimedia.org/gpgkey.pub -O - | apt-key add - && apt-get install debian-multimedia-keyring
  • Then add the debian-multimedia repository to your sources, either in /etc/apt/sources.list or /etc/apt/sources.list.d/debian-multimedia:
  •   deb http://www.debian-multimedia.org stable main
or
  deb ftp://ftp.debian-multimedia.org stable main  

Now you are ready to install the debian-multimedia version of ffmpeg.

Beware, because the debian-multimedia version of ffmpeg is usually newer, the presets that come with winff might not always work.

Comment by flobee, Oct 25, 2008

Debian notes

most common tasks to let encoding work on a debian lenny/etch system: - find the preset.xml in ~/winff/preset.xml (if exists, this is your setup) and/or in /usr/share/winff/preset.xml (default settings, will be used if never started winff under your user account)

replace the following in the whole document: - "vcodec xvib" with "vcodec libxvid" - "acodec aac" with "acodec libfaac" (install faac @ debian-multimedia.org) - "acodec mp3" with "acodec libmp3lame" (install lame @ debian-multimedia.org or compile yourself)

then a lot of stuff will work already!

Kind regards flobee

Comment by project member bgg...@gmail.com, Oct 31, 2008

You can download the newer preset file ready to go here: http://winff.googlecode.com/files/presets-r13712.zip

just unzip and replace ~/.winff/presets.xml

Comment by project member poipodec...@hotmail.com, Nov 2, 2008

As I mentioned before: if your not using the standard ffmpeg, please read /usr/share/doc/winff/README.debian It is described there.

Comment by project member poipodec...@hotmail.com, Nov 8, 2008

The newer preset file mentioned above by bggmtt is included in the package for hardy and debian-unstable at /usr/share/winff/presets_new-style.xml Intrepid has already the new style installed.

Comment by fbou...@gmail.com, Dec 29, 2008

I'm always wondering why this nice piece of software isn't maintained directly in Debian and Ubuntu ?

Installing Winff will be a simple install using your favorite package manager. It will be available on much more architectures. It will be known by a wider audience.

Comment by project member poipodec...@hotmail.com, Jan 7, 2009

fboudra: It is maintained in Debian and Ubuntu directly, just not so long yet. It is available in sid (unstable) and jaunty (9.04).

An additional advantage of also having it here is that improvements migrate a lot faster to the end user if they choose to use our repository.

Comment by sturdyandserviceable@gmail.com, Feb 19, 2010

Why does winff crash on trying to open any file (presents or media?)

It barfs a string of hex and then says “ExceptionOccurred?

Comment by project member poipodec...@hotmail.com, Feb 20, 2010

@ sturdyandserviceable Can you have a look at http://code.google.com/p/winff/issues/detail?id=55

Comment by Joakim1...@gmail.com, Nov 25, 2010

On http://bugs.gentoo.org/338794 you can find compilation instructions for Gentoo.

Comment by 4utoscatto, Jan 22, 2011

file preset.xml is in ~/.winff/preset.xml not in ~/winff/preset.xml and replace "vcodec xvid" not "vcodec xvib" with "vcodec libxvid" :) Thank you for your work.


Sign in to add a comment
Powered by Google Project Hosting