21

Is there a way to add the ability to show previews of FLV files in Windows Explorer under Windows 7?

Stephen
  • 685

4 Answers4

19

A much cleaner way to get thumbnails for FLV (as well as MKV and OGV) videos in Windows Explorer is to use the program Icaros. It is made by the person who makes the Shark 007 codec pack, but you don't need to install the codec pack for Icaros to display thumbnails because it includes a built-in decoder.

(Personally, I am really opposed to super-ultra-mega-hyper-codec-packs. I do not like (nor recommend) installing big packages like these because you never really know what they are doing to your system. Even if it is not malware, they usually add clutter and perform modifications that may not be necessary—they tend to be either scripts that automate installing all of the individual components or manual hacks of the main parts of the individual components.)

Synetech
  • 69,547
5

Well, this is a long way, but if you install K-Lite Codec pack, it asks for which file types thumnails need to be generated for explorer. It's a long way but it works.

HackToHell
  • 6,408
2

Try K-Lite Codec pack lite. It's not the full codec,but just the thumbnail creator for all video types and basic features.only 10 MB.

Download K-Lite Codec pack lite

Harikrishnan
  • 1,682
0

If you have an FLV player installed, such as VLC, the following registry hack might help.

Create a file named flv.reg file in Notepad and copy into it the following lines:

Windows Registry Editor Version 5.00

[HKEY_CLASSES_ROOT\.flv\ShellEx\{BB2E617C-0920-11d1-9A0B-00C04FC2D6C1}]
@="{c5a40261-cd64-4ccf-84cb-c394da41d590}"

Save the file and double-click on it to execute the registry modification. You might need to logout and re-login for this to take effect.

harrymc
  • 498,455