|
|
| v0lt |
Posted: Jun 28 2010, 08:39 PM |
 |
|
Advanced Member
  
Group: Members
Posts: 119
Member No.: 26125
Joined: 5-September 09

|
phaeron Plugin writes anything to the registry? I have a bad suspicion. |
 |
| phaeron |
| Posted: Jun 29 2010, 02:54 AM |
 |
|

Virtualdub Developer
  
Group: Administrator
Posts: 7773
Member No.: 61
Joined: 30-July 02

|
Yes, it does. That's where the list is kept. |
 |
| v0lt |
| Posted: Jun 29 2010, 03:50 PM |
 |
|
Advanced Member
  
Group: Members
Posts: 119
Member No.: 26125
Joined: 5-September 09

|
phaeron Very weird bug. Put in a folder some mkv-files. Register MatroskaSplitter.ax from here. Open files in random order. Close and open the VD. And repeat again. Some files will not open or will be buggy registration Matroska-filter. |
 |
| phaeron |
| Posted: Jun 30 2010, 05:35 AM |
 |
|

Virtualdub Developer
  
Group: Administrator
Posts: 7773
Member No.: 61
Joined: 30-July 02

|
Works with the one I currently have from the original MPC... will have to find a guinea pig machine for that version (don't want to screw up my working playback setup).
"Buggy registration"?
|
 |
| Jam One |
| Posted: Jun 30 2010, 12:59 PM |
 |
|
Advanced Member
  
Group: Members
Posts: 580
Member No.: 25518
Joined: 8-May 09

|
v0lt -- Don't you, by any chance, have SEVERAL splitters registered for MKV -- like Haali's together with Gabest's ? If you do -- that's the reason. |
 |
| v0lt |
| Posted: Jul 2 2010, 04:25 PM |
 |
|
Advanced Member
  
Group: Members
Posts: 119
Member No.: 26125
Joined: 5-September 09

|
I now tests for plug-in in WindowsXP. Bug not found. But VirtualDub is not always shows the supported formats. Manually insert the expansion was more reliable.
phaeron
| QUOTE | | "Buggy registration"? |
Most likely the problem in the system. Splitter is not taken up until I increased the merit (MERIT_NORMAL (00600000) -> MERIT_NORMAL + 1 (00600001)). I used RadLight Filter Manager v1.6 Previously worked without any movements.
Perhaps the reason is something else. But I can not exactly it either confirmed or disproved.
Jam One
| QUOTE | | Don't you, by any chance, have SEVERAL splitters registered for MKV -- like Haali's together with Gabest's ? |
No. Only one. |
 |
| v0lt |
Posted: Sep 17 2010, 01:21 PM |
 |
|
Advanced Member
  
Group: Members
Posts: 119
Member No.: 26125
Joined: 5-September 09

|
phaeron Please do call DShowInputDriver options window by running rundll32.exe.
example: rundll32.exe DShowInputDriver.vdplugin,Configure
This really make? |
 |
| v0lt |
| Posted: Sep 17 2010, 01:31 PM |
 |
|
Advanced Member
  
Group: Members
Posts: 119
Member No.: 26125
Joined: 5-September 09

|
For instance it was made in xvidvfw.dll and x264vfw.dll. |
 |
| Placio74 |
| Posted: Sep 18 2010, 06:43 PM |
 |
|

VideoAudio
  
Group: Members
Posts: 1216
Member No.: 21485
Joined: 24-May 07

|
| QUOTE (v0lt @ Sep 17 2010, 03:21 PM) | phaeron Please do call DShowInputDriver options window by running rundll32.exe.
example: rundll32.exe DShowInputDriver.vdplugin,Configure
This really make? |
What the point? It's VirtualDub plugin - not DirectShow filter... Also, DirectShow input driver does not have configuration.
-------------------- VideoAudio.pl - Serwis o technologii wideo & audio |
 |
| v0lt |
| Posted: Sep 18 2010, 09:02 PM |
 |
|
Advanced Member
  
Group: Members
Posts: 119
Member No.: 26125
Joined: 5-September 09

|
Placio74
| QUOTE | | It's VirtualDub plugin - not DirectShow filter... |
I know. But both files are the DLL.
| QUOTE | | Also, DirectShow input driver does not have configuration. |
Then what is it?
|
 |
| Placio74 |
| Posted: Sep 18 2010, 09:39 PM |
 |
|

VideoAudio
  
Group: Members
Posts: 1216
Member No.: 21485
Joined: 24-May 07

|
| QUOTE (v0lt @ Sep 18 2010, 11:02 PM) | | Then what is it? |
Ups... right (I had not noticed - recently added feature for this plugin). So, as I understand you would like additional GUI for plugin config... But whether it will change a lot?
-------------------- VideoAudio.pl - Serwis o technologii wideo & audio |
 |
| v0lt |
| Posted: Sep 19 2010, 03:51 AM |
 |
|
Advanced Member
  
Group: Members
Posts: 119
Member No.: 26125
Joined: 5-September 09

|
| QUOTE (Placio74 @ Sep 18 2010, 09:39 PM) | | QUOTE (v0lt @ Sep 18 2010, 11:02 PM) | | Then what is it? |
So, as I understand you would like additional GUI for plugin config... But whether it will change a lot? | I do not know how many should be changed. I need easy access to the plugin settings. I suggested a way that seems most simple. |
 |
| levicki |
| Posted: Oct 17 2010, 12:19 AM |
 |
|
Advanced Member
  
Group: Members
Posts: 167
Member No.: 22605
Joined: 13-December 07

|
@Avery:
There is a problem with version 0.8 -- I added WMV to the list of files to open with VirtualDub but it won't open them if I launch VirtualDub with a file path (say from context menu), only if I open VirtualDub and then open file by explicitly selecting DirectShow Input Driver. This is only happening for WMV (I get a message box saying that "ASF files are not supported"), not for other file types such as MP4, MOV, etc.
Is there any way you could fix that?
EDIT: My termporary solution is to patch VirtualDub (1.9.10, 32-bit):
000CB65E: 01 FF 000CB65F: 00 FF 000CB660: 00 FF 000CB661: 00 FF
That has the effect of changing the function DetectBySignature() in VirtualDub\Source\InputFileASF.cpp to return -1 even when it finds a match thus effectively disabling ASF detection and allowing the DirectShow Input Driver to handle it.
I am looking forward to a permanent solution for this problem. |
 |
| phaeron |
| Posted: Oct 23 2010, 08:07 AM |
 |
|

Virtualdub Developer
  
Group: Administrator
Posts: 7773
Member No.: 61
Joined: 30-July 02

|
I'm looking into modifying the internal ASF driver to have lower priority. Since all it does is output an error message, it's safe to say you would never want it to activate if any other plugin can handle the file. |
 |
| levicki |
| Posted: Oct 30 2010, 03:19 PM |
 |
|
Advanced Member
  
Group: Members
Posts: 167
Member No.: 22605
Joined: 13-December 07

|
| QUOTE (phaeron @ Oct 23 2010, 09:07 AM) | | I'm looking into modifying the internal ASF driver to have lower priority. Since all it does is output an error message, it's safe to say you would never want it to activate if any other plugin can handle the file. | Why not merge directshow input plugin into virtualdub and get rid of ASF input driver and the error message completely?
You could then also move directshow plugin configuration into vdub configuration (add priority option too), and restore file information dialog so we still have audio and video details for files opened with directshow. Perhaps even chosing of auido stream will be possile then. |
 |