Avidemux Forum

Avidemux => Windows => Topic started by: guju on September 25, 2023, 11:58:09 AM

Title: PlugIns, where?
Post by: guju on September 25, 2023, 11:58:09 AM
I use Avidemux and VirtualDub2, depending which one suits better
for the respective purpose.
At VirtualDub I'm used to check for external plugins/ filters
if I need a special task, and there are hundreds of them.
So I am puzzled to not find anything for Avidemux now...
Where are them all?
No binaries?
But maybe sources (where?)...
I might build with CMake, mingw64, code:blocks?
Title: Re: PlugIns, where?
Post by: sark on September 25, 2023, 01:38:31 PM
Like Virtualdub, Avidemux can work with Avisynth filters via AVSProxy (Under File menu). Unfortunately, there appears to be little documentation on how to get this to work. I've looked into this a few times in the past, but not got very far. Will watch this thread with interest.
Title: Re: PlugIns, where?
Post by: guju on September 25, 2023, 03:22:42 PM
Maybe there is a misunderstanding.

I did not mean Avisynth filters
(Still you're right - access to the endless world of fine Avisynth filters would be great).

What a mean is filters/ plugins written directly for Avidemux
(https://www.avidemux.org/admWiki/doku.php?id=tutorial:writing_your_own_filter).

I can't find ANY of them - no binaries, no sources...
Title: Re: PlugIns, where?
Post by: eumagga0x2a on September 25, 2023, 04:29:36 PM
In-tree plugins:

https://github.com/mean00/avidemux2/tree/master/avidemux_plugins

A few examples of external plugins, very outdated:

https://github.com/mean00/avidemux2/tree/master/myOwnPlugins

There is no supply of external plugins for Avidemux, unless you write your own.
Title: Re: PlugIns, where?
Post by: guju on September 25, 2023, 06:57:14 PM
Thank you.

But - I have to ask - does this mean you are about the only one
who coded plugins and made them public?
Title: Re: PlugIns, where?
Post by: eumagga0x2a on September 25, 2023, 08:52:23 PM
Quote from: guju on September 25, 2023, 06:57:14 PMdoes this mean you are about the only one
who coded plugins and made them public?

No, absolutely not. Except of "stillimage" video filter and a couple of video encoder plugins (none of them written entirely from scratch), I didn't contribute any new plugins. Most plugins have been created by Mean, the author of Avidemux, with many video filters recently added by szlldm, both sometimes porting code from other projects.
Title: Re: PlugIns, where?
Post by: guju on September 25, 2023, 11:08:48 PM
OK, thank you then.

Still a pity the plugin API isn't used by many to provide lots of fine filters.  :'(

BTW This the correct link to the newest documentation:
https://www.avidemux.org/admWiki/doku.php?id=build:buildtop