Welcome Guest ( Log In | Register )


Important

The forums will be closing permanently the weekend of March 15th. Please see the notice in the announcements forum for details.

Pages: (20) « First ... 10 11 [12] 13 14 ... Last » ( Go to first unread post )
Directshow Input Driver, 0.1
« Next Oldest | Next Newest » Track this topic | Email this topic | Print this topic
phaeron
Posted: May 30 2010, 04:10 AM


Virtualdub Developer


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



Hey folks, let me shortcut this particular discussion a bit... I'm aware of the problem and plan to do a solution at some point. The gist of it is that right now the plugin only lists extensions that have registered file type detection patterns, and it seems that common splitters are not doing this. The plan is to add configuration options that would let you force add new extensions to show up and to be handled by the plugin.
 
    Top
ale5000
Posted: Jun 9 2010, 10:31 AM


Advanced Member


Group: Members
Posts: 1114
Member No.: 22180
Joined: 30-September 07



When I open a mkv file, the haali icon in tray appear twice.

--------------------
New VirtualDub forum
VirtualDub AIO (All-in-One installer for VirtualDub and plugins)
Codec Toolbox RS (A tool to read/change merit of codecs and many other things)
Input plugins for VirtualDub / ACM codecs / VFW codecs
 
     Top
phaeron
Posted: Jun 11 2010, 04:44 AM


Virtualdub Developer


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



This is normal. The plugin creates two graphs in order to read audio and video separately, so the splitter will get instantiated twice.
 
    Top
ale5000
Posted: Jun 11 2010, 12:49 PM


Advanced Member


Group: Members
Posts: 1114
Member No.: 22180
Joined: 30-September 07



It would be nice if VirtualDub would be able to see all audio tracks (and switch them through its Audio menu) also if the haali splitter already have a stream switcher.
MPC-HC (a player) can see all of them instead VirtualDub see only one track.

--------------------
New VirtualDub forum
VirtualDub AIO (All-in-One installer for VirtualDub and plugins)
Codec Toolbox RS (A tool to read/change merit of codecs and many other things)
Input plugins for VirtualDub / ACM codecs / VFW codecs
 
     Top
phaeron
Posted: Jun 23 2010, 06:09 AM


Virtualdub Developer


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



MediaDet doesn't allow for multiple streams of a type, so I would need to get away from that to fix that issue, too. VirtualDub's input API does actually allow for multiple audio tracks; it's just that the plugin needs to expose them.

I've uploaded 0.7, which has a configuration dialog to manually add file extensions. These affect the detection process too, so added extensions will not only allow those to show up in the file dialog, but they will be attached to the DirectShow input plugin as well. The configuration dialog is currently shoehorned into the previously unused File Information dialog because I'm lazy; this leads to the curious issue that you have to open a file with the DirectShow plugin first in order to configure it. I need to add a plugin configuration option in VirtualDub to make this less awkward.
 
    Top
v0lt
Posted: Jun 23 2010, 01:18 PM


Advanced Member


Group: Members
Posts: 119
Member No.: 26125
Joined: 5-September 09



QUOTE
0.7 adds a configuration dialog via File > File Information to manually add file extensions.

Thank you!

But I think this option would be to "File-> Open video file ...-> Ask for extended options after this dialog". As in MPEG-2 and Quicktime plugins.

What will happen with the same extensions in different plug-ins?
 
     Top
Jam One
Posted: Jun 23 2010, 06:26 PM


Advanced Member


Group: Members
Posts: 580
Member No.: 25518
Joined: 8-May 09



Woah!
You're a genius!
Thank you very much!

...At last FLV with AVC1+AAC are accessible in normal way, without a brain damage...
And long outdated FLV Input Plugin seems to be not needed from now on.
 
     Top
ale5000
Posted: Jun 24 2010, 10:57 AM


Advanced Member


Group: Members
Posts: 1114
Member No.: 22180
Joined: 30-September 07



