Jump to content

Recommended Posts

Posted

Someone has bought a load of i-pod Nano things to make short videos with, they then want to edit the videos in Movie Maker. The problem is that Movie Maker won't open the type of .avi file unless I install a codec pack (like the one in the link below). Has anyone had any luck packaging codecs like this into an msi file or have a better suggestion on how I can overcome this issue with Movie Maker? We want to stick with Movie Maker if possible as it's already installed network wide.

 

Media Player Codec Pack specs and Video Player specifications - CNET Downloads

 

Thanks.

Posted
Any things to watch out for or tweeks when making the msi?

 

Not as far as i'm aware.

 

During the installation of the software (therefore in between the snapshots), just make sure you choose the correct codecs you require. I selected all Mp4's, RAM files and a few others like 3GP.

Posted
Does it come as an msi or do you make your own?

 

comes as one just requires extracting from the file iirc

Posted
Hmmm I gave K-lite a try and it packaged well and rolles out so that's good, Media Player now plays AVI files but Movie Maker still doesn't. Oh! I guess I'll look into the other options.
Posted
Hmmm I gave K-lite a try and it packaged well and rolles out so that's good, Media Player now plays AVI files but Movie Maker still doesn't. Oh! I guess I'll look into the other options.

 

i dont think movie maker ever does it uses its own codecs i believe

Posted
My experience with KLite and Windows Movie Maker was a mixed bag, on the plus side the students suddenly could draw on a huge range of sources for their video work, the down side was that WMM became hideously unstable (this was about 10 versions of Klite ago though), be very selective about what you allow KLite to install, the collection of codec seem fine for playback but less suitable for the editing process that WMM puts them through, install just the bare minimum and test it vigourously, if you do find that there is a potential issue with a particular codec then you can disable it within WMM (Tools - Options - Compatibility?), my personal bug bear was some sound files or the audio of some video as handled by FFDShow, but that may have been improved since.
Posted
Well I've managed to package the Media Player Codec pack that I posted first I've selected just the AVI codec and it works in media player and movie maker. We'll see how it works out.
Posted (edited)
Hmmm I gave K-lite a try and it packaged well and rolls out so that's good, Media Player now plays AVI files but Movie Maker still doesn't. Oh! I guess I'll look into the other options.

Well I've managed to package the Media Player Codec pack that I posted first I've selected just the AVI codec and it works in media player and movie maker. We'll see how it works out.

 

You do know that these codec packs contain illegal codecs? The standard/full/mega editions of K-Lite and the Media Player Codec Pack you mentioned all include commercial codecs from Cyberlink and/or Real Networks which the codec pack creators definitely do not have permission to redistribute. Personally I wouldn't take the risk having these on my school network.

 

One of the codec packs from Shark007 would be a good choice (the MSI gets extracted from the EXE to %TEMP%). As CyberDrac mentioned, installing a huge number codecs will cause issues. Keep things simple and install only the codecs you require. To find out which codec a particular file was encoded with, you can use a program like MediaInfo.

 

In most cases though - if you are only concerned with playing videos (and not encoding them), all you really need is ffdshow-tryouts plus a splitter like Haali's. There's a really good tutorial on how to set this up properly here (XP) and here (Windows 7). Another alternative would be to use a media player which has the codecs built-in such as MPC-HC, VLC or SMPlayer.

 

To answer your original question, if the videos from the camera were encoded using an MPEG-4 ASP based codec such as Xvid or DivX, all you need is the Xvid codec to be able to import/edit the videos in Windows Movie Maker. There's an MSI available here or you can create your own. It's very easy. Getting H.264/AVC videos to work in Windows Movie Maker is a different matter however. Without converting them into WMVs or Xvid AVIs beforehand it is close to impossible to import them.

Edited by Arthur
Posted

That's correct. Everything except for the Cyberlink and Real codecs.

 

However, if you are using the original installers, that still means there is at least one copy of the illegal codecs stored on your network even though they have been excluded from being installed on desktops/laptops.

Posted

A slight tangent.

 

FFDShow has blacklist/whitelist functionality and if an app isn't in either you get some "do you want to.. ?" prompt. I've only ever seen (the target of an MS Remote Assistance session pop that up and would rather it didn't do that. Has anyone been there and sorted this in a prior to deployment package - perhaps by setting it to only use whitelisted apps?

Posted (edited)

The registry setting below will disable the "Show dialog when an unknown applications tries to load ffdshow" option which should stop the prompt from appearing.

 

Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER\Software\GNU\ffdshow]
"isCompMgr"=dword:00000000

 

 

You can also completely disable the use of the blacklist and/or whitelists by changing these two settings, but this isn't recommended. The default is to leave both enabled (i.e. 00000001).

 

Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER\Software\GNU\ffdshow]
"isWhitelist"=dword:00000000
"isBlacklist"=dword:00000000

 

 

Edit. I forgot to mention that you need to use ffdshow-tryouts rev. 3334 (or newer) for the first setting to work.

Edited by Arthur

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now



×
×
  • Create New...