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.
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
Re: ffdshow
I found the settings in the ffdshow source.
I will add the settings I need and post them.
I will add the settings I need and post them.
Re: ffdshow
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.
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
- Bitmonster
- Site Admin
- Posts: 2239
- Joined: Mon Feb 06, 2006 10:28 pm
Re: ffdshow
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.
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!
Re: ffdshow
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.
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.
Re: ffdshow
I cannot reach your svn repository.
I also have problems getting SpinNumCtrl to right size.
this has to be added to the Slider.py
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
- Bitmonster
- Site Admin
- Posts: 2239
- Joined: Mon Feb 06, 2006 10:28 pm
Re: ffdshow
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?
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!
Re: ffdshow
The request timed out. But it works now.Bitmonster wrote:What kind of error do you get on the SVN server?
Re: ffdshow
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
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
Re: ffdshow
If you can set the value you can also query it and use EGs OSD feature with {eg.result} as text parameter.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?
I have implemented a lot but not all methods. I can look into it.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.
Re: ffdshow
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
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
Re: ffdshow
I looked into the ffdshow source code. I don't know of a documentation.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.
Re: ffdshow
Ok i hoped there was some doc somewhere :sBartman wrote:I looked into the ffdshow source code. I don't know of a documentation.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.
-
prostetnic
- Posts: 28
- Joined: Fri Apr 18, 2008 6:52 pm
- Location: Sweden
Re: ffdshow
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
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
- Bitmonster
- Site Admin
- Posts: 2239
- Joined: Mon Feb 06, 2006 10:28 pm
Re: ffdshow
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!