Search found 8 matches

Go to advanced search

by MrB
24 Oct 2008 21:23
Forum: VLC media player Feature Requests
Topic: Save Directshow decoder option (PAL/NTSC)
Replies: 28
Views: 10308

Re: Save Directshow decoder option (PAL/NTSC)

I have the same screen as shown on the first page. Not all DirectShow devices have PAL/NTSC option. I don't think this should cause a problem... Although this dialog box is DS box, it is using C++ code to set (albeit from the DS program). Another program should be able perform the same task, using s...
by MrB
18 Sep 2008 13:00
Forum: VLC media player Feature Requests
Topic: Save Directshow decoder option (PAL/NTSC)
Replies: 28
Views: 10308

Re: Save Directshow decoder option (PAL/NTSC)

If I understand this correctly, OleCreatePropertyFrame opens the dialog which has these options that are device/driver specific. Ahh, I wasn't aware that they were device specific; are you sure? I thought that setting DirectShow settings to PAL_I (or otherwise) would apply these settings to all dev...
by MrB
12 Sep 2008 22:13
Forum: VLC media player Feature Requests
Topic: Save Directshow decoder option (PAL/NTSC)
Replies: 28
Views: 10308

Re: Save Directshow decoder option (PAL/NTSC)

IN fact, this dialog is external to VLC, so we cannot save it. Apparently the directshow settings dialog is in the same coding format as VLC. In fact, it should just be some sort of extra tweaking to the filter (you can set the regular filter settings from the command line, so an extra function sho...
by MrB
17 Jul 2008 13:24
Forum: VLC media player for Windows Troubleshooting
Topic: VLC code modifying a DLL to configure options?
Replies: 2
Views: 1077

Re: VLC code modifying a DLL to configure options?

After checking the source code, filter.cpp seems to be referencing the AnalogVideoStandard Enumeration used by directshow. See lines 158 - 173. It seems to be here that the COM object is being modified. Ideally, I would like a C++ program that simply sets the COM object with the correct setting. Thi...
by MrB
17 Jul 2008 11:34
Forum: VLC media player Feature Requests
Topic: Save Directshow decoder option (PAL/NTSC)
Replies: 28
Views: 10308

Save Directshow decoder option (PAL/NTSC)

Hi all... This relates to these posts: Directshow and PAL as default VLC code modifying a DLL to configure options? Basically, if I change the DirectShow decoder option to PAL, or any thing else, this change is lost on reboot. After monitoring the system, no registry or file changes are made when I ...
by MrB
17 Jul 2008 11:28
Forum: VLC media player for Windows Troubleshooting
Topic: VLC code modifying a DLL to configure options?
Replies: 2
Views: 1077

VLC code modifying a DLL to configure options?

Hi all. Not sure if this is quite in the right forum... I want to find out WHAT system changes are made when you CONFIGURE the DIRECTSHOW VIDEO properties. i.e, if I go to Preferences > Input / Codecs > Access Modules > DirectShow and click CONFIGURE on Video Device Name, I can change the Video Deco...
by MrB
17 Jul 2008 11:21
Forum: VLC media player for Windows Troubleshooting
Topic: Directshow and PAL as default
Replies: 5
Views: 3976

Re: Directshow and PAL as default

No joy with the nightlies - same problem. It seems to me, after monitoring the system when I change to PAL (or any other configuration) that there is no registry or file changes being made whatsoever. This leads me to believe that a DLL (or such) is being addressed directly and a change made "o...
by MrB
16 Jul 2008 16:30
Forum: VLC media player for Windows Troubleshooting
Topic: Directshow and PAL as default
Replies: 5
Views: 3976

Directshow and PAL as default

Hi all, Been using VLC for a long time, but want to do something new with it and need a bit of help. Whenever I set PAL_I as my video standard for direct show, this gets reset to NTSC_M at each reboot. I would like it to stay as PAL_I. Full scenario: Windows XP (SP3). I have a video input card (ATI ...

Go to advanced search