I find Advene a very promising project. Unfortunately, currently I'm unable to use it on a rather standard Ubuntu 9.10 system (amd64). When I just run it, it tries to use gstreamer
- Code: Select all
-
$ cat ~/.advene/advene.log
Advene v. 0.41 release 20100505 (svn 6445) run at 13:31:40 CEST on linux2
Using localedir /usr/share/locale
mediacontrol: using gstreamer
gstreamer: using xvimagesink
/usr/lib/pymodules/python2.5/cherrypy/_cpserver.py:67: DeprecationWarning: quickstart does nothing now and will be removed in 3.2. Call cherrypy.engine.start() instead.
DeprecationWarning)
check player
start() takes exactly 1 argument (2 given)
Traceback (most recent call last):
File "/usr/lib/python2.5/site-packages/advene/core/controller.py", line 315, in process_queue
method(*args, **kw)
TypeError: start() takes exactly 1 argument (2 given)
/usr/lib/python2.5/site-packages/advene/gui/util/dialog.py:199: DeprecationWarning: use set_markup() instead
if not dialog.label.get_text():
set_visual 20971644
Cleaning up /tmp/advzLi02f
despite vlc is correctly installed:
- Code: Select all
-
$ vlc --version
VLC media player 1.0.2 Goldeneye
VLC - wersja 1.0.2 Goldeneye
Skompilowana przez buildd@yellow.buildd
Kompilator: gcc version 4.4.1 (Ubuntu 4.4.1-4ubuntu8)
Na ten program nie ma ŻADNEJ GWARANCJI, w zakresie dopuszczonym przez prawo.
Można go dalej rozpowszechniać na warunkach Ogólnej Publicznej Licencji GNU;
szczegóły znajdują się w pliku COPYING.
Napisane przez Zespół VideoLAN; zobacz plik AUTHORS.
When I try to enforce vlc mode i get:
- Code: Select all
-
$ advene -pvlcnative
Usage: Advene - annotate digital videos, exchange on the Net.
advene [options] [file.azp|file.xml|alias=uri]
advene: error: option -p: invalid choice: 'vlcnative' (choose from 'dummy', 'vlcorbit', 'vlcctypes', 'xine', 'gstreamer', 'quicktime', 'gstrecorder')
It falls back to dummy id i use vlcorbit or vlcctypes.
Now the problem is that advene with gstreamer just doesn't work with some files (No matter which video output is used). Advene just freezes, even if the file can be played under totem with no problem at all.
This happens under 0.39, 0.40, 0.41 installed from deb package as well as under 0.40 run from source. One difference is that one of the older Advene versions complained about inexistent libvlc.so
Any ideas ?