Topic: Avidemux 2.5.2 missing plugins

Hello, I've upgraded avidemux to the newest version recently. used it once to convert videos for my psp. However after the next start it couldn't see any plugins installed at all. I've built it from svn once again with the bootStrap script and after that one more time with cmake. But it didn't fix the problem.
Currently i have getdeb repo installed, and I also installed avidemux 2.5.2 from there. Still same problem. reinstalling avidemux-plugins doesn't work either. What am i missing?

Thanks!

Avidemux output:

march@crunchbang:~$ avidemux
*************************
  Avidemux v2.5.1
*************************
 http://www.avidemux.org
 Code      : Mean, JSC, Gruntster 
 GFX       : Nestor Di , nestordi@augcyl.org
 Design    : Jakub Misak
 FreeBSD   : Anish Mistry, amistry@am-productions.biz
 Audio     : Mihail Zenkov
 MacOsX    : Kuisathaverat
 Win32     : Gruntster

Compiler: GCC 4.3.3
Build Target: Linux (x86)
User Interface: GTK+ (2.16.1)

Large file available: 1 offset

Initialising prefs
Directory /home/march/.avidemux exists.Good.
Using /home/march/.avidemux as base directory for prefs/jobs/...
Preferences found and loaded
[cpuCaps]Checking CPU capabilities
        MMX detected 
        3DNOW detected 
        MMXEXT detected 
        SSE detected 
        SSE2 detected 
        SSE3 detected 
[cpuCaps]End of CPU capabilities check (cpuMask :ffffffff)

 Registering Encoders
*********************
MJPEG encoder registered
FFmpeg encoder registered

2 encoder(s) registered

[SDL] Version: 1.2.13
[SDL] Initialisation succeeded
[SDL] Video Driver: x11


[Locale] setlocale en_GB.UTF-8
[Locale] Textdomain was messages
[Locale] Textdomain is now avidemux
[Locale] Files for avidemux appear to be in /usr/share/locale
[Locale] Test: _File

Initializing Dithering tables
[COREUI] Compiled with 01.00.01
[COREUI] Linked with   01.00.01
[CoreUI] Compiled with patch version 1, using 1
Initializing postproc
Deleting post proc
updating post proc
Enabled type:3 strength:3

 Registering Internal Filters
******************************

[ADM_ad_plugin] Scanning directory /usr/local/lib/ADM_plugins/audioDecoder/
[ADM_ad_plugin] Cannot parse plugin
[ADM_vf_plugin] Scanning directory /usr/local/lib/ADM_plugins/videoFilter/
[ADM_vf_plugin] Cannot parse plugin
[ADM_av_plugin] Scanning directory /usr/local/lib/ADM_plugins/audioDevices/
[ADM_av_plugin] Cannot parse plugin
[ADM_ae_plugin] Scanning directory /usr/local/lib/ADM_plugins/audioEncoders/
[ADM_ae_plugin] Cannot parse plugin
[ADM_ad_plugin] Scanning directory /home/march/.avidemux/plugins/audioDecoder/
[ADM_ad_plugin] Cannot parse plugin
[ADM_vf_plugin] Scanning directory /home/march/.avidemux/plugins/videoFilter/
[ADM_vf_plugin] Cannot parse plugin
[ADM_vidEnc_plugin] Scanning directory /usr/local/lib/ADM_plugins/videoEncoder/
[ADM_vidEnc_plugin] Cannot parse plugin
[ADM_vidEnc_plugin] Scanning done, found 0 codec
Found 13 video encoder
Found 1 audio encoder
Found 0 Copy audio encoder
[AudioEncoder] Selected copy for index 0, tag 0x0 
Found 13 Format 
Directory /home/march/.avidemux/custom/ exists.Good.
No custom script
Found 0 custom scripts, adding them
Menu built
The screen seems to be 1280 x 1024 px
/dev/input/event0: Permission denied
/dev/input/event1: Permission denied
Not interested in /dev/input/event2: Macintosh mouse button emulation (bus 0017 vendor 0001 product 0001 version 0100)
/dev/input/event3: Permission denied
Not interested in /dev/input/event4: Mosart Wireless Mouse (bus 0003 vendor 062a product 6301 version 0110)
/dev/input/event5: Permission denied
No physical Jog/Shuttle device found.
Device not found :ALSA
Spidermonkey initialized.
No crash file (/home/march/.avidemux/crash.js)
Deleting post proc
[GTK] Changing size to 0 0
Cleaning up
Waiting for Spidermonkey to finish...
Cleaning up Spidermonkey.
[SDL] Quitting...
End of cleanup

Images stat:
___________
Max memory consumed (MB)     : 0
Current memory consumed (MB) : 0
Max image used               : 0
Cur image used               : 0
Global mem stat
______________
    Memory consumed: 0 (MB)

Goodbye...
There's just one kind of man than you can trust, that's a dead man. Or a gringo like me!

Re: Avidemux 2.5.2 missing plugins

Ähm, sorry to ask, but what distro are you using? And which version?
The crunchbang 10 Statler Alpha has 2.52 in the repos already.

Whatever. The message "cannot parse plugin" means, a dependency ... a scripting language, whatever is missing. The plugins are there.
Try a sudo apt-get install -f ... if that can find any missing dependencies (99% it might not, if you compiled it on your own).

So hopefully, the getdeb  packages can trigger the missing package bindings for your system.

Last edited by captainhaggy (2010-05-01 10:31:12)

internaut wordsmith nerd veggi buddhist _/|\_ ॐ मणिपद्मे हूँ
http://paper.li/c4ph
c4ph@identi.ca, c4ph@twitter.com, c4ph@telemorphix.org

Re: Avidemux 2.5.2 missing plugins

Nope, fixed broken packages didn't work. I'm using #! 9.04 distro, so the latest avidemux in main repo was 2.5.1 and it's got a bug when it won't burn ASS subtitles if they more than smth like 15.000 symbols, that's why I compiled 2.5.2.

All dependencies seem to be alright. Ok, then another question: How do I delete compiled avidemux with cmake? I tried cmake uninstall and sudo make uninstall, didn't work. So if I can remove it and start from the begining.

There's just one kind of man than you can trust, that's a dead man. Or a gringo like me!

Re: Avidemux 2.5.2 missing plugins

during compiling I also get errors like

warning: format ‘%04lx’ expects type ‘long unsigned int’, but argument 2 has type ‘uint32_t’

And that's on all the ADM plugins

There's just one kind of man than you can trust, that's a dead man. Or a gringo like me!

Re: Avidemux 2.5.2 missing plugins

You need to install the avidemux-plugins-common package, imho it should be required.