QUOTE (Jam One @ Jun 23 2010, 06:26 PM)
Woah!
You're a genius!
Thank you very much!

...At last FLV with AVC1+AAC are accessible in normal way, without a brain damage...
And long outdated FLV Input Plugin seems to be not needed from now on.

They are still needed in some cases because the directshow plug-in doesn't allow "direct stream copy".
Also the flv plug-in is particularly usefull to extract the raw audio track from youtube flv videos biggrin.gif

--------------------
New VirtualDub forum
VirtualDub AIO (All-in-One installer for VirtualDub and plugins)
Codec Toolbox RS (A tool to read/change merit of codecs and many other things)
Input plugins for VirtualDub / ACM codecs / VFW codecs
 
     Top
v0lt
  Posted: Jun 24 2010, 03:54 PM


Advanced Member


Group: Members
Posts: 119
Member No.: 26125
Joined: 5-September 09



Bug: The plugin prevents opening avs-files. VD gives an error: "Unable to get stream duration"

I have not set any options in the plugin. In previous versions, everything is normal.
 
     Top
phaeron
Posted: Jun 25 2010, 03:22 AM


Virtualdub Developer


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



Try unchecking the "match registered extensions" checkbox, so it only matches extensions that you specify. Something probably registered .avs.
 
    Top
jpsdr
Posted: Jun 25 2010, 06:04 AM


Advanced Member


Group: Members
Posts: 335
Member No.: 20490
Joined: 23-December 06



Same problem for me.
QUOTE
Try unchecking the "match registered extensions" checkbox

Where ?
If i open an avs script, checking "Ask for extended option after dialog", nothing happend.
Note : Notice for now this problem with VDubx64 under XP64. VDubx86 under XP64 is fine. Not tested yet with VDubx86 under XPx86.

Edit : VDubx86 under XP86, same problem.
 
     Top
stephanV
Posted: Jun 25 2010, 07:31 AM


Spam killer ;)


Group: Moderators
Posts: 4348
Member No.: 8917
Joined: 18-February 04



QUOTE (jpsdr @ Jun 25 2010, 08:04 AM)

QUOTE
Try unchecking the "match registered extensions" checkbox

Where ?

The configuration of the DirectShow plugin is in file > file information. (you must have a file opened with it therefor)

But unchecking it does not help for me.

--------------------
useful links:
VirtualDub, Input plugins and filters, AviSynth, AVI-Mux GUI, AC3ACM by fcchandler, VirtualDub FAQ
 
    Top
v0lt
Posted: Jun 25 2010, 01:11 PM


Advanced Member


Group: Members
Posts: 119
Member No.: 26125
Joined: 5-September 09



QUOTE (phaeron @ Jun 25 2010, 03:22 AM)
Try unchecking the "match registered extensions" checkbox, ...

I did, but nothing has changed
 
     Top
phaeron
Posted: Jun 26 2010, 04:17 AM


Virtualdub Developer


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



Fixed in 0.8.

The problem was that I had removed the custom signature flag from the input dialog. When I was working on 0.7, I saw that and thought, "that's dumb, the custom signature routine just returns no-match, so why bother enabling the custom signature?" Of course, I had forgotten that doing that with no signature pattern means that the plugin matches ALL files... dammit. Burned by my own API. wacko.gif
 
    Top
v0lt
Posted: Jun 28 2010, 01:45 PM


Advanced Member


Group: Members
Posts: 119
Member No.: 26125
Joined: 5-September 09



Working properly.
I tested it on "Haali Media Splitter".
(I was unable to register in the splitter from Gabest, why is not clear).
 
     Top
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members:
291 replies since Jan 10 2008, 05:09 AM Track this topic | Email this topic | Print this topic
Pages: (20) « First ... 10 11 [12] 13 14 ... Last »
<< Back to VirtualDub Filters and Filter Development