Portable player? Yes. Portable codecs? Not so fast there, buddy

11

2

I have come across a very rare, interesting problem. I need to play video on a computer with Windows XP on which I have no system-wide privileges. I cannot install any software. However, I can run executables, naturally, as long as they stay away from system32 and folders like that. That's why I downloaded Media Player Classic (portable), and there is no problem running it. Nevertheless, I got it to run only to find that the computer doesn't have the codecs needed to play files such as .mp4, .mkv, .avi. Of course it will play .wmv but video files nowadays don't come in that format that often, do they?

So, my problem seems to be solvable only by one of these two alternatives (assuming I don't change the video file itself in any way):

  • A program which already carries the ability to play these formats itself (it would mean the executable carries the codecs)
  • Some sort of portable codecs. Codecs that can be read by the player without having to be actually installed for everyone to use.

I don't know which one of these alternatives is the most likely, but I certainly expect at least one of them to be possible, so as to find the solution to this conundrum.

the_midget_17

Posted 2012-02-12T08:01:01.033

Reputation: 787

Answers

17

Try VideoLAN (Client). While the official release is an installer, you can extract it with 7-Zip (available as a portable version), or just get a portable version of VLC. VLC supports most video formats via DLL files in its own folder, so it does not need to rely on codecs installed on the system (though you can configure it to use those instead).

Synetech

Posted 2012-02-12T08:01:01.033

Reputation: 63 242

2

Best VLC Portable: http://portableapps.com/apps/music_video/vlc_portable

– TheLQ – 2012-02-15T21:33:00.630

8

Media Player Classic - Home Cinema also exist as portable and have internal support for a big list of codecs

Lazy Badger

Posted 2012-02-12T08:01:01.033

Reputation: 3 557

Doesn't the OP already have MPC, its just the codecs are a problem? – TheLQ – 2012-02-15T21:33:48.430

1@TheLQ - Two separate projects – AnonJr – 2012-02-16T06:15:19.560

4

You might also consider SMPlayer (basically a front-end on top of MPlayer), which also has a portable version you can download.

jjlin

Posted 2012-02-12T08:01:01.033

Reputation: 12 964