Showing posts with label script. Show all posts
Showing posts with label script. Show all posts

Wednesday, November 28, 2007

ffmpegmenu -One click Video Conversion

KDE users, here’s a neat application that creates a ’service’ in your file manager that allows you to easily convert videos to other formats using ffmpeg.

ffmpegmenu is what you need. After copying the simple script into the right directory, an action will appear in the sidebar of either Konqueror or Dolphin (your choice), which easily allows you to convert selected video to DVD, MPEG or into iPod format with a couple of clicks.

The script itself is very simple, such that it’s definitely possible to edit it to customise the commands it runs to make your own ffmpeg conversion options. It does require you have ffmpeg and the necessary codecs to convert to DVD, MPEG and iPod already installed, as it is just a loader which calls ffmpeg. But enough of that, how do you actually install the script?

Well, first of all, download it from KDE-Apps, direct download link here.

When that file opens, save it as ffmpegmenu.desktop and put it on your desktop. All we now need to do is to copy the file into place.

You’ll probably need to be root to do this, so run su - first (or Ubuntu users, prefix the cp command below with sudo).

# cd /home/yourusername/Desktop
# cp ffmpegmenu.desktop /usr/share/apps/konqueror/servicemenus
# cp ffmpegmenu.desktop /usr/share/apps/d3lphin/servicemenus

Feel free to omit either the Konqueror or Dolphin command depending on whether you want this installed in one, the other, or both. Once installed, highlighting a .avi file should show the following in the sidebar (this screenshot from Dolphin):

ffmpegmenu in action

And it’s done!

If you want to uninstall, simply remove the ffmpegmenu.desktop files as root, like so:

# rm /usr/share/apps/konqueror/servicemenus
# rm /usr/share/apps/d3lphin/servicemenus


Source

Monday, November 26, 2007

Firefox 2.0.0.10



Mozilla Firefox is a fast, full-featured Web browser that makes browsing more efficient than ever before. Firefox includes pop-up blocking; a tab-browsing; integrated Google searching; simplified privacy controls that let you cover your tracks more effectively; a streamlined browser window that shows you more of the page than any other browser; and a number of additional features that work with you to help you get the most out of your time online.

Features:

  • Improved Tabbed Browsing
  • Spell Checking
  • Search Suggestions
  • Session Restore
  • Web Feeds (RSS)
  • Live Titles
  • Live Bookmarks
  • Pop-up Blocker
  • Streamlined Interface
  • Phishing Protection
  • Automated Update
  • Protection from Spyware and more....
Download 2.0.0.10

Source

Release Notes


View Wikipedia Offline Via Gearsmonkey

wiki_offline_greasemonkey_trans
If you are a Wikipedia fan then you are going to love this amazing trick to read Wikipedia Offline. All you need is a bit of Gearsmonkey magic, ala a combination of Google Gears, Greasemonkey and Firefox. By using Gearsmonkey you can take your favorite website offline using Google Gears.. Well here is what the developer had to say :

Sites with a lot of static information — Wikipedia, any API documentation, web-based email — would be great to be able to use when no internet connection is available. But what if you’re a user that always has an internet connection? Then adding Gears to a site doesn’t do much, right? Wrong. Imagine your favorite website is now stored on your computer, and it syncs whenever there’s altered content. Whenever you look at the site, your browser is grabbing everything straight from your hard drive. Did you just make a search for your best friend on Facebook? Don’t wait 5 seconds the next time that search runs, have the results immediately! Meanwhile, save the webmasters’ precious bandwidth/server power!






Here’s the Greasemonkey script for Wikipedia (requires Firefox + Greasemonkey + Gears). For each Wikipedi article you want to save, click on “cache page” and the script will save the text and the images. It would be nice to make it work with any site.

Read More

Source