Ogv to Flv Converter is a Nautilus script that offers an easier way to convert videos from gtk-recordmydesktop's ogg/ogv files into flv for web uploads.
Developer comments
Initially I used ffmpeg, but had an issue converting recordmydesktop files with the newer 0.3.7.2-0 version. The older 0.3.6-1 recordmydesktop had no such issues. No clue as to why! So, for now, I have to convert to AVI format before converting over to FLV.
Installation:
Copy this file to your "/home/username/.gnome2/nautilus-scripts" folder and make sure it is executable.
Right click over the file and select "Properties" -> "Permissions" and select the checkbox "Allow executing file as program" or "chmod +x filename" from a terminal.
Requirements:
· GNOME
· Nautilus
· zenity
· MPlayer
What's New in This Release: [ read full changelog ]
· When installing mencoder for you, the script should detect if it did not succeed. After installing, script will continue without further prompts, unless the above error is detected or entire script completes.
· If one selects the wrong file format, you should now get an error.
· Added a simple install script.
· Changed version number from 0.1 to 1.0.
· Added readme.txt