Here's a simple registry file that when imported will add a menu item to your right click menu. This makes it easy to simply right click on a video file and click "Convert with ffmpeg2theora". The file will be converted using the default ffmpeg2theora parameters and the resulting file will be in the same directory as the source.
The requirement is that you have ffmpeg2theora.exe (named exactly that) in your c:\ directory.
1. Download ffmpeg2theora
2. Rename it from ffmpeg2theora-0.25.exeto simply ffmpeg2theora.exe
3. Copy the file (ffmpeg2theora.exe) to your c:\ directory.
4. Download the zip below containing the registry file and double click on the registry file to add it to the right click menu.
5. Test it out on a sample video file.
Download here (Convert with ffmpeg2theora.zip)
The file simply contains
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\*\shell\ffmpeg2theora]
[HKEY_CLASSES_ROOT\*\shell\ffmpeg2theora\command]
@="C:\\ffmpeg2theora.exe %1"
Also attached is a reg file that will remove the context menu.

The requirement is that you have ffmpeg2theora.exe (named exactly that) in your c:\ directory.
1. Download ffmpeg2theora
2. Rename it from ffmpeg2theora-0.25.exeto simply ffmpeg2theora.exe
3. Copy the file (ffmpeg2theora.exe) to your c:\ directory.
4. Download the zip below containing the registry file and double click on the registry file to add it to the right click menu.
5. Test it out on a sample video file.
Download here (Convert with ffmpeg2theora.zip)
The file simply contains
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\*\shell\ffmpeg2theora]
[HKEY_CLASSES_ROOT\*\shell\ffmpeg2theora\command]
@="C:\\ffmpeg2theora.exe %1"
Also attached is a reg file that will remove the context menu.












