My favorites | Sign in
Project Logo
                
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
#summary Debian style installation
#labels Phase-Deploy,Featured

= Introduction =

Debian testing has the latest version of Winff. For stable this won't happen until squeeze. So until then (and after that for faster updates) Debian packages build for Ubuntu are available at [http://winff.org winff.org] and at my [https://launchpad.net/~paul-climbing/+archive Personal Package Archive (PPA)] provided by [http://launchpad.net 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 [https://launchpad.net/~paul-climbing/+archive Launchpad].

If you use the winff repository you need to accept the key [http://winff.org/ubuntu/AAFE086A.gpg 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 hardy 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 [http://code.google.com/p/winff/downloads/list 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 [http://code.google.com/p/winff/issues/list 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 hardy universe`
_(or if you prefer the PPA:)_
`deb http://ppa.launchpad.net/paul-climbing/ubuntu hardy 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 etch main
}}}
or
{{{
deb ftp://ftp.debian-multimedia.org etch main
}}}
or
{{{
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. Please take a look at the [http://www.biggmatt.com/forums/index.php?board=3.0 forum].
Show details Hide details

Change log

r275 by poipodec...@hotmail.com on May 14, 2009   Diff
[Wiki] Debian Lenny does not work with
Intrepid variants due to dependencies too
high
Go to: 
Project members, sign in to write a code review

Older revisions

r274 by poipodec...@hotmail.com on May 02, 2009   Diff
Updated DebianInstallation to reflect
other ffmpeg state in Debian.
r128 by poipodec...@hotmail.com on Dec 02, 2008   Diff
[wiki Debian] updated to winff.org
r119 by poipodec...@hotmail.com on Nov 05, 2008   Diff
[Wiki] Added Debian unstable comment
All revisions of this file

File info

Size: 3979 bytes, 84 lines
Hosted by Google Code