Getting .flv thumbs

jeffoncom

New Member
I want to have thumbs for .flv files. I've downloaded and installed the K-Lite codec pack, and I selected the option to create thumbs for .flv files during the installation. I still don't have thumbs though. Am I doing something wrong, or is there another way to do it? BTW, my OS is Vista Home Premium 64-bit if that matters for this.
 

My Computer

System One

  • CPU
    C2D E6550 2.3GHz
    Motherboard
    nForce 680i LT SLI
    Memory
    4GB DDR2
    Graphics Card(s)
    GeForce 8600 GT XXX
    Hard Drives
    2 80GB
    RAID 0
    Keyboard
    MS Wireless Comfort Keyboard 4000
    Mouse
    MS Wireless Laser Mouse 5000
Adding this code will do it.

Code:
[HKEY_CLASSES_ROOT\.flv]
"PerceivedType"="video"
"Content Type"="video/x-flv"
@="flvfile"

[HKEY_CLASSES_ROOT\.flv\OpenWithProgIds]
"mkvfile"=hex(0):

[HKEY_CLASSES_ROOT\.flv\PersistentHandler]
@="{098f2470-bae0-11cd-b579-08002b30bfeb}"

[HKEY_CLASSES_ROOT\.flv\ShellEx]

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

[HKEY_CLASSES_ROOT\FLVFile]
@="Flash Video Media Clip"
"EditFlags"=hex:00,00,01,00
"PreferExecuteOnMismatch"=dword:00000001

[HKEY_CLASSES_ROOT\FLVFile\DefaultIcon]
@="%SystemRoot%\\system32\\imageres.dll,127"

[HKEY_CLASSES_ROOT\FLVFile\shell]
@="play"

[HKEY_CLASSES_ROOT\FLVFile\shell\open]
"LegacyDisable"=""

[HKEY_CLASSES_ROOT\FLVFile\shell\open\command]
@=hex(2):22,00,25,00,50,00,72,00,6f,00,67,00,72,00,61,00,6d,00,46,00,69,00,6c,\
  00,65,00,73,00,25,00,5c,00,57,00,69,00,6e,00,64,00,6f,00,77,00,73,00,20,00,\
  4d,00,65,00,64,00,69,00,61,00,20,00,50,00,6c,00,61,00,79,00,65,00,72,00,5c,\
  00,77,00,6d,00,70,00,6c,00,61,00,79,00,65,00,72,00,2e,00,65,00,78,00,65,00,\
  22,00,20,00,2f,00,70,00,72,00,65,00,66,00,65,00,74,00,63,00,68,00,3a,00,38,\
  00,20,00,2f,00,4f,00,70,00,65,00,6e,00,20,00,22,00,25,00,4c,00,22,00,00,00

[HKEY_CLASSES_ROOT\FLVFile\shell\open\DropTarget]
"CLSID"="{CE3FB1D1-02AE-4a5f-A6E9-D9F1B4073E6C}"

[HKEY_CLASSES_ROOT\FLVFile\shell\play]
@="&Play"
"MUIVerb"=hex(2):40,00,25,00,53,00,79,00,73,00,74,00,65,00,6d,00,52,00,6f,00,\
  6f,00,74,00,25,00,5c,00,73,00,79,00,73,00,74,00,65,00,6d,00,33,00,32,00,5c,\
  00,75,00,6e,00,72,00,65,00,67,00,6d,00,70,00,32,00,2e,00,65,00,78,00,65,00,\
  2c,00,2d,00,39,00,39,00,39,00,31,00,00,00
"LegacyDisable"=""

[HKEY_CLASSES_ROOT\FLVFile\shell\play\command]
@=hex(2):22,00,25,00,50,00,72,00,6f,00,67,00,72,00,61,00,6d,00,46,00,69,00,6c,\
  00,65,00,73,00,25,00,5c,00,57,00,69,00,6e,00,64,00,6f,00,77,00,73,00,20,00,\
  4d,00,65,00,64,00,69,00,61,00,20,00,50,00,6c,00,61,00,79,00,65,00,72,00,5c,\
  00,77,00,6d,00,70,00,6c,00,61,00,79,00,65,00,72,00,2e,00,65,00,78,00,65,00,\
  22,00,20,00,2f,00,70,00,72,00,65,00,66,00,65,00,74,00,63,00,68,00,3a,00,38,\
  00,20,00,2f,00,50,00,6c,00,61,00,79,00,20,00,22,00,25,00,4c,00,22,00,00,00

