Notice: This forum has been recovered from an old backup, so some content, links, and dates may be outdated. The forum is currently read-only while we restore sign-in and registration functionality. Details

If you find this forum valuable and would like to help keep it online, donations to help cover hosting and domain costs are greatly appreciated, but never expected. You can support the forum through Buy Me a Coffee or Ko-fi. Thank you for helping preserve the EventGhost community.

ffdshow

Questions and comments specific to a particular plugin should go here.
Bartman
Plugin Developer
Posts: 881
Joined: Sun Feb 12, 2006 9:03 am

ffdshow

Post by Bartman »

Is or will it be possible to enable features? It like to control cropping and deinterlacing.
Bartman
Plugin Developer
Posts: 881
Joined: Sun Feb 12, 2006 9:03 am

Re: ffdshow

Post by Bartman »

I found the settings in the ffdshow source.
I will add the settings I need and post them.
Bartman
Plugin Developer
Posts: 881
Joined: Sun Feb 12, 2006 9:03 am

Re: ffdshow

Post by Bartman »

Here is an early version with some actions but all filters can be en-/disabled, regrouped and so on.
Can you give me svn access to the ffdshow plugin folder?
I'm planning to add an action to choose from a selectbox and add some more actions.
Attachments
__init__.py
(18.69 KiB) Downloaded 658 times
User avatar
Bitmonster
Site Admin
Posts: 2239
Joined: Mon Feb 06, 2006 10:28 pm

Re: ffdshow

Post by Bitmonster »

Wow. Astonishing number of actions. SVN access is changed.

You can hide the "deprecated" actions with self.AddAction(TheAction, hidden=True) btw. They will then work for old configs as before but don't show up in the AddActionDialog anymore.
Please post software-related questions in the forum - PMs will only be answered, if really private, thanks!
Bartman
Plugin Developer
Posts: 881
Joined: Sun Feb 12, 2006 9:03 am

Re: ffdshow

Post by Bartman »

I found a Bug in Slider.py
The SetValue method does not take any parameters.
I added the parameter and now the slider moves, but the value does not get updated.

What is the best way to switch between to controls?
Depending on the setting of a group of radiobuttons I want to hide one control and show another.
Bartman
Plugin Developer
Posts: 881
Joined: Sun Feb 12, 2006 9:03 am

Re: ffdshow

Post by Bartman »

I cannot reach your svn repository.
I also have problems getting SpinNumCtrl to right size.

this has to be added to the Slider.py

Code: Select all

def SetValue(self, value):
        self.slider.SetValue(value)
        self.OnScrollChanged()
Attachments
__init__.py
(28.38 KiB) Downloaded 636 times
User avatar
Bitmonster
Site Admin
Posts: 2239
Joined: Mon Feb 06, 2006 10:28 pm

Re: ffdshow

Post by Bitmonster »

SpinNumCtrl should work fine now. You shouldn't set the size of the control (or at least make sure it is sized big enough). I have commented out the lines were you did it.

What kind of error do you get on the SVN server?
Please post software-related questions in the forum - PMs will only be answered, if really private, thanks!
Bartman
Plugin Developer
Posts: 881
Joined: Sun Feb 12, 2006 9:03 am

Re: ffdshow

Post by Bartman »

Bitmonster wrote:What kind of error do you get on the SVN server?
The request timed out. But it works now.
carmenm
Posts: 7
Joined: Fri Jun 06, 2008 6:50 pm

Re: ffdshow

Post by carmenm »

First i want to say that i love this plugin, i use it everyday!

I have two feature requests:

- Having OSD response when changing a value. For example when i cahnge the delay of the subtitles with the keyboard shortcut i have an OSD response but i dont have it using the command in Evenghost. Would there be possible to have it so that i know what the current delay is?

- I would like to have the ability to change the video delay, i looked in the available commands but i couldnt find it.

Thanks
Bartman
Plugin Developer
Posts: 881
Joined: Sun Feb 12, 2006 9:03 am

Re: ffdshow

Post by Bartman »

carmenm wrote:- Having OSD response when changing a value. For example when i cahnge the delay of the subtitles with the keyboard shortcut i have an OSD response but i dont have it using the command in Evenghost. Would there be possible to have it so that i know what the current delay is?
If you can set the value you can also query it and use EGs OSD feature with {eg.result} as text parameter.
carmenm wrote:I would like to have the ability to change the video delay, i looked in the available commands but i couldnt find it.
I have implemented a lot but not all methods. I can look into it.
carmenm
Posts: 7
Joined: Fri Jun 06, 2008 6:50 pm

Re: ffdshow

Post by carmenm »

Thanks for you response.
I found a solution for both problems at the same time by using keyboard shortcuts. That s good for now but i would prefer using your plugin.

Anyway where do you find the message commands for FFDSHOW? i wanted to add it myself to your plugin but i couldnt find the command id i had to add.

Thanks
Bartman
Plugin Developer
Posts: 881
Joined: Sun Feb 12, 2006 9:03 am

Re: ffdshow

Post by Bartman »

carmenm wrote:Anyway where do you find the message commands for FFDSHOW? i wanted to add it myself to your plugin but i couldnt find the command id i had to add.
I looked into the ffdshow source code. I don't know of a documentation.
carmenm
Posts: 7
Joined: Fri Jun 06, 2008 6:50 pm

Re: ffdshow

Post by carmenm »

Bartman wrote:
carmenm wrote:Anyway where do you find the message commands for FFDSHOW? i wanted to add it myself to your plugin but i couldnt find the command id i had to add.
I looked into the ffdshow source code. I don't know of a documentation.
Ok i hoped there was some doc somewhere :s
prostetnic
Posts: 28
Joined: Fri Apr 18, 2008 6:52 pm
Location: Sweden

Re: ffdshow

Post by prostetnic »

Hi I cant get this plugin to work.
I use ffdshow as video decoder in zoomplayer. When I try to use any action in the ffdshow plugin I get the error message, Application is not running!, even though I'm sure its running. I have tried several different ways of running ffdshow both with and without running video content.
Is there something obvious I miss?

I use the latest version of EventGhost 0.3.6.1476 and win xp sp3
ffdshow revision 1685 from 3:rd dec 2007
My goal is to be able to turn sharpening on and of because my audio gets out of sync when my processor gets up to 100% when running HD-resolution content
User avatar
Bitmonster
Site Admin
Posts: 2239
Joined: Mon Feb 06, 2006 10:28 pm

Re: ffdshow

Post by Bitmonster »

Do you have enabled the remote control API inside ffdshow (keys & remote)?
Please post software-related questions in the forum - PMs will only be answered, if really private, thanks!
Post Reply