English | français | 简体中文

Your business translated through silicon

Introducing Media Preview, media file thumbnailing for Windows.

Download

Fed up with Windows Explorer not always showing thumbnails for all of your video files? Then get Media Preview for free.

Latest Version: 1.3.1.343
Release Date:
File Size: 6.1MB (32-bit), 10.3MB (64-bit)

↓ Download Media Preview 1.3
For Windows, 32-bit
↓ Download Media Preview 1.3
For Windows, 64-bit

Designed For Windows XP Certified for Windows Vista Compatible With Windows 7 Windows 8 Compatible

If you need help finding out which version of Windows you're running, see Is my PC running the 32-bit or 64-bit version of Windows? Alternatively, you can download both packages and launch them sequentially to see which one get executed.

If you want to get notified when a new version of Media Preview is released, simply subscribe to the forum. We'll notify you by mass-mailing. No spam guarantee.

System Requirements

Hardware

  • Computer with a 1 GHz processor
  • 512MB of RAM
  • 12MB of available disk space

Software

  • 32-bit editions of Windows XP SP2, Vista, 7, 8 or later
  • 64-bit editions of Windows XP SP2, Vista, 7, 8 or later require the 64-bit installer

Installation & Configuration

Media Preview can be configured easily in only 2 clicks. See how by watching the video below:

Media Preview is powered by Libavcodec, the leading audio/video codec library under the LGPL v2.1 (source code available here or there).

Features

Since the advent of Windows XP in 2001, Windows Explorer has improved its usability by running a preview control system that let you get a glimpse at the content of your files while browsing and without having to open them. For media files, this is done by generating thumbnails replacing default icons.

But the default video thumbnail extractor of Microsoft generally does a lousy job at getting useful previews of your media files, mostly due to performance considerations. Nevertheless, computers have become powerful enough not to let the matter rest, and Media Preview can help them to provide you the best.

Supports The Key Media Formats

By default, Windows only supports the media file formats developped by Microsoft or for Quicktime, and ignores other popular media formats. Third-party media players fill the gap in terms of playback but usually let the preview functionality on the side-road.

Media Preview is here to bring to your computer the full preview capabilities for all of your media files.

Explorer displays the default media icons for unsupported formats Using Media Preview Explorer eventually displays thumbnails

Redefines The Uniqueness Of Your Media Files

While browsing TV series folders, you probably already got sets of identical thumbnails, where the default thumbnail extractor get stuck with the same title sequence.

Media Preview get over this by seeking another sequence of your media files to let you get more information out of them.

Explorer displays the same thumbnail for several related media files Using Media Preview Explorer displays different thumbnails

Works Everywhere

Windows comes in 2 different flavors, 32-bit and 64-bit versions, the later not being entirely backward compatible. And one of the main problems with third-party thumbnail extractors is that most only work on the 32-bit version.

Media Preview caters to every versions of Windows so that you won't feel cheated even if you opted for the more performing 64-bit version. Obviously, it also works seamlessly with your local and remote media files.

Works everywhere

Avoids The Monochrome Symptom

The default video thumbnail extractor usually grabs the first frame of your media files, possibly leading to only display a collection of black thumbnails.

Media Preview is smart enough to detect image relevance using related metrics. If the extracted image is part of a shot transition, Media Preview will go seek the following scene to get a meaningful thumbnail.

Using Media Preview

Gets You Free Of System Constraints

While browsing, you probably encountered some issues like not being able to rename or move a file anymore, because the thumbnail extractor was still running in the background.

Media Preview won't ever remind you of its presence as you'll be able to do what you want with your files.

Explorer gives the error 'File In Use' Using Media Preview Explorer lets you manage your files without error

Designed For System Stability And Performance

Third-party thumbnail extractors use directly the video rendering pipelines of your system and so impose upon you the media solution it's tied to, sometimes invoking a full-blown framework to do the job.

Media Preview remains out of the regular rendering pipeline, lets your delicate playback setup stable and out of harm, doesn't clutter your system with more than needed, but still performs efficiently.

Designed for system stability and performance

Technical Information

Clever Rendering Algorithm

Media Preview doesn't simply search for random pictures within your media files, but uses a complete set of image metrics as guidelines to ensure that generated thumbnails are representative enough. Obviously, despite everything has been done in order to fetch the ideal thumbnail, some limitations have been introduced to avoid unwelcomed computer overload.

Neutral Position Seek

To save time from always processing similar chunks of data on a set of related media, e.g. to avoid the opening and ending title sequences of a TV series, Media Preview directly go to a neutral position, determined after statistics on common broadcast formats such as TV series, entertainment shows, or movie trailers.

Limitations: the neutral position is determined through heuristics, not after the actual characteristics of your media files. So, those heuristics may not work well with some exotic broadcast formats. Still, those should work with most media files in existence without a cringe.

Image Entropy

Media Preview evaluates the information quality of an extracted thumbnail based on its entropy. The more detailed the thumbnail is, the higher its entropy, the more likely Media Preview will use it.

Limitations: Media Preview only estimates the entropy and doesn't actually calculate it for performance reasons. So, it won't differentiate a complex image with lots of details from a monocolor image with electronic noise.

Average Luminance

Media Preview can get a very detailed image but, if you cannot see those details because the scene is too dark or too bright, it completely defeats the purpose. Thus, Media Preview will also calculate the average luminance of thumbnails to ensure that their brightness matches a range suitable to your eyes.

Limitations: Media Preview doesn't process entire files but limits itself to 1-2 scenes within them. So, extracting a thumbnail from the only dark scene of a normally colorful video is still likely to happen.


Next To The Metal

To develop any application, an IT crew has a large choice of technology sets, each one fitted for their own particular purposes. Media Preview being a shell extension directly connected to the low layers of Windows, it could easily crash your system if we didn't use the right tools and followed bad design principles. Here's some technical explanations of how we choose to do it.

No Java Java Logo, no .Net DotNet Logo

Both the Java and .Net platforms took the lead for high-level and server-side applications, and are more and more suited for general purposes. However, a nasty flaw in their design still prevent them to be used for shell extensions like Media Preview, as it can lead to some serious system unstabilities.

Both platforms are designed to run on top of a virtual machine, which conveniently hides some system management complexities to programmers. Those virtual machines have also evolved over time to become more efficient and include more functionalities, but their different versions came with binary incompatibilities. Most of the times, this issue can be resolved by keeping several versions of the virtual machine. But, as only one version can be loaded in a process at any given time, this solution cannot work for shell extensions: if an application runs on a specific version of the virtual machine and calls a shell extension that needs to load another version in the same process, this will simply result in a crash. For Media Preview, this would typically happen when an application opens a file open dialog, which in turn asks for thumbnail display.
.Net 4.x actually allows to load an earlier version side-by-side in the same process. But the more likely converse situation where an earlier version tries to load 4.x still doesn't work.

Moreover, by calling a dependent shell extension, every application would henceforth have to load a full-blown virtual machine at least to generate thumbnails, even if they originally didn't need it. So, those platforms definitively aren't a good fit here.

No DirectShow DirectX Logo

It would seem natural to directly use your system playback capabilitites to read media files and extract thumbnails. In Windows, this is done through DirectShow, a flexible rendering pipeline that can easily get broken when badly configured.

Third-party media thumbnail extractors usually require to be installed along related media solutions to ensure that everything works as expected, reconfiguring your DirectShow setup and probably breaking some playback capabilities along the way. As thumbnail extractor and media player needs aren't the same, separating the extractor engine from the playback engine is actually a better idea.

