I have writen a small program in C# 2.0/.NET which, when associated with the .fcm extentions, allows you to view the movies simply by double clicking on them in explorer.
Download
[This version is old. Please find the post with the most recent version]
The basics of how the program works:
Setup an ini. The ini belongs in the same directory as the executable, and is named config.ini. To give an example, mine is:
[config]
dirs=G:\NES\US;G:\NES\Jap
fcm=E:\NES\fceu-0.98.12-blip.win\fceu.exe
Of course change for your own situation. The program will warn you if there is a problem with it.
When the program runs, it gets the md5 checksum from the movie file. It then checks against it's database (sqlite) to see if that file is known. If not, it updates the database (the first time, if you have a lot of roms, it will take a bit), and rechecks the db for the rom.
To associate this with your fcm's. Just double click a fcm in explorer. Ask to find the program, and pick emuMovFront. And you're all set.
You will need a semi-special version of FCEU. I believe nitsuja intends to keep this in the main releases.
Download semi-special FCEU. A big deal fo thanks to nitsuja for helping me out.
The source code will be released with my second release (it's dirty atm). With the second release I hope to support additional systems.
Comments, mud slinging, bugs, feature requests, etc, are overly welcome.
Edit---
Any one who downloaded it prior to 8:15EST may want to consider redownloading- assuming they want the program to work :P
I accidentally uploaded the wrong executable.