News:

--

Main Menu

copyADM

Started by Jan Gruuthuse, July 14, 2012, 08:53:03 AM

Previous topic - Next topic

Jan Gruuthuse

when starting avidemux 2.6 r80## 64-bit on Ubuntu12.04 lts, this message recently scrolls by:
[ADM_ve6_plugin] Scanning directory /usr/lib/ADM_plugins6/videoEncoders/
Unable to load [copyADM]: copyADM: cannot open shared object file: No such file or directory
[videoEncoder6]Symbol loading failed for copyADM

any idea what should be installed additionally/oe what is missing?

mm0359

v2.6.13 on Windows Vista and "v2.6.13 + usp10.dll" on WinXP.

"avidemux_cli.exe" reports:
{
[videoEncoder6]Symbol loading failed for copyADM
}

Single source code is:
https://github.com/mean00/avidemux2/search?utf8=%E2%9C%93&q=copyADM
avidemux/common/ADM_videoEncoder/src/ADM_dynVideoEncoder.cpp
// Add our copy encoder....
ADM_videoEncoder6 *dll=new ADM_videoEncoder6("copyADM");


Unwanted code? Missing file? ...

mean

It's a hack so that the non-video codec copy is seen as one
Harmless