More importantly, DirectShow is gradually being phased out by Media Foundation. That's why Media Preview doesn't use DirectShow at all but uses its own dedicated engine.

C++ Only Visual C++ Logo

As a shell extension is really close to the core of your system, the fewer layers we put between the extension and the shell, the better the extension will perform. So after forgetting about adding a Java or .Net layer, and getting rid of the DirectShow layer, we searched for a programming tool that proved itself to be quite a fit for structured low-level development: C++ became our final choice.

Entirely free of any intermediate layer, Media Preview is just next to the metal, and performs using optimized low-level operations by avoiding duplicated resources and freeing them as soon as possible.

You'll hardly find anything else more suited to your thumbnailing needs.

Reviews & Testimonials

Media Preview gathered nice reviews from some technology news blogs from all over the world. Here's a short list of known articles:

Media Preview does a lot of things right, [...] and you end with one of the best, if not the best, program for media thumbnail generation in Windows Explorer.

How To Improve Windows Explorer's Media Preview Feature by Ghacks.net

Media Preview is a small utility that adds preview thumbnails to nearly every video format you can think of. [...] It's small, simple, and does exactly what it says on the tin.

Media Preview Adds Windows Explorer Thumbnails to Nearly Any Video File by Lifehacker

The verdict: a simple, beautiful program. If you want media file previews and you don't have them, Media Preview is the easiest way to do it.

Add thumbnails to all your media files in Windows with Media Preview by freewaregenius

Nhờ phần mềm miễn phí Media Preview, Windows Explorer có thể hiển thị thumbnails của mọi định dạng video.
Tuy hiển thị được thumbnails của hầu hết định dạng ảnh song Windows Explorer chỉ hỗ trợ một vài dạng thức video. Với Media Preview thì mọi chuyện sẽ thay đổi.

Hiển thị thumbnails của mọi định dạng video by Mạng Việt Nam go.vn

Media Preview permet donc l'affichage des miniatures des fichiers vidéo dans l'explorateur de Windows. La plupart des formats de fichiers sont pris en charge et notamment les flv, les mkv, divx, mp4 etc...

Media Preview v 1.2.2.169 (Fr) by Gratilog.net

Así que si tienen carpetas repletas de series o películas, vale la pena darle un vistazo a Media Preview!

Añadir Miniaturas a MKVs, AVIs y más en Windows Explorer by Arturo Goga

而 BabelSoft 最近推出的 Media Preview 就是一款能全面增强视频预览性能的免费工具,消灭全黑预览,为视频文件提供更快速、更高品质的缩略图预览。

Media Preview:消灭全黑视频预览,提供高清缩略图 by 精品绿色便携软件

如果你还没有且想拥有视频文件的缩略图预览,可以试用一下BabelSoft 最近推出的 Media Preview(媒体预览),相信它可以满足你的需求!

Media Preview:为视频文件配上高清缩略图预览 by win7en乐园

相信有些影片播放軟體也可以讓影片在檔案總管裡顯示出預覽圖,但是Media Preview的好處就是它又更加聰明一些,懂得去抓「真正的畫面」,另外官方也宣稱這個小外掛可以支援32位元、64位元的Windows XP、Vista、Win 7與之後的版本,而且展示預覽圖的效能穩定快速。

Media Preview 更好看的 windows 檔案總管影片檔預覽圖 by 電腦玩物

動画ファイルのアイコン内に、動画の内容がサムネイル表示されるようにしてくれるソフト。[...]
「Media Preview」 は、動画ファイルのアイコン内に、動画の内容が表示されるようにしてくれるソフトです。[...]
インストールするだけで使えるシンプルなソフトで、再起動や面倒な準備は一切必要なし。

動画ファイルのアイコン内に、動画の内容がサムネイル表示されるようにする!「Media Preview」。 by k本的に無料ソフト・フリーソフト

But the best an application author can get is still actual comments from end-users, and their donations as a token of appreciation for the work and time spent:

I hope you don't mind that I have asked ghacks to feature Media Preview in an article, I just really think it deserves more coverage, It's really leaps and bounds beyond its competitions.

April 26, 2012 - Mystique Man (email exchange, thanks Mystique :)

Works flawlessly, thank you. I've been looking for something like this for a while.

May 8, 2012 - longbourne (a comment at Lifehacker)

This is one of those programs where you wonder why it took so long for someone to come up with. Works great for me.

May 8, 2012 - Choppasmith (a comment at Lifehacker)

I just tried this on XP, and it's fantastic!

I've tried other methods to get thumbnails for my .FLV and other video types and it always ended in frustration and disappointment and lots of Explorer crashes. But, this program really works! It was able to generate over 18,000 thumbnails in hardly any time at all. I was amazed by the speed.

It's really nice because I was able to easily find duplicate videos based on their thumbnails, and regained a good chunk of hard-disk space in the process! I was using a duplicate file-finder that searched for dupes by file-size, but differences in encoding, or even file-type can cause that method of duplicate detection to fail, frequently.

It's quite easy to find the dupes when you see two identical or nearly identical thumbnails!

This is really a fantastic program.

May 13, 2012 - Evan (a comment at freewaregenius)

Great work, fine program!

My mkv thumbnails disappeared after installation of win 7 may updates.I worked three hours with my Win7 64 bit laptop – trying to get the mkv-thumbs visible. Uninstalled and installed again the latest version of k-lite codec pacs, 32bit, 64bit version and haali mediasplitter. Tryed several combinations with tweak-tools and – no luck.

And after three hours I found this, installed – and a MIRACLE HAPPENS. First time ever I can see every thumbnail of all my videos.

So thanks and greetings from Finland with bad english!

May 13, 2012 - rokka (a comment at freewaregenius)

Класс! Всё работает, у меня как раз заглючило авишки.

May 17, 2012 - finalplayer (a comment at Все для Windows 7)

经过实测,确实比WIN7自带的预览快很多 :D

May 10, 2012 - Willis_Ling (a comment at 精品绿色便携软件)

Help

Is my PC running the 32-bit or 64-bit version of Windows?

The terms 32-bit and 64-bit refer to the way a computer's processor (also called a CPU), handles information. The 64-bit version of Windows handles large amounts of random access memory (RAM) more effectively than the 32-bit version. Follow the steps in the sections below to find out if your PC is running the 32-bit or 64-bit version of Windows and what edition of Windows is on your PC.

Computers running Windows 2000 or earlier Windows 2000 logo

Earlier versions of Windows were only available and optimized for 32-bit hardware architectures. Anyway, if you're still using Windows 2000 or earlier, we strongly recommend you to upgrade your system.

Computers running Windows XP Windows XP logo

The 64-bit edition of Windows XP was only made available to selected professional users. So, you certainly have the 32-bit edition.

Computers running Windows Vista or Windows 7 Windows Vista / 7 logo

Click the Start button Picture of the Start button, right-click Computer, and then click Properties.

  • If "64-bit Operating System" is listed next to System type, you're running the 64-bit version of Windows Vista or Windows 7.
  • If "32-bit Operating System" is listed next to System type, you're running the 32-bit version of Windows Vista or Windows 7.

Computers running Windows 8 Consumer Preview Windows 8 logo

Click the Windows Explorer tile Picture of the Windows Explorer tile, right-click Computer, and then click Properties.

  • If "64-bit Operating System" is listed next to System type, you're running the 64-bit version of Windows 8.
  • If "32-bit Operating System" is listed next to System type, you're running the 32-bit version of Windows 8.

After installing Media Preview, thumbnails don't get updated. How come?

During browsing, the generated thumbnails are stored in a cache folder to speed up display for the next times. The system rebuilds the cache, and so updates thumbnails, only whenever you clear it.