[HKEY_CLASSES_ROOT\FLVFile\shell\play\DropTarget]
"CLSID"="{CE3FB1D1-02AE-4a5f-A6E9-D9F1B4073E6C}"

[HKEY_CLASSES_ROOT\FLVFile\shellex]

[HKEY_CLASSES_ROOT\FLVFile\shellex\ContextMenuHandlers]

[HKEY_CLASSES_ROOT\FLVFile\shellex\ContextMenuHandlers\WMPAddToPlaylist]
@="{F1B9284F-E9DC-4e68-9D7E-42362A59F0FD}"

[HKEY_CLASSES_ROOT\FLVFile\shellex\ContextMenuHandlers\WMPPlayAsPlaylist]
@="{CE3FB1D1-02AE-4a5f-A6E9-D9F1B4073E6C}"

[HKEY_CLASSES_ROOT\FLVFile\shellex\{8895b1c6-b41f-4c1c-a562-0d564250836f}]
@="{031EE060-67BC-460d-8847-E4A7C5E45A27}"

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Multimedia\WMPlayer\Extensions\.flv]
"Runtime"=dword:00000007
"Extension.MIME"="video/x-flv"
"Extension.Handler"="flvfile"
"MCIHandler"="MPEGVideo"
"Permissions"=dword:0000000f
"MediaType.Description"="Flash Video Media Clip"
"MediaType.Icon"="%SystemRoot%\\system32\\imageres.dll,127"
"Shell.Open"="/prefetch:8 /Open \"%L\""
"PerceivedType"="video"
"MediaType.DescriptionID"="9905"
"Shell.AltVerb.Cmd"="/prefetch:8 /Play \"%L\""
"ReplaceApps"="wmplayer.exe"

[HKEY_CURRENT_USER\SOFTWARE\Microsoft\Multimedia\WMPlayer\Extensions\.flv]
"Runtime"=dword:00000007
"Extension.MIME"="video/x-flv"
"Extension.Handler"="flvfile"
"MCIHandler"="MPEGVideo"
"Permissions"=dword:0000000f
"MediaType.Description"="Flash Video Media Clip"
"MediaType.Icon"="%SystemRoot%\\system32\\imageres.dll,127"
"Shell.Open"="/prefetch:8 /Open \"%L\""
"PerceivedType"="video"
"MediaType.DescriptionID"="9905"
"Shell.AltVerb.Cmd"="/prefetch:8 /Play \"%L\""
"ReplaceApps

Copy and paste into Notepad, and save as "All files" as .reg file. Double click, restart PC, should work.
 

My Computer

System One

  • CPU
    Dual Core 3.6 Extreme
    Motherboard
    MSI P4n Diamond
    Memory
    4GB OCZ Platinum
    Graphics Card(s)
    X2 7800GTS MSI
    Sound Card
    N/A
    Monitor(s) Displays
    36" TV
    Screen Resolution
    16:9
    Hard Drives
    X1 Raptor
    X1 1TB WD Sata
    PSU
    800Watt
    Case
    Thermaltake Kandalf
    Cooling
    Water (Big Water)
    Internet Speed
    10MB
hmmm... that didn't work. I also tried adding the "="wmplayer.exe" that seems to be missing at the end. When I try to use the .reg file it says that the file is not a script and I can only import binary registry files from withing the registry editor. Not really sure what that means. :(
 

My Computer

System One

  • CPU
    C2D E6550 2.3GHz
    Motherboard
    nForce 680i LT SLI
    Memory
    4GB DDR2
    Graphics Card(s)
    GeForce 8600 GT XXX
    Hard Drives
    2 80GB
    RAID 0
    Keyboard
    MS Wireless Comfort Keyboard 4000
    Mouse
    MS Wireless Laser Mouse 5000
Well, as an update, I found a working .reg but that still didn't work. I ended up installing the Vista codec Pack x64. For some reason, that did the trick for me.
 

My Computer

System One

  • CPU
    C2D E6550 2.3GHz
    Motherboard
    nForce 680i LT SLI
    Memory
    4GB DDR2
    Graphics Card(s)
    GeForce 8600 GT XXX
    Hard Drives
    2 80GB
    RAID 0
    Keyboard
    MS Wireless Comfort Keyboard 4000
    Mouse
    MS Wireless Laser Mouse 5000
Back
Top