Log in

View Full Version : How to config ffdshow in installer or software?


CharlieCL
11th January 2012, 02:19
I need to change some pre-configuration of ffdshow in my installer or program. For example, I want to select Intel's QuickSync as the default setting for AVC/H.264. And I want to set it as prefer codec in windows 7 to replace Windows Codec. How can I do this in ffdshow?

:thanks:

rica
11th January 2012, 20:40
ffdshow video decoder properties page > Codecs > h264 > select Intel &QuickSync.

http://img26.imageshack.us/img26/9928/testfw.th.png (http://imageshack.us/photo/my-images/26/testfw.png/)

_ _ _ _ _

CharlieCL
12th January 2012, 15:48
ffdshow video decoder properties page > Codecs > h264 > select Intel &QuickSync.

http://img26.imageshack.us/img26/9928/testfw.th.png (http://imageshack.us/photo/my-images/26/testfw.png/)

_ _ _ _ _

This is manual setup. I need auto setup in the script of an installer. A possible method is to load configure file in command line but I do not think that ffdshow works in this way.

Atak_Snajpera
12th January 2012, 16:56
you can change settings via registry

rica
12th January 2012, 23:16
This is manual setup. I need auto setup in the script of an installer. A possible method is to load configure file in command line but I do not think that ffdshow works in this way.

You can configure it on the installer as well. However, I don't understand what do you mean with non-manual setup?
Even if you select QuickSynck on the installer, if you don't have a compatible HW, ffdshow automatically drops to lav SW decoder.

CharlieCL
13th January 2012, 04:26
you can change settings via registry

Any help documents?

CharlieCL
13th January 2012, 04:35
You can configure it on the installer as well. However, I don't understand what do you mean with non-manual setup?
Even if you select QuickSynck on the installer, if you don't have a compatible HW, ffdshow automatically drops to lav SW decoder.

I install ffdshow in silent mode along with my program. I need to select codecs of ffdshow to replace the default codecs for AVC/H.264 in Windows 7. In advance, I can do conditional installation by the type of processor.