Computers running Windows 2000 or earlier Windows 2000 logo

Earlier versions of Windows didn't support the thumbnailing feature. But if you're still using Windows 2000 or earlier, we strongly recommend you to upgrade your system.

Computers running Windows XP Windows XP logo

In Windows XP, Thumbs.db files behave as thumbnail databases. They're usually inside every folder with pictures, and are hidden by default. To clear the cache, simply delete the related Thumbs.db file.

Computers running Windows Vista or Windows 7 Windows Vista / 7 logo

Clear thumbnail cache, 1st method
  1. Key in the Start menu search box "Disk Cleanup", then press Enter to open the Disk Cleanup tool.
    Key in the Start menu search box "Disk Cleanup"
  2. Select the system drive letter (here, for instance, the system drive is C:).
  3. Now what you need to do is just to check the Thumbnails item in the Files to delete listbox, then confirm the deletion.
Clear thumbnail cache, 2nd method
  1. In the address bar of Windows Explorer, key in the address below and then Enter.
    %USERPROFILE%\AppData\Local\Microsoft\Windows\Explorer
  2. In the folder, there are respectively 4 .db files following the different icon sizes. Simply delete them all.
    • thumbcache_32.db
    • thumbcache_96.db
    • thumbcache_256.db
    • thumbcache_1024.db

Computers running Windows 8 Consumer Preview Windows 8 logo

Clear thumbnail cache, 1st method
  1. Click the Windows Explorer tile Picture of the Windows Explorer tile.
  2. Select the system drive (here, for instance, the system drive is C:).
  3. Open the Disk Tools ribbon, then click on Cleanup to open the Disk Cleanup tool.
    Open the Disk Tools ribbon, then click on Cleanup
  4. Now what you need to do is just to check the Thumbnails item in the Files to delete listbox, then confirm the deletion.
Clear thumbnail cache, 2nd method
  1. In the address bar of Windows Explorer, key in the address below and then Enter.
    %USERPROFILE%\AppData\Local\Microsoft\Windows\Explorer
  2. In the folder, there are respectively 6 .db files following the different thumbnail sizes. Simply delete them all.
    • thumbcache_16.db
    • thumbcache_32.db
    • thumbcache_48.db
    • thumbcache_96.db
    • thumbcache_256.db
    • thumbcache_1024.db

Support

If you enjoy Media Preview and want to support us, you can do it via a donation:
Follow us on Facebook too:

Votre entreprise traduite par le silicium

Voici Media Preview, aperçus de fichiers multimédias sous Windows.

Télécharger

Ennuyé que l'Explorateur Windows n'affiche pas toujours d'aperçus miniatures pour vos fichiers vidéo ? Alors téléchargez gratuitement Media Preview.

Dernière version: 1.3.1.343
Date de publication:
Taille: 6,11 Mo (32 bits), 10,3 Mo (64 bits)

↓ Téléchargez Media Preview 1.3
Pour Windows 32 bits
↓ Téléchargez Media Preview 1.3
Pour Windows 64 bits

Designed For Windows XP Certified for Windows Vista Compatible With Windows 7 Windows 8 Compatible

Si vous avez besoin d'aide pour déterminer la version de Windows installée sur votre système, voir Mon ordinateur exécute-t-il la version 32 ou 64 bits de Windows ? Autrement, vous pouvez aussi télécharger les deux packs d'installation et les lancer consécutivement pour voir lequel se laisse exécuter.

Si vous voulez être informé quand une nouvelle version de Media Preview est publiée, inscrivez-vous simplement au forum. Nous vous tiendrons informé par publipostage / mailing, garanti sans spam.

Configuration requise

Matériel

  • Ordinateur avec un processeur à 1 GHz
  • 512 Mo de RAM
  • 12 Mo d'espace disque disponible

Logiciel

  • Éditions 32 bits de Windows XP SP2, Vista, 7, 8 ou version ultérieure
  • Les éditions 64 bits de Windows XP SP2, Vista, 7, 8 ou version ultérieure nécessitent la version 64 bits du programme d'installation

Installation & configuration

Media Preview peut facilement être configuré en juste 2 clics. Découvrez comment à l'aide de la vidéo ci-dessous :

Media Preview utilise Libavcodec, la bibliothèque logicielle de référence pour les codecs audio/video sous licence LGPL v2.1 (code source disponible ici ou ).

Fonctionnalités

Depuis l'avènement de Windows XP en 2001, l'Exporateur Windows a amélioré son ergonomie en mettant à disposition un système de contrôle dédié pour avoir un aperçu du contenu de vos fichiers tout en les parcourant et sans avoir à les ouvrir. Pour les fichiers multimédia, cela est fait en générant des images miniatures qui remplacent les icones par défaut.

Mais en général, l'extracteur d'aperçus vidéo par défaut de Microsoft ne se débrouille pas très bien à obtenir quelque chose d'utile de vos fichiers, à cause de considérations de vitesse d'exécution. Néanmoins, les ordinateurs sont devenus assez puissants pour pouvoir supporter la charge, et Media Preview peux les aider à ne pas rester aux larges.

Compatible avec les formats multimédia clés

Par défaut, Windows marche seulement avec les formats de fichiers multimédias dévelopés par Microsoft ou pour Quicktime, et ignore les autres formats populaires. Des lecteurs multimédias tiers peuvent suppléer au manque en terme de prise en charge mais laisse habituellement de côté la fonction de génération d'aperçus.

Media Preview est là pour apporter la compatibilité totale de votre ordinateur, quelques soient les formats de fichiers.

L'Explorateur affiche l'icone par défaut pour les formats non-pris en charge En utilisant Media Preview L'Explorateur affichent finalement des miniatures

Redéfini la singularité de vos médias

Lors du parcours de dossiers sur des séries TV, vous êtes probablement déjà tombé sur des ensembles de miniatures identiques, où l'extracteur de miniatures par défaut reprend le même générique encore et encore.

Media Preview contourne ceci en allant vers la prochaine séquence de vos fichiers multimédias et ainsi vous apporte une information plus pertinente.

L'Explorateur affiche la même miniature pour différents fichiers multimédias en rapport En utilisant Media Preview L'Explorateur affichent des miniatures distinctes

Marche n'importe où

Windows existe en 2 versions distinctes, 32 et 64 bits, ce dernier n'étant pas entièrement rétrocompatible. Et l'un des principaux problèmes des extracteurs de miniatures tiers est qu'ils ne sont souvent compatibles qu'avec la version 32 bits.

Media Preview pourvoit à toutes les versions de Windows pour que vous ne soyez pas déçu si vous optez pour la version 64 bits, plus optimisée. Evidemment, il marche aussi bien avec vos fichiers locaux qu'avec vos fichiers distants.

Marche n'importe où

Évite le symptôme du monochrome

L'extracteur de miniatures par défaut prend généralement la première trame de vos fichiers multimédias, ce qui peut parfois donner comme résultat l'affichage d'une collection de miniatures toutes noires.

Media Preview est assez futé pour détecter la pertinence des images à partir de critères prédéfinis. Si l'image extraite fait parti d'une scène de transition, Media Preview va chercher la prochaine scène pour obtenir une miniature faisant sens.

En utilisant Media Preview

Vous libère des contraintes système

En parcourant vos dossiers, vous avez probablement rencontré des soucis tels que des fichiers qui ne peuvent plus être renommés ou déplacés, à cause de l'extracteur de miniatures qui tourne encore en tâche de fond.

Media Preview ne vous rappellera jamais de sa présence. Vous pourrez faire ce que bon vous semble de vos fichiers, et ceci en toute quiétude.

L'Explorateur vous donne l'errreur 'Fichier utilisé' En utilisant Media Preview L'Explorateur vous laisse gérer vos fichiers sans rencontrer d'erreur

Conçu pour la stabilité du système et la vitesse d'exécution

Les extracteurs de miniatures tiers utilisent directement le moteur de rendu vidéo de votre système et vous imposent l'ensemble logiciel auquel il est lié, parfois invoquant toute une usine à gaz pour faire le travail.

Media Preview reste en dehors du moteur de rendu de votre système, laissant ainsi ses capacités de lecture vidéo intactes et loin de tout souci. Il ne charge votre système qu'avec ce qui est nécessaire, tout en sachant rester efficace.

Conçu pour la stabilité du système et la vitesse d'exécution

Informations techniques

Un algorithme de rendu intelligent

Media Preview ne cherche pas simplement une image aléatoire dans vos fichiers multimédias, mais se réfère à une série complète de critères visuels pour s'assurer du bien-fondé des miniatures générées. Évidemment, bien que tout a été fait dans le but de rapatrier l'aperçu idéal, des gardes-fous ont été mis en place afin d'éviter des surcharges inopportunes de votre ordinateur.

Recherche d'une position neutre

Au lieu de toujours traiter les mêmes paquets de données provenant d'un ensemble homogène de médias, par exemple pour éviter les génériques de début et de fin d'une série TV, Media Preview va directement vers une position neutre, déterminée d'après des statistiques sur des formats de diffusion génériques comme ceux des séries TV, des émissions de divertissement, ou des bandes-annonces de films.

Gardes-fous : la neutralité de la position est déterminée aux travers d'heuristiques, et ne se base donc pas sur les caractéristiques réelles de vos fichiers. Ainsi, ces heuristiques pourraient ne pas convenir à certains formats de diffusion exotiques. Néanmoins, ils devraient convenir parfaitement à la très grande majorité des fichiers multimédias existants.

Entropie de l'image

Media Preview mesure la qualité de l'information délivrée par une miniature générée à l'aide de son entropie. Plus la miniature a de détails, plus son entropie est haute, et plus elle a de chance d'être utilisée par Media Preview.

Gardes-fous : en réalité, Media Preview ne calcule pas l'entropie mais se contente de l'estimer pour des raisons de performance. C'est pour cela qu'il ne distinguera pas une image complexe avec beaucoup de détails d'une image monochrome remplie de bruits électroniques.

Luminance moyenne

Media Preview peut très bien récupérer une image très détaillée, cela ne servirait à rien si ces détails vous sont inaccessibles à cause d'une scène trop claire ou trop sombre. De fait, Media Preview calcule aussi la luminance moyenne des miniatures pour s'assurer que la clarté de l'image sied à une gamme idéale pour vos yeux.

Gardes-fous: Media Preview ne traite pas les fichiers en entier mais se limitent à 1 ou 2 scènes à chaque fois. Ainsi, l'obtention d'un aperçu correpondant à la seule scène sombre d'une vidéo normalement haute en couleurs reste un scénario envisageable.


Au plus près de la machine

Pour développer une application, une équipe informatique a à sa disposition un large éventail technologique, chaque ensemble correspondant à des besoins particuliers. Media Preview étant une extension du shell directement connectée aux couches bas-niveaux de Windows, il pourrait aisément faire planter votre système si nous n'avions pas utilisé les bons outils et avions suivi les principes d'une mauvaise conception. Voici donc quelques explications techniques sur nos choix technologiques.

Pas de Java Le logo Java, ni de .Net Le logo dotNet

Les plateformes Java et .Net ont largement pris le dessus concernant les applications haut-niveaux et du côté serveur, et sont de plus en plus aptes à être utilisées pour n'importe quels types de besoins. Cependant, une méchante faille de conception les empêche d'être utilisée pour des extensions du shell extensions comme Media Preview, comme cela peut mener à de sérieuses instabilités du système.

Ces deux plateformes ont été conçues pour s'exécuter sur une machine virtuelle, qui facilite la vie des programmeurs en cachant certaines lourdeurs de gestion système. Ces machines virtuelles ont aussi évolué dans le temps en devenant plus efficaces et en intégrant plus de fonctionnalités, mais leurs différentes versions arrivèrent avec des incompatibilités au niveau binaire. La plupart du temps, ce problème est résolu en gardant plusieurs versions de la machine virtuelle. Mais, comme une seule version peut être chargée dans un même processus à un moment donné, cette solution ne peut être appliquée aux extensions du shell : si une application s'exécute sur une version spécifique de la machine virtuelle et appelle une extension du shell qui nécessite de charger une autre version dans le même processus, cela résultera simplement en un plantage. Pour Media Preview, cela pourrait typiquement arriver dès qu'une application ouvrirait une boîte de dialogue d'ouverture de fichiers, qui à son tour appelerait la routine d'affichage de miniatures.
En fait, .Net 4.x permet aussi de charger en cours de route une version antérieure dans un même processus. Mais la situation réciproque où une version antérieure essaye de charger la 4.x, plus à même d'arriver, ne marche toujours pas.

De plus, en appelant une extension du shell dépendante, toutes les applications devraient dorénavant charger une machine virtuelle complète ne serait-ce que pour générer des miniatures, même s'ils n'en avaient pas besoin à l'origine. De fait, utiliser ces plateformes n'est vraiment pas une bonne idée ici.

Pas de DirectShow Le logo DirectX

Utiliser directement les capacités de lecture mutimédia de votre système pour générer des miniatures peut sembler une évidence. Dans Windows, cela est fait au travers de DirectShow, un moteur de rendu flexible, néanmoins facilement mis hors d'usage suite à une mauvaise configuration.

Les extrateurs de miniatures tiers demandent habituellement d'être installés avec la solution multimédia apparentée pour s'assurer que tout fonctionne comme attendu, reconfigurant votre installation DirectShow et dégradant probablement certaines des capacités de lecture vidéo de votre système au passage. Comme les besoins d'un extracteur de miniatures et d'un lecteur multimédia ne sont pas les mêmes, séparer le moteur d'extraction du moteur de lecture vidéo est en fait une bien meilleure idée.

Plus important encore, DirectShow est petit à petit en train d'être retiré de Windows en faveur de Media Foundation. C'est pour cela que Media Preview n'utilise absolument pas DirectShow mais uniquement son propre moteur dédié.

Juste du C++ Visual C++ Logo

Étant donné qu'une extension du shell est très proche du cœur système, moins il y aura de couches intermédiaires entre l'extension et le shell, meilleures seront les performances de cette extension. Ainsi, après avoir abandonné l'idée d'une couche Java ou .Net, et s'être débarrassé de la couche DirectShow, nous avons cherché un outil de programmation qui avait déjà fait ses preuves sur des développements structurés de bas-niveau : C++ est devenu notre choix final.

Complètement libre de toute couche intermédiaire, Media Preview est au plus près de la machine, et procède à l'aide d'opérations de bas-niveau optimisées en évitant de dupliquer les resources nécessaires et en les libérant aussi tôt que possible.

Il vous sera assez difficile de trouver quelque chose d'autre plus apte à répondre à vos besoins d'aperçu miniature.

Critiques & témoignages

Media Preview a recueilli des critiques positives provenant de différents blogs d'informations technologiques à travers le monde. Voici une petite liste des articles parus :

Media Preview permet donc l'affichage des miniatures des fichiers vidéo dans l'explorateur de Windows. La plupart des formats de fichiers sont pris en charge et notamment les flv, les mkv, divx, mp4 etc...

Media Preview v 1.2.2.169 (Fr) par Gratilog.net

Así que si tienen carpetas repletas de series o películas, vale la pena darle un vistazo a Media Preview!

Añadir Miniaturas a MKVs, AVIs y más en Windows Explorer par Arturo Goga

Media Preview does a lot of things right, [...] and you end with one of the best, if not the best, program for media thumbnail generation in Windows Explorer.

How To Improve Windows Explorer's Media Preview Feature par Ghacks.net

Media Preview is a small utility that adds preview thumbnails to nearly every video format you can think of. [...] It's small, simple, and does exactly what it says on the tin.

Media Preview Adds Windows Explorer Thumbnails to Nearly Any Video File par Lifehacker

The verdict: a simple, beautiful program. If you want media file previews and you don't have them, Media Preview is the easiest way to do it.

Add thumbnails to all your media files in Windows with Media Preview par freewaregenius

Nhờ phần mềm miễn phí Media Preview, Windows Explorer có thể hiển thị thumbnails của mọi định dạng video.
Tuy hiển thị được thumbnails của hầu hết định dạng ảnh song Windows Explorer chỉ hỗ trợ một vài dạng thức video. Với Media Preview thì mọi chuyện sẽ thay đổi.

Hiển thị thumbnails của mọi định dạng video par Mạng Việt Nam go.vn

而 BabelSoft 最近推出的 Media Preview 就是一款能全面增强视频预览性能的免费工具,消灭全黑预览,为视频文件提供更快速、更高品质的缩略图预览。

Media Preview:消灭全黑视频预览,提供高清缩略图 par 精品绿色便携软件

如果你还没有且想拥有视频文件的缩略图预览,可以试用一下BabelSoft 最近推出的 Media Preview(媒体预览),相信它可以满足你的需求!

Media Preview:为视频文件配上高清缩略图预览 par win7en乐园

相信有些影片播放軟體也可以讓影片在檔案總管裡顯示出預覽圖,但是Media Preview的好處就是它又更加聰明一些,懂得去抓「真正的畫面」,另外官方也宣稱這個小外掛可以支援32位元、64位元的Windows XP、Vista、Win 7與之後的版本,而且展示預覽圖的效能穩定快速。

Media Preview 更好看的 windows 檔案總管影片檔預覽圖 par 電腦玩物

動画ファイルのアイコン内に、動画の内容がサムネイル表示されるようにしてくれるソフト。[...]
「Media Preview」 は、動画ファイルのアイコン内に、動画の内容が表示されるようにしてくれるソフトです。[...]
インストールするだけで使えるシンプルなソフトで、再起動や面倒な準備は一切必要なし。

動画ファイルのアイコン内に、動画の内容がサムネイル表示されるようにする!「Media Preview」。 par k本的に無料ソフト・フリーソフト

Mais le mieux pour un autheur d'applications reste encore les commentaires provenant d'utilisateurs même, et la réception de leurs dons en témoignage de leur gratitude pour les efforts et le temps passé :

I hope you don't mind that I have asked ghacks to feature Media Preview in an article, I just really think it deserves more coverage, It's really leaps and bounds beyond its competitions.

26 avril 2012 - Mystique Man (échange de courriels, merci Mystique :)

Works flawlessly, thank you. I've been looking for something like this for a while.

8 mai 2012 - longbourne (un commentaire sur Lifehacker)

This is one of those programs where you wonder why it took so long for someone to come up with. Works great for me.

8 mai 2012 - Choppasmith (un commentaire sur Lifehacker)

I just tried this on XP, and it's fantastic!

I've tried other methods to get thumbnails for my .FLV and other video types and it always ended in frustration and disappointment and lots of Explorer crashes. But, this program really works! It was able to generate over 18,000 thumbnails in hardly any time at all. I was amazed by the speed.

It's really nice because I was able to easily find duplicate videos based on their thumbnails, and regained a good chunk of hard-disk space in the process! I was using a duplicate file-finder that searched for dupes by file-size, but differences in encoding, or even file-type can cause that method of duplicate detection to fail, frequently.

It's quite easy to find the dupes when you see two identical or nearly identical thumbnails!

This is really a fantastic program.

13 mai 2012 - Evan (un commentaire sur freewaregenius)

Great work, fine program!

My mkv thumbnails disappeared after installation of win 7 may updates.I worked three hours with my Win7 64 bit laptop – trying to get the mkv-thumbs visible. Uninstalled and installed again the latest version of k-lite codec pacs, 32bit, 64bit version and haali mediasplitter. Tryed several combinations with tweak-tools and – no luck.

And after three hours I found this, installed – and a MIRACLE HAPPENS. First time ever I can see every thumbnail of all my videos.

So thanks and greetings from Finland with bad english!

13 mai 2012 - rokka (un commentaire sur freewaregenius)

Класс! Всё работает, у меня как раз заглючило авишки.

17 mai 2012 - finalplayer (un commentaire sur Все для Windows 7)

经过实测,确实比WIN7自带的预览快很多 :D

10 mai 2012 - Willis_Ling (un commentaire sur 精品绿色便携软件)

Aide

Mon ordinateur exécute-t-il la version 32 ou 64 bits de Windows ?

Les termes 32 bits et 64 bits font référence à la façon dont le processeur d'un ordinateur (appelé aussi UC), traite les informations. La version 64 bits de Windows gère une quantité importante de RAM (random access memory) plus efficacement que la version 32 bits. Suivez les étapes dans les sections ci-dessous pour vérifier si votre ordinateur exécute la version 32 bits ou 64 bits de Windows et quelle édition de Windows est installée sur votre ordinateur.

Ordinateurs exécutant Windows 2000 ou versions antérieures Le logo de Windows 2000

Les versions antérieures de Windows n'étaient disponibles et optimisées que pour les architectures matérielles 32 bits. Cela dit, si vous utilisez encore Windows 2000 ou une version antérieure, nous vous recommandons fortement de mettre à jour votre système.

Ordinateurs exécutant Windows XP Le logo de Windows XP

L'édition 64 bits de Windows XP n'était disponible que pour certains professionnels triés sur le volet. Donc, vous avez très certainement l'édition 32 bits.

Ordinateurs exécutant Windows Vista ou Windows 7 Le logo de Windows Vista / 7

Cliquez sur le bouton Démarrer Image du bouton Démarrer, cliquez avec le bouton droit de la souris sur Ordinateur, puis sélectionnez Propriétés.

  • Si « Système d'exploitation 64 bits » s'affiche en regard de Type de système, cela signifie que vous exécutez la version 64 bits de Windows Vista ou Windows 7.
  • Si « Système d'exploitation 32 bits » s'affiche en regard de Type de système, cela signifie que vous exécutez la version 32 bits de Windows Vista ou Windows 7.

Ordinateurs exécutant Windows 8 Consumer Preview Le logo de Windows 8

Cliquez sur la vignette Explorateur Windows Image de la vignette Explorateur Windows, cliquez avec le bouton droit de la souris sur Ordinateur, puis sélectionnez Propriétés.

  • Si « Système d'exploitation 64 bits » s'affiche en regard de Type de système, cela signifie que vous exécutez la version 64 bits de Windows 8.
  • Si « Système d'exploitation 32 bits » s'affiche en regard de Type de système, cela signifie que vous exécutez la version 32 bits de Windows 8.

Après avoir installé Media Preview, les miniatures ne sont pas mis à jour. Comment cela se fait-il ?

Quand vous parcourez vos dossiers, les aperçus miniatures générés sont stockés dans un répertoire cache pour accélérer l'affichage pour les prochaines fois. Le système ne reconstruit le cache, et donc met à jour les miniatures, que quand vous le nettoyez.

Ordinateurs exécutant Windows 2000 ou versions antérieures Le logo de Windows 2000

Les versions antérieures de Windows ne bénéficiaient pas de la fonctionalité d'aperçu miniature. Néanmoins, si vous utilisez encore Windows 2000 ou une version antérieure, nous vous recommandons fortement de mettre à jour votre système.

Ordinateurs exécutant Windows XP Le logo de Windows XP

Dans Windows XP, les fichiers Thumbs.db représentent les bases de données des miniatures. Ils sont généralement présents dans chaque répertoires avec des images, et sont cachés par défaut. Pour nettoyer le cache, supprimez le fichier Thumbs.db concerné tout simplement.

Ordinateurs exécutant Windows Vista ou Windows 7 Le logo de Windows Vista / 7

Nettoyer le cache des miniatures, 1ère méthode
  1. Saisissez dans la boîte de recherche du menu Démarrer « Nettoyage de disque », puis appuyez sur Entrée pour ouvrir l'utilitaire de Nettoyage de disque.
    Saisissez dans la boîte de recherche du menu Démarrer « Nettoyage de disque »
  2. Sélectionnez la lettre du disque système (ici, par exemple, le disque système est le C:).
  3. Maintenant, vous avez juste à cocher sur l'élément Miniatures dans la liste Fichiers à supprimer, puis confirmer la suppression.
Nettoyer le cache des miniatures, 2nde méthode
  1. Dans la barre d'adresse de l'Explorateur Windows, saisissez l'adresse ci-dessous et puis Entrée.
    %USERPROFILE%\AppData\Local\Microsoft\Windows\Explorer
  2. Dans le dossier, il y a respectivement 4 fichiers .db suivant les différentes tailles d'icones. Supprimez les tous simplement.
    • thumbcache_32.db
    • thumbcache_96.db
    • thumbcache_256.db
    • thumbcache_1024.db

Ordinateurs exécutant Windows 8 Consumer Preview Le logo de Windows 8

Nettoyer le cache des miniatures, 1ère méthode
  1. Cliquez sur la vignette Explorateur Windows Image de la vignette Explorateur Windows.
  2. Sélectionnez le disque système (ici, par exemple, le disque système est le C:).
  3. Ouvrez le ruban Outils de disque, puis cliquez sur Nettoyer pour ouvrir l'utilitaire de Nettoyage de disque.
    Ouvrez le ruban Outils de disque, puis cliquez sur Nettoyer
  4. Maintenant, vous avez juste à cocher sur l'élément Miniatures dans la liste Fichiers à supprimer, puis confirmer la suppression.
Nettoyer le cache des miniatures, 2nde méthode
  1. Dans la barre d'adresse de l'Explorateur Windows, saisissez l'adresse ci-dessous et puis Entrée.
    %USERPROFILE%\AppData\Local\Microsoft\Windows\Explorer
  2. Dans le dossier, il y a respectivement 6 fichiers .db suivant les différentes tailles d'icones. Supprimez les tous simplement.
    • thumbcache_16.db
    • thumbcache_32.db
    • thumbcache_48.db
    • thumbcache_96.db
    • thumbcache_256.db
    • thumbcache_1024.db

Soutien

Si vous appréciez Media Preview et vous voulez nous apporter votre soutien, vous pouvez le faire via un don :
Suivez nous aussi sur Facebook (page en anglais) :

您的商业译于硅子

Media Preview 登场,代表媒体文件的缩略图适用于 Windows 。

下载

Windows 资源管理器对视频文件并不总是显示相关的缩略图,而此烦恼您了,立刻免费下载 Media Preview 吧。

最新版本:1.3.1.343
发布日期:
文件大小:6.12MB (32 位),10.3MB (64 位)

↓ 下载 Media Preview 1.3
适用于 Windows,32 位
↓ 下载 Media Preview 1.3
适用于 Windows,64 位

Designed For Windows XP Certified for Windows Vista Compatible With Windows 7 Windows 8 Compatible

如果需要帮助以确定当前运行的 Windows 是哪个版本,请参阅我的电脑运行的是 32 位还是 64 位版本的 Windows?此外,下载上面两个应用包装而一一个启动看来哪个执行也是另一个方法。

如果您要得到 Media Preview 最新版本的通知,注册论坛即可。我们会发送大宗邮件通知,都垃圾邮件免费的。

系统要求

硬件

  • 具有 1GHz 处理器的计算机
  • 512MB 内存
  • 12MB 可用硬盘空间

软件

  • Windows XP SP2、Vista、7、8 或更新的 32 位版本
  • Windows XP SP2、Vista、7、8 或更新的 64 位版本需要 64 位安装程序

安装和配置

Media Preview 易于进行配置,单击两次即可。下面视频表示如何动作:

Media Preview 利用 Libavcodec,这个参考的音视讯编解码器函式库在 LGPL v2.1 协议下发布(源代码可以在这里那里找到)。

功能

Windows 资源管理器自 Windows XP 到来的 2001 年起改进其易用性以运行一款预览控制系统,来令人在浏览不用所开的文件中方便预览文件的内容,对媒体文件显示缩略图以代替默认图标。

一般而言,虽则 Microsoft 默认的视频缩略图提取工具由于履行考虑,就跟媒体文件会弄出缩略图弄得不可用的,但是一则现代电脑因已提供足够的应用能力,却可生成更有用的图片,再则 Media Preview 能够帮忙电脑值得推荐,以指导如何再接再厉。

支持主要的媒体格式

Windows 在默认情况下会播放被 Microsoft 或为 Quicktime 开发的媒体文件格式,但无法播放别的流媒体文件格式。第三方媒体播放器即能够支持该别的,而却通常没有任何预览文件内容的功能。

您的电脑在安装 Media Preview 之后才会获得显示所有流媒体文件格式的缩略图的功能。

Explorer displays the default media icons for unsupported formats Using Media Preview Explorer eventually displays thumbnails

归还唯一视觉给您的媒体

浏览关于电视剧的文件夹时,由于系统默认的缩略图提取工具总处理相同的片头,您很可能已看见到处仅仅都是相似的缩略图。

Media Preview 即会去找下次片段,来给您更有用的缩略图,一蹴而就。

Explorer displays the same thumbnail for several related media files Using Media Preview Explorer displays different thumbnails

可运行于到处

Windows 分别两个版本,一分为 32 位的,一分为并不完全向下兼容的 64 位的。另外,第三方缩略图提取工具的最困难问题之一即是大部分都只会运行于 32 位的版本。

Media Preview 便支持所有 Windows 版本。因此,若您将安装以及使用更优化的 64 位的版本,它不会出现半坏不坏的故障,当然也能处理任何本地、远程等文件。

Works everywhere

免除单色征状

系统默认的缩略图提取工具一般提取视频文件的第一帧作为视频缩略图, 因此会竟然生成全都黑黑的缩略图而已。

Media Preview 足够智能通过关键指标的算法检查图像的意义程度。如果取到的画面处于一个渐变画面中,它会跳到下次片段以搜寻更合适的缩略图。

Using Media Preview

使您自系统约束中解脱

浏览文件时,由于缩略图提取工具又在后台运行,您很可能已发现系统锁定文件,从而导致无法移动或改名等等烦恼问题。

Media Preview 并不让您知道它在处理文件,也令您放松着管理文件。

Explorer gives the error 'File In Use' Using Media Preview Explorer lets you manage your files without error

为系统稳定并迅速运行而设计

第三方缩略图提取工具直接使用电脑的视频渲染系统,然而强加于您安装其配合的媒体配套软件,也可能必须运行于某些过度开发的框架上。

Media Preview 不使用电脑的视频渲染系统,尤其让您的可易碎的播放设置又稳定又非坏,而且只安装应该所需的,之后还是保证运行的高效率。

Designed for system stability and performance

技术解析

聪明渲染算法

Media Preview 不单从您的媒体文件取出随机的图片,而仍然计算一些视觉指标,来确定显示的缩略图能否用作代表的。尽然努力地处理生成理想的缩略图,为避免电脑超负荷的烦恼情况,当然也设下一些限制。

中立位置定位

Media Preview 为省在浏览相关的某些媒体文件中总是处理相应的数据块之时,比如为避免电视剧的片头与片尾,根据关于普通广播例如电视剧、娱乐节目、电影预告片等等格式的统计资料,就直接转到一个中立位置。

限制 中立位置不是根据媒体文件的实在属性,而是根据启发法被确定。倘若该启发法会对于某种稀有广播格式无效,但还肯定对于大多数存在的媒体文件很有效。

图像熵度

Media Preview 通过图像熵算法就评估其信息质量来确定缩略图的选取。细节越丰富,则熵值越高,作为视频缩略图就越有代表性。

限制 Media Preview 为履行考虑其实不准确算计熵值,而只约略估计熵度。因此,将复杂的详细图像以及有电噪声的单色图像切勿分为两种不同熵度的。

平均亮度

Media Preview 所获得的缩略图不论有无细节丰富的,还有一个问题。由于碰到太亮或太暗的视频帧,则生成的缩略图会不能够清晰可见。因此,Media Preview 还会计算图像平均亮度,来保证亮度是在合适眼睛的量程内。

限制 Media Preview 绝对不处理完整文件,却只处理在文件中的一二片段。然而,从五彩缤纷的影片内的唯一黑暗片段中取出缩略图仍是很可能表现出来的现象。


尽靠近硬件的

开发人员都知道,为了开发应用程序在市场上具有多种类似的技术集合,凡是优势于特殊需求的。此外,Media Preview 即是直接结合于 Windows 底层的系统延伸工具,所以假如我们半猜半知地开发,便会无非让系统崩溃。于是,下面介绍一下我们如何考虑而进行开发 Media Preview。

Java Java 的标志 或 .Net DotNet 的标志 都不合适

目前,开发人员组队主流使用 Java 和 .Net 两台以开发高级或者服务器端的应用程序。该两台遂渐变成了应用范围广的,不过存在严重的设计缺陷,设计不良致系统会不稳定,因而根本不许采用该两台开发如 Media Preview 的系统延伸工具。

该两台运行于虚拟机上而设计。虚拟机隐藏并管理系统的复杂性,而简化很多开发人员的工作,又随时演化效率越来越高、功能越来越丰富,但其历次版本却带来了某些二进制不兼容性的问题。保持安装虚拟器之数版往往解决本问题。不过,由于在一个进程中同时仅可以加载和启功单一版本,该解决办法对于系统延伸工具却居然无效:那么,某种应用程序运动于虚拟器的任何版本,而调用某种系统延伸工具,若本工具必须在同一进程中加载与启动虚拟器的另一个版本,肯定执行到系统崩溃的样子而已。对于 Media Preview 而言,当在应用程序中使用打开文件的对话框时,而调用显示缩略图的算法,则果然出发上述的问题。
.Net 4.x 启动后,在同一进程中竟然可加载启动更早版本,但是更早版本首先启动的更可能发生的相反情况仍然出发上述的问题。

并且,所有应用程序尽然本来不必加载过度开发的虚拟机,自安装相依的系统延伸工具之后乃需如此,至少以生成缩略图。如前所说,该两台毕竟切勿合适。

DirectShow DirectX 的标志 也不合适

一般来说,开发人员为了读取媒体文件并取出缩略图,通常直接调用电脑的视频渲染功能。Windows 使用 DirectShow 作为渲染器。而且,DirectShow 是某种易于配置的渲染系统,但仍然是易于错误地配置而播放不了的。

第三方媒体缩略图提取工具通常必须安装其配合的媒体配套软件,来确保能够处理所有文件格式,但是也会重配置 DirectShow 的设置,而会让播放功能不足。既是,缩略图提取工具以及媒体播放器的需求不同,将提取器、播放器的统一构件分成两个居然是更完善的设计。

更为重要的是,DirectShow 由 Media Foundation 遂渐替代而将在 Windows 下完全彻底卸载。由此,Media Preview 绝不使用 DirectShow 却还使用自备专用的提取器。

C++ Visual C++ 的标志 才可

系统延伸工具既然很靠近系统核心,因而加在工具与核心之间的层次越少,工具的效率越高。那么,我们决定不加一层 Java 或 .Net 的虚拟器,也摒除 DirectShow 的一层,然后就寻找某种已确证适合结构化的低级开发的编程工具:到底决定基于 C++ 进行编程。

Media Preview 不依靠于中间层而完全自立,就是尽靠近硬件的,亦调用避免复制资源、尽早将资源释放等等优化的底层运作而履行。

您就难以找到更满足缩略图需求的其它软件。

软件评论和用户点评

世界各地的某些技术新闻博客已评价 Media Preview 是一款有用、满足需求的软件。下面是几编已发布的文章:

而 BabelSoft 最近推出的 Media Preview 就是一款能全面增强视频预览性能的免费工具,消灭全黑预览,为视频文件提供更快速、更高品质的缩略图预览。

文章:Media Preview:消灭全黑视频预览,提供高清缩略图,出处:精品绿色便携软件

如果你还没有且想拥有视频文件的缩略图预览,可以试用一下BabelSoft 最近推出的 Media Preview(媒体预览),相信它可以满足你的需求!

文章:Media Preview:为视频文件配上高清缩略图预览,出处:win7en乐园

相信有些影片播放軟體也可以讓影片在檔案總管裡顯示出預覽圖,但是Media Preview的好處就是它又更加聰明一些,懂得去抓「真正的畫面」,另外官方也宣稱這個小外掛可以支援32位元、64位元的Windows XP、Vista、Win 7與之後的版本,而且展示預覽圖的效能穩定快速。

文章:Media Preview 更好看的 windows 檔案總管影片檔預覽圖,出处:電腦玩物

動画ファイルのアイコン内に、動画の内容がサムネイル表示されるようにしてくれるソフト。[...]
「Media Preview」 は、動画ファイルのアイコン内に、動画の内容が表示されるようにしてくれるソフトです。[...]
インストールするだけで使えるシンプルなソフトで、再起動や面倒な準備は一切必要なし。

文章:動画ファイルのアイコン内に、動画の内容がサムネイル表示されるようにする!「Media Preview」。,出处:k本的に無料ソフト・フリーソフト

Media Preview does a lot of things right, [...] and you end with one of the best, if not the best, program for media thumbnail generation in Windows Explorer.

文章:How To Improve Windows Explorer's Media Preview Feature,出处:Ghacks.net

Media Preview is a small utility that adds preview thumbnails to nearly every video format you can think of. [...] It's small, simple, and does exactly what it says on the tin.

文章:Media Preview Adds Windows Explorer Thumbnails to Nearly Any Video File,出处:Lifehacker

The verdict: a simple, beautiful program. If you want media file previews and you don't have them, Media Preview is the easiest way to do it.

文章:Add thumbnails to all your media files in Windows with Media Preview,出处:freewaregenius

Nhờ phần mềm miễn phí Media Preview, Windows Explorer có thể hiển thị thumbnails của mọi định dạng video.
Tuy hiển thị được thumbnails của hầu hết định dạng ảnh song Windows Explorer chỉ hỗ trợ một vài dạng thức video. Với Media Preview thì mọi chuyện sẽ thay đổi.

文章:Hiển thị thumbnails của mọi định dạng video,出处:Mạng Việt Nam go.vn

Media Preview permet donc l'affichage des miniatures des fichiers vidéo dans l'explorateur de Windows. La plupart des formats de fichiers sont pris en charge et notamment les flv, les mkv, divx, mp4 etc...

文章:Media Preview v 1.2.2.169 (Fr),出处:Gratilog.net

Así que si tienen carpetas repletas de series o películas, vale la pena darle un vistazo a Media Preview!

文章:Añadir Miniaturas a MKVs, AVIs y más en Windows Explorer,出处:Arturo Goga

但是对我们编程的,最重要的是最终用户如何评价我们的软件,他们是否捐赠钱来表达自己的赞扬和支持之情:

经过实测,确实比WIN7自带的预览快很多 :D

2012年5月10日 - Willis_Ling(来自精品绿色便携软件的评论

I hope you don't mind that I have asked ghacks to feature Media Preview in an article, I just really think it deserves more coverage, It's really leaps and bounds beyond its competitions.

2012年4月26日 - Mystique Man(电邮来往,感谢 Mystique ^^)

Works flawlessly, thank you. I've been looking for something like this for a while.

2012年5月8日 - longbourne(来自 Lifehacker 的评论

This is one of those programs where you wonder why it took so long for someone to come up with. Works great for me.

2012年5月8日 - Choppasmith(来自 Lifehacker 的评论

I just tried this on XP, and it's fantastic!

I've tried other methods to get thumbnails for my .FLV and other video types and it always ended in frustration and disappointment and lots of Explorer crashes. But, this program really works! It was able to generate over 18,000 thumbnails in hardly any time at all. I was amazed by the speed.

It's really nice because I was able to easily find duplicate videos based on their thumbnails, and regained a good chunk of hard-disk space in the process! I was using a duplicate file-finder that searched for dupes by file-size, but differences in encoding, or even file-type can cause that method of duplicate detection to fail, frequently.

It's quite easy to find the dupes when you see two identical or nearly identical thumbnails!

This is really a fantastic program.

2012年5月13日 - Evan(来自 freewaregenius 的评论

Great work, fine program!

My mkv thumbnails disappeared after installation of win 7 may updates.I worked three hours with my Win7 64 bit laptop – trying to get the mkv-thumbs visible. Uninstalled and installed again the latest version of k-lite codec pacs, 32bit, 64bit version and haali mediasplitter. Tryed several combinations with tweak-tools and – no luck.

And after three hours I found this, installed – and a MIRACLE HAPPENS. First time ever I can see every thumbnail of all my videos.

So thanks and greetings from Finland with bad english!

2012年5月13日 - rokka(来自 freewaregenius 的评论

Класс! Всё работает, у меня как раз заглючило авишки.

2012年5月17日 - finalplayer(来自 Все для Windows 7 的评论

帮助

我的电脑运行的是 32 位还是 64 位版本的 Windows?

术语"32 位"和"64 位"是指电脑的处理器(也称为"CPU")处理信息的方式。 64 位版本的 Windows 可处理大量的随机存取内存 (RAM),其效率远远高于 32 位版本的系统。 请按照以下部分中列出的步骤,了解您电脑运行的是 32 位还是 64 位版本的 Windows,以及您电脑运行的是哪个版本的 Windows。

运行 Windows 2000 或更早版本 Windows 2000 的标志 的电脑

Windows 的更早版本只支持并优化为 32 位的硬件结构。无论何言,如果您仍然使用 Windows 2000 或更早版本,强烈推荐更新系统。

运行 Windows XP Windows XP 的标志 的电脑

64 位版本的 Windows XP 只对某些选入的专业用户发布。因而,您定然拥有 32 位的。

运行 Windows Vista 或 Windows 7 Windows Vista / 7 的标志 的电脑

单击"开始"按钮 ,右键单击"计算机",然后单击"属性"。

  • 如果"x64 版本操作系统"在"系统类型"旁边列出,则您运行的是 64 位版本的 Windows Vista 或 Windows 7。
  • 如果"32 位操作系统"在"系统类型"旁边列出,则您运行的是 32 位版本的 Windows Vista 或 Windows 7。

运行 Windows 8 Consumer Preview Windows 8 的标志 的电脑

单击"Windows 资源管理器"图片 ,右键单击"计算机",然后单击"属性"。

  • 如果"x64 版本操作系统"在"系统类型"旁边列出,则您运行的是 64 位版本的 Windows 8。
  • 如果"32 位操作系统"在"系统类型"旁边列出,则您运行的是 32 位版本的 Windows 8。

安装 Media Preview 后缩略图没有更新,为何如此?

您浏览文件时显示的缩略图,一般都存储在缓存文件夹中,以方便下次更快速地浏览。清除缓存后,才可以让系统重建缓存以及更新缩略图了。

运行 Windows 2000 或更早版本 Windows 2000 的标志 的电脑

Windows 的更早版本不支持预览功能。但是如果您仍然使用 Windows 2000 或更早版本,强烈推荐更新系统。

运行 Windows XP Windows XP 的标志 的电脑

Thumbs.db 是 Windows XP 缩略图数据库的文件,一般存在于有图片文件的文件夹中,默认是隐藏的。为了清除缓存,删除相关的 Thumbs.db 文件即可。

运行 Windows Vista 或 Windows 7 Windows Vista / 7 的标志 的电脑

清除缩略图缓存方法一
  1. 在开始搜索栏中键入"磁盘清理",然后按回车键打开磁盘清理工具。
    在开始搜索栏中键入
  2. 选择系统盘盘符。(此处,以系统盘C为例)
  3. 现在您需要做的,仅仅是在"要删除的文件"一栏中,勾选"缩略图"项。然后,确认删除。
清除缩略图缓存方法二
  1. 在 Windows 资源管理器的地址栏中输入如下地址,回车。
    %USERPROFILE%\AppData\Local\Microsoft\Windows\Explorer
  2. 根据图标大小的不同,文件夹中分别存有下列四个 .db 文件,请将它们全部删除即可。
    • thumbcache_32.db
    • thumbcache_96.db
    • thumbcache_256.db
    • thumbcache_1024.db

运行 Windows 8 Consumer Preview Windows 8 的标志 的电脑

清除缩略图缓存方法一
  1. 单击"Windows 资源管理器"图片 .
  2. 选择系统盘。(此处,以系统盘C为例)
  3. 打开"磁盘工具"工具栏,然后单击"清理"打开磁盘清理工具。
    打开
  4. 现在您需要做的,仅仅是在"要删除的文件"一栏中,勾选"缩略图"项。然后,确认删除。
清除缩略图缓存方法二
  1. 在 Windows 资源管理器的地址栏中输入如下地址,回车。
    %USERPROFILE%\AppData\Local\Microsoft\Windows\Explorer
  2. 根据图标大小的不同,文件夹中分别存有下列六个 .db 文件,请将它们全部删除即可。
    • thumbcache_16.db
    • thumbcache_32.db
    • thumbcache_48.db
    • thumbcache_96.db
    • thumbcache_256.db
    • thumbcache_1024.db

支持

如果您乐于使用 Media Preview,也要支持我们的话,欢迎捐助我们:
在 Facebook 关注我们吧(英文网页):