1 tip, 1 thought:
The Tip,
With the Audio and Video Configuration of FFDshow you are able to export the settings. So I modded my settings just like your site says, merged the two .reg files (when exporting from Audio Configuration it will save a .reg file, dito for Video Configuration) and uploaded it for you. You can modify the .bat Installer so that it will apply the default recommended settings for Ffdshow by running the .reg file silently.
The Thought,
I actually didn't use the pack, cos I use MediaPlayerClassic to play all video and Winamp for audio.
BUT then I thought of this: if mp3/audioCD/Wave/Ogg/AAC files would be played through Ffdshow, I would be able to add DSP effects (check the audio config).
So now my Question, If I enable in ffdshow mp3, ogg etc, and I play an ogg vorbis music file in MediaPlayerClassic, will it use ffdshow (and the DSPeffects I added)? or will it still use MPC?
Would I need to uncheck ogg in Mpc or something for this?
1 minor question: if I already have msvcr71.dll in system32 folder, do I need to have it in the Ogg splitter folder? (if I would use the pack I'd like to know.)
EDIT:
Although I use WinAMP for Audio and MPC for video, MPC is so light and fast I also want it to be able to play a song sometimes.
I only use your Oggsplitter (cos its better then the one in MPC), Flac (cos otherwise no flacsupport in mpc/other apps) and Shoutcast (cos I think MPC doesnt have shoutcast support), so I added this to my RunOnceEx:
REG ADD %KEY%\021 /V 3 /D "REGSVR32.EXE /s "CoreFLACDecoder.ax"" /f
REG ADD %KEY%\021 /V 4 /D "REGSVR32.EXE /s "ShoutcastSource.ax"" /f
REG ADD %KEY%\021 /V 5 /D "REGSVR32.EXE /s "RLOgg.ax"" /f
And I use the DirectShowFilterManager.exe
All 4 files will be unpacked later during RunOnceEx to my system32 folder.
This post has been edited by ZileXa: 19 April 2006 - 05:34 PM