Samwelino Posted February 15, 2005 Report Share Posted February 15, 2005 У меня проблема с кодеками, у меня фильмы на компе показывают с плохим качеством. Сначала я установил DivX 5.02, а потом более новую версию. Сначала всё нормально работало и показывало. А потом, когда начал устанавливать программу для копирования DVD, она автоматически поустанавливала всякие кодеки: и DivX и xVid, и ffshow какой-то. Короче всё перепуталось. После этого фильмы стали показывать с потерей качества. Я пробовал удалить все кодеки, а потом установить всё заново, но ничто не помогает. Качество такое же низкое. Раньше у меня были такие проблемы, но решались они форматированием диска и переустановкой XP. А сейчас просто нет возможности всё переустановить. Если кто знает как удалить всё кодеки с настройками или как решить проблему с качеством, прошу оставить комментарии. Заранее Спасибо. Quote Link to post Share on other sites
Samwelino Posted February 28, 2005 Author Report Share Posted February 28, 2005 (edited) Пока сам не найдёшь, никто не поможет(философия жизни). How do I manually add/remove/switch codecs? Under Windows 95/98, codec entries are stored in SYSTEM.INI: ;VIDC.xxxx = yyyy, where xxxx is the FOURCC for the driver and yyyy is the name ;of the driver's DLL. The driver FOURCC does not have to be the same as the format, ;although the codec may get first shot at handling the format if they are the same. ;It is not unusual for codecs to handle simple formats other than their primary ;ones -- for instance, Huffyuv will act as a decompressor for YUY2/UYVY. ;16-bit codecs are stored under this group [drivers] VIDC.MJPG=CAPCDC.drv ;miroVIDEO DRX MJPEG codec ;32-bit codecs are stored under this group [drivers32] VIDC.MP43=mpg4c32.dll ;Microsoft MPEG-4 V3 VIDC.MJPX=pvmjpg20.dll ;Pegasus PICVideo (secondary MJPEG codec) These entries appear in the standard Windows codec dialog in the same order that they are listed in SYSTEM.INI, so if you're irritated at seeing Cinepak by default just switch the order of the lines. In Windows NT/2000, these settings are stored in the Registry, with the VIDC.xxxx part as the key and the driver name as the value. Most codecs are stored in: HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Drivers32 You may also find them in a subkey under: HKEY_CURRENT_USER\Software\Microsoft\Multimedia Usually, after a change you only need to restart applications that use codecs, rather than having to restart the entire system. Edited February 28, 2005 by Samwelino Quote Link to post Share on other sites
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.