TechTalkz.com Logo

Go Back   TechTalkz.com Technology & Computer Troubleshooting Forums > Software World > Software Troubleshooting

Notices

Reply
 
Thread Tools Display Modes
Old 03-01-2007, 11:41 PM   #1
Regular Member (100+)
 
ZyanWu's Avatar
 
Join Date: Dec 2006
Location: At home
Posts: 141
Thanks: 46
Thanked 3 Times in 3 Posts
Rep Power: 3 ZyanWu will become famous soon enough
Lightbulb Registering Codecs in WinXP / How to Register .ax codec files

I've had this small problem with codec paks... i don't like'em!
They fill ur HDD with usless stuff so...

I was wondering... most codecs come in as .ax files... they're easy to find, they'r smaller but...

Where do I put'em? And how do I register them?

(i've searched the forum for any inforamtion... i didn't find anything but please forgive me if this matter has been already solved... i could't find it)
(i'm a little rusty on my english too...)
ZyanWu is offline   Reply With Quote
Old 04-01-2007, 08:04 AM   #2
Founder
 
Strider's Avatar
 
Join Date: Nov 2005
Location: The Last City Zion!
Posts: 2,684
Thanks: 228
Thanked 230 Times in 191 Posts
Rep Power: 53 Strider is just GreatStrider is just GreatStrider is just GreatStrider is just GreatStrider is just GreatStrider is just GreatStrider is just GreatStrider is just GreatStrider is just GreatStrider is just GreatStrider is just Great
Re: Installing CoDecs in WinXP

Registering the codecs directly is not an easy way. Btw. You can try K like Mega Codec pack. It includes almost all the codecs and we can select which of them to be installed during installation.
Strider is online now   Reply With Quote
Old 04-01-2007, 10:39 AM   #3
Senior Member (500+)
 
TheGamer's Avatar
 
Join Date: May 2006
Location: Chandannagar
Age: 22
Posts: 542
Thanks: 11
Thanked 32 Times in 31 Posts
Rep Power: 19 TheGamer has much to be proud ofTheGamer has much to be proud ofTheGamer has much to be proud ofTheGamer has much to be proud ofTheGamer has much to be proud ofTheGamer has much to be proud ofTheGamer has much to be proud ofTheGamer has much to be proud ofTheGamer has much to be proud of
Send a message via Yahoo to TheGamer
Re: Installing CoDecs in WinXP

which codecs are you exactly talking about ??
Most of the codec packs use a wrapper for the original windows codec DLLs ....
However there are some open source codec packs which use their own reverse engineered codecs like ffmpeg etc ...
recently i got such a pack named "ffdshow" .... Its lighter than DivX but supports a whole array of formats ....

For Registering/Unregistering Codecs
This is the method to register a codec/driver:

Copy the driver file (e.g xxxxx.ax) and place it in the \WINDOWS\system32 directory.

At the command prompt, register the driver using "regsvr32 <file-name>" (for example, 'regsvr32 xxxxx.ax' ).

[Note: It's not required that the the file be in the system32 folder if you specify the right file path (e.g.' regsvr32 c:\program files\common\xxxxx.ax')]
Generally, regsvr32 is used to register libraries (.dll), but it can also be used to individually register audio/video codecs (.ax).

For unregistering the same *.ax file goto cmd and type the same command alongwith a "/u" .. i.e 'regsvr32 /u xxxxx.ax'

Other than this you have various registering softwares ... but i find the above easier
TheGamer is offline   Reply With Quote
Thanked Users:
ZyanWu (04-01-2007)
Old 04-01-2007, 10:59 AM   #4
Trusted Member
 
Join Date: Nov 2005
Location: Cochin
Age: 58
Posts: 63
Thanks: 11
Thanked 2 Times in 2 Posts
Rep Power: 5 Christo has a spectacular aura aboutChristo has a spectacular aura aboutChristo has a spectacular aura about
Re: Installing CoDecs in WinXP

The .ax files have to be copied to Windows/system32 directory. You may register the codecs using regsvr32.
For example if u want to register MatroskaSplitter.ax, then copy MatroskaSplitter.ax into system32 and in the run dialog type regsvr32 MatroskaSplitter.ax and press enter. You are done.
__________________
Christo
http://lazyblogs.blogspot.com/
Christo is offline   Reply With Quote
Thanked Users:
ZyanWu (04-01-2007)
Old 04-01-2007, 11:23 AM   #5
Founder
 
Strider's Avatar
 
Join Date: Nov 2005
Location: The Last City Zion!
Posts: 2,684
Thanks: 228
Thanked 230 Times in 191 Posts
Rep Power: 53 Strider is just GreatStrider is just GreatStrider is just GreatStrider is just GreatStrider is just GreatStrider is just GreatStrider is just GreatStrider is just GreatStrider is just GreatStrider is just GreatStrider is just Great
Re: Installing CoDecs in WinXP

ffdshow looks promising. Anyway complex codecs won't work if registered directly through regserver32.
Strider is online now   Reply With Quote
Thanked Users:
ZyanWu (04-01-2007)
Old 04-01-2007, 12:06 PM   #6
ƒ(ψ)=ΘΊΧφ
 
bakuryu's Avatar
 
Join Date: May 2006
Location: India
Age: 22
Posts: 5,032
Thanks: 12
Thanked 392 Times in 362 Posts
Rep Power: 69 bakuryu has a brilliant futurebakuryu has a brilliant futurebakuryu has a brilliant futurebakuryu has a brilliant futurebakuryu has a brilliant futurebakuryu has a brilliant futurebakuryu has a brilliant futurebakuryu has a brilliant futurebakuryu has a brilliant futurebakuryu has a brilliant futurebakuryu has a brilliant future
Send a message via Yahoo to bakuryu
Re: Registering Codecs in WinXP / How to Register .ax codec files

yes some codecs are registered via their CLSID, using K-Lite Mega Codec Pack, then manually selecting the codecs that u want to install is the safest and guaranteed method to work
__________________
Please don't click here
bakuryu is offline   Reply With Quote
Thanked Users:
ZyanWu (04-01-2007)
Old 04-01-2007, 12:14 PM   #7
Trusted Member
 
Join Date: Nov 2005
Location: Cochin
Age: 58
Posts: 63
Thanks: 11
Thanked 2 Times in 2 Posts
Rep Power: 5 Christo has a spectacular aura aboutChristo has a spectacular aura aboutChristo has a spectacular aura about
Re: Registering Codecs in WinXP / How to Register .ax codec files

I dont like installing codec packs. All that i use to playback my video files are mplayer, vlc media player or ffdshow with mpc. ffdshow is very good in decoding a wide range of audio and video codecs.
Christo is offline   Reply With Quote
Thanked Users:
ZyanWu (04-01-2007)
Old 04-01-2007, 08:31 PM   #8
Regular Member (100+)
 
ZyanWu's Avatar
 
Join Date: Dec 2006
Location: At home
Posts: 141
Thanks: 46
Thanked 3 Times in 3 Posts
Rep Power: 3 ZyanWu will become famous soon enough
Post Re: Registering Codecs in WinXP / How to Register .ax codec files

Yes... I also like "ffdshow", since it's got a support for most media files... and the reason for my question was that I alsoed into "MatroskaSplitter.ax"... and I didn't know what to do with it...
Anyway when I found out that most codecs come in *.ax files I wanted to make thing easier and put them all in one place...
(cause their all over the HDD: system32\...; program files\...\ahead\...;ace mega codecs\system\...;CCCS\... etc.; and it's healthier to have'em in one single spot... )

But now, now that i know hot to register them...
What can i use to configure them?
And how do i find out what codecs and filters are media files using?
(Windows Media Player reports incorect filters...)
(I like Ace mega Codecs dashboard... can I use that?)
ZyanWu is offline   Reply With Quote
Old 04-01-2007, 10:29 PM   #9
Founder
 
Strider's Avatar
 
Join Date: Nov 2005
Location: The Last City Zion!
Posts: 2,684
Thanks: 228
Thanked 230 Times in 191 Posts
Rep Power: 53 Strider is just GreatStrider is just GreatStrider is just GreatStrider is just GreatStrider is just GreatStrider is just GreatStrider is just GreatStrider is just GreatStrider is just GreatStrider is just GreatStrider is just Great
Re: Registering Codecs in WinXP / How to Register .ax codec files

Quote:
What can i use to configure them?
You can configure the coder through the application using for compression tool like VirtualDub (http://www.virtualdub.org/download).

Quote:
And how do i find out what codecs and filters are media files using
Use GSpot for this. Detects almost all possible codecs.
GSpot Downloads
Strider is online now   Reply With Quote
Thanked Users:
ZyanWu (04-01-2007)
Old 05-01-2007, 03:12 AM   #10
Advanced Member (250+)
 
pixelpainter's Avatar
 
Join Date: Oct 2006
Location: san francisco
Posts: 457
Thanks: 16
Thanked 50 Times in 47 Posts
Rep Power: 26 pixelpainter is just Greatpixelpainter is just Greatpixelpainter is just Greatpixelpainter is just Greatpixelpainter is just Greatpixelpainter is just Greatpixelpainter is just Greatpixelpainter is just Greatpixelpainter is just Greatpixelpainter is just Greatpixelpainter is just Great
Send a message via Yahoo to pixelpainter
Re: Registering Codecs in WinXP / How to Register .ax codec files

although you may not like installing codec packs, K-lite makes 3 different versions of their codec pack depending on how much you want to install. This codec pack will also check for broken codec installations and fix them for you when it installs. You can choose what you want to install during setup, and it includes gspot, media player classic, and also a codec manager, so you can see what codecs are installed, disable if you want to, and change codec priority.
I have also had some pretty bad luck w/codec packs in the past, but the ability to choose what to install, and tweak the settings of these codecs (including ffdshow) b4 you install them, is awesome, and easy to setup.
__________________
-
-
-
"It's the life in your years, not the years in your life that counts."
Abraham Lincoln
pixelpainter is offline   Reply With Quote
Thanked Users:
ZyanWu (05-01-2007)
Reply

Thread Tools
Display Modes


Similar Threads
Thread Thread Starter Forum Replies Last Post
VPN Clients Not Registering in AD DNS talkinggoat Windows Server 2003 0 28-08-2007 11:11 AM
indeo codecs KK Windows Vista All 1 20-08-2007 01:04 AM
Audio Codecs - Old Time Radio Candlabra Windows Vista All 2 17-08-2007 07:50 PM
Mplayer Video problem - DVD files are not playing with Klite codec pack amazingbrains Audio, Display & Video Cards 3 15-05-2007 03:39 PM
Realtek Audio Codecs Not Rendering True EAX Dark Star Technical Discussions 1 03-10-2006 01:06 PM

Google
 


All times are GMT +5.5. The time now is 07:12 PM.


vBulletin, Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO
Copyright © 2005-2008, TechTalkz.com. All Rights Reserved - Privacy Policy
Valid XHTML 1.0 Transitional