My game crashes during playback of an in-game video, does that have anything to do with codecs?
Could be. Possible solutions: • Blacklist you game in ffdshow. This prevents ffdshow from being used by your game. First you need to find out the filename of the main executable of the application. For example Oblivion.exe. Now go to ffdshow Video decoder configuration and click on DirectShow Control. Enable the box in front of Don’t use ffdshow in: and click on the Edit button behind it. Add the filename of your application to the list and then click on OK. You can do the same in ffdshow Audio decoder configuration. • Disable the Elecard MPEG-2 demuxer (if installed). You can do that using the K-Lite Codec Tweak Tool. • Use the Fraunhofer DirectShow MP3 decoder instead of ffdshow for decoding MP3 audio. • Disable the Nero audio decoder filter (NeAudio.ax). You can do that using the K-Lite Codec Tweak Tool or manually. If you want to do it manually: Click on Start, then click on Run and type regsvr32 /u “C:\Program Files\Common Files\Ahead\DSFilter\NeAudio.ax” and press enter.
Could be. Possible solutions: • Blacklist you game in ffdshow. This prevents ffdshow from being used by your game. First you need to find out the filename of the main executable of the application. For example Oblivion.exe. Now go to ffdshow Video decoder configuration and click on DirectShow Control. Enable the box in front of Don’t use ffdshow in: and click on the Edit button behind it. Add the filename of your application to the list and then click on OK. You can do the same in ffdshow Audio decoder configuration. • Disable the Elecard MPEG-2 demuxer (if installed). You can do that using the K-Lite Codec Tweak Tool. • Use the Fraunhofer DirectShow MP3 decoder instead of ffdshow for decoding MP3 audio. • Disable the Nero audio decoder filter (NeAudio.ax). You can do that using the K-Lite Codec Tweak Tool or manually. If you want to do it manually: Click on Start, then click on Run and type regsvr32 /u “C:\Program Files\Common Files\Ahead\DSFilter\NeAudio.ax” and press enter. • Update