Laptops Under 200

  • Subscribe to our RSS feed.
  • Twitter
  • StumbleUpon
  • Reddit
  • Facebook
  • Digg
Showing posts with label multimedia. Show all posts
Showing posts with label multimedia. Show all posts

Thursday, 16 June 2011

How to Speed Up Video Thumbnail Previewing Times in Nautilus (Ubuntu Linux)?

Posted on 21:52 by Unknown
Ironically when it comes to dealing with multimedia files GNU/Linux can be both the one of the best operating systems and the worst. For instance, unlike proprietary MS Windows, in GNU/Linux we have few multimedia frameworks which are capable of both decoding and encoding video/audio files much better than MS Windows.

The Gstreamer (written in C language), the Phonon framework (KDE/Qt4's own multimedia framework) or ffmpeg libraries are among the main ones. But as said, still the availability of powerful/feature-rich applications is the downside. For instance if you want something that has the ability to replace a professional video creator suit such as the Adobe Creative suit... it ain't gonna be that easy to find.

But on the other hand, because of these wide variety of choices, if you find a certain multimedia app is buggy and slow on performance, then you can easily find a replacement, most of the time, especially if its a simple utility. In that case, have you ever felt like default video thumbnail creating times of Nautilus is a bit slow?, I did!.

The application behind this thumbnail creating is the GTK written Totem front-end that uses either Gstreamer or Xine as the multimedia engine. By default Ubuntu ships Totem that uses the Gstreamer. Gstreamer is a pretty powerful framework but personally I like the Totem-Xine front-end since it seems a bit efficient than the Gstreamer version (sometimes).

It works!...
Still when it comes to creating video previews/thumbnails, they both suck. For a long time I used to install MPlayer and use a simple script that generate video thumbnails in Nautilus using MPlayer as the engine. And I gotta tell you, it was at least twice as fast as Totem!.

The reason for that efficiency is because MPlayer uses (Xine also use it) codec library known as "libavcodec" (which is a part of the above mentioned ffmpeg project). "libavcodec" are known for being quite faster when it comes to dealing with multimedia files in comparison with others. But the sad thing is that, that script is not working quite well in Ubuntu 11.04.

But luckily we have another small application written in C/C++ that also uses the "libavcodec" (wise choice :D) and guess what!, it's certainly faster than Totem while creating video thumbnails. It's called ffmpegthumbnailer. 

You can install ffmpegthumbnailer in Ubuntu 11.04 Natty Narwhal (should work in 10.04 and 10.10) by entering the below command in your Terminal.
sudo apt-get install ffmpegthumbnailer

Now we have to replace all the configurations of Nautilus file manager attached with Totem with our new video-thumbnailer. To that we have to edit the Gnome configuration editor, but if we do that by hand, well, it'll gonna take some time!.

But there is a command that I found which will replace all those Totem related configuration entries with our ffmpegthumbnailer all by itself!. To do that, again open your Terminal and enter the below command. 
gconftool --all-dirs /desktop/gnome/thumbnailers | grep video | xargs -I DIR gconftool --set DIR/command --type string "/usr/bin/ffmpegthumbnailer -s %s -i %i -o %o -c png -f"

That should do it dudes :D. Since it's based on ffmpeg library, any file that's supported by it (that means almost all!), ffmpegthumbnailer can create thumbnails. Enjoy the fasten Nautilus video previewing!.
Read More
Posted in linux, multimedia, scripts, ubuntu, utilities | No comments

Sunday, 29 May 2011

MediaInfo - An Advanced Audio/Video Tag "Reader" for GNU/Linux and MS Windows

Posted on 05:44 by Unknown
If you have installed the proper codecs in MS Windows and GNU/Linux, the operating system can read Tag information which holds information such as Artist/Title/Album-name... + other various information such as bit rate, resolution, etc but it doesn't necessarily mean that they'll always display those information for you by default because...

For instance, in MS Windows when you bring your mouse pointer towards a MP3 file, then even without you having to go for its properties the OS displays information such as Album/Artist/Year, etc. But this does not work with all the codecs and container formats.

Say that you have a .mkv multimedia container format with H.264 video codec and AAC audio files are in it, then even after installing the proper codecs Windows is unable to display advanced information such as with MP3 files, etc. But once you install the handy utility called MediaInfo, even if you don't have the codecs installed, MediaInfo has the ability to read the Tags of almost all the multimedia container formats and display advanced information such as...


*. Playback duration.

*. Video/Audio codec names and - resolution/bitrate/fps/sample-rate/channels/language, etc.

*. Writing library - For instance, with this you can know the tool which was used to put the audio/video files into the container format.

*. Aspect ratio.

*. Compression mode - whether its lossey or lossless.

*. Chapters.

*. It support a huge list of codecs/containers such as MKV, OGM, AVI, DivX, WMV, QuickTime, Real, MPEG-1, MPEG-2, MPEG-4, DVD (VOB)... (Codecs: DivX, XviD, MSMPEG4, ASP, H.264, AVC...), OGG, MP3, WAV, RA, AC3, DTS, AAC, M4A, AU, AIFF... and subtitle formats such as SRT, SSA, ASS, SAMI..

Although these are few of its features... you can easily save all these information into a text or HTML format with it as well. It automatically integrates with Windows Explorer. So, whenever you want to see these information in a file, just right click on it and choose "MediaInfo" which should bring something similar as shown above.

You can try it out (its completely free) from this download page. To be honest, I haven't tried it in my GNU/Linux Laptop because unlike with Windows, it is a bit of a hassle to install and I don't think it integrate as well as with Windows either (supports 2000/XP/Vista and 7). Good luck.
Read More
Posted in amarok for windows, linux, multimedia, utilities | No comments

Wednesday, 27 April 2011

Install Backlite DVD Video Backup Tool in Ubuntu

Posted on 05:26 by Unknown
If you're looking for an easy to use DVD video backup tool that can be used in GNU/Linux then you might be interested in a utility called Backlite, which in fact is the "lighter" version of the k9copy actually. It's written in Qt and has the ability to backup both single layer and dual layer DVDs as well.


Main features...

*. Make ISO image files of your DVDs.

*. Add/Remove or skip copying subtitles or certain audio/video track before copying.

*. If you have k3b installed (if you use KDE then it comes by default) then Backlite also has the ability to burn the extracted data to DVD too.

*. With the help of Mencoder (MPlayer's excellent encoder!) it can convert the DVDs into MPEG-4 format as well...

These are just a few of its main features to name. Anyhow, if you use Ubuntu 11.04/10.10 or 10.04... you can easily install Backlite using the below command (using a third party PPA channel).
sudo add-apt-repository ppa:ferramroberto/k9copy
sudo apt-get update
sudo apt-get install backlite
Read More
Posted in linux, multimedia, ubuntu, utilities | No comments
Older Posts Home
Subscribe to: Posts (Atom)

Popular Posts

  • How to Install FocusWriter (Professional Writing Application) in Ubuntu Linux?
    If you're a professional writer who'd like to have a simple text editor or a professional writing to be precise with minimal of dis...
  • How to Install Acidrip in Ubuntu - The Best DVDRipper for GNU/Linux! (I think :/)
    Without any particular reason, sometime ago I really wanted to know about DVD ripping (including encoding) using nothing but my GNU/Linux po...
  • Asus Eee PC X101 Secretly Gets a Product Page!
    Few weeks ago Asus showed off one of their upcoming netbooks called the Eee PC X101 . Concerning the cheap hardware this netbooks had nothin...
  • Install Gdiskdump in Ubuntu 11.04 - An Easy To Use Disk Cloning Tool for GNU/Linux!
    Although for Microsoft Windows there are several excellent commercial and free applications available yet with GNU/Linux when it comes to di...
  • Install "GConf Cleaner" in Ubuntu Linux (A "Registry" Cleaner for GTK/Gnome Desktop!)
    Just like any other operating system, GNU/Linux also stores its most important configuration files using various ways. Some are embedded int...
  • Fast Loading Image Viewer for Ubuntu Linux: Mirage
    These days when it comes to image viewers , GNU/Linux has a whole bunch of very competitive ones + if you use Ubuntu, then it comes with an ...
  • When Your Desktop Gets "Stuck", Try the Force Shutdown/Reboot Command
    This command is not something new and is known by almost all the GNU/Linux users. But for those of you who haven't heard of it, it can b...
  • How to Install DesktopNova in Ubuntu?
    DesktopNova is a simple application that automatically changes your wallpapers. Although currently it only supports Gnome and XFCE desktops....
  • How To Install emesene 2.11.5 in Ubuntu 11.04 Natty Narwhal?
    emesene is a chat client (GUI) that lets you "merge" or use several chat protocols such as Jabber, Facebook, Google Talk, etc unde...
  • Discolored Display Equals Loose LCD Cable
    A customer brought a HP G62 laptop with a video issue. It was displaying a light blue tone on every background where it should have been whi...

Categories

  • 11.04 natty narwhal
  • 11.10
  • 3d rendering
  • addons
  • address books
  • adobe
  • adobe flash
  • adobe flash player
  • amarok
  • amarok for windows
  • andorid
  • android
  • android applications
  • android apps
  • android phones
  • android tablets
  • app launchers
  • apple
  • applets
  • application indicator
  • applications
  • applications for windows
  • archive managers
  • arios
  • art
  • arts
  • asus
  • asus eee pc
  • ati
  • ati catalyst
  • audio
  • audio converts
  • audio editors
  • audio encoders
  • audio players
  • audio tag editing
  • audio utilities
  • ayatana scrollbars
  • backup
  • backup tools
  • banners
  • batter saver
  • battery calibration
  • benchmark testing
  • bittorrent
  • bittorrent clients
  • blogger
  • blogger news
  • blogger platform
  • blogging
  • blogging tips
  • blogging utilities
  • blu-ray
  • boot loaders
  • BSOD
  • business card creator
  • Canonical
  • cd/dvd burners
  • chat clients
  • checksum checker
  • chrome
  • chrome addons
  • chrome os
  • chromium
  • clamav
  • cloud computing
  • cloud comupting
  • cloud storage
  • clutter
  • collaborative editor
  • command line
  • commands
  • community
  • compiz
  • computer repair
  • computers
  • cross-platform
  • data backup
  • data encrption
  • desklets
  • desktop environments
  • digital audio workstation
  • disk cloning
  • disk drive erasers
  • disk image burning
  • disk images
  • disk partition editors
  • display managers
  • distributions
  • docks
  • download managers
  • drawing tools
  • drivers
  • driving lessons
  • dropbox
  • dvd authoring
  • dvd backup
  • dvd creator
  • e-book managers
  • e-mail
  • e-mail clients
  • e-mails
  • eee pc
  • elementary os
  • email clients
  • emails
  • encoding
  • encorders
  • experiences
  • facebook
  • fedora
  • fedora core
  • fedora core 15
  • fedora core learn
  • feed readers
  • file management tools
  • file managers
  • file manegers
  • file recovering
  • file splitters
  • file systems
  • filesystems
  • finance
  • firefox
  • firefox 5
  • firefox 6
  • firefox addons
  • firefox5
  • firmware utilities
  • flash videos
  • flickr
  • fonts
  • frustrations
  • fun
  • gadgets
  • GDM
  • gentoo
  • gimp
  • gmail
  • Gnome
  • gnome 3 shell theme
  • gnome 3.2
  • gnome applications
  • gnome desktop
  • gnome shell
  • gnome3
  • gnu
  • gnu emacs
  • gnu-linux
  • gnu-linux distributions
  • goober
  • google
  • google chrome
  • google chrome extensions
  • google maps
  • GPU
  • graphic design
  • graphic utilities
  • grey screen of death
  • grub editors
  • gtk
  • gtk applications
  • gtk themes
  • gtk3
  • gtk3 themes
  • hardware monitors
  • hdd clone tools
  • hdd tools
  • health
  • hobbies
  • html5
  • icons
  • ideas
  • im clients
  • iMac computer repair
  • iMac error
  • image editiors
  • image organizers
  • image resizers
  • image utilities
  • image viewers
  • iphone
  • itunes
  • java
  • journal applications
  • kde
  • kde 4.6
  • kde applications
  • kde-qt
  • kernel
  • kubuntu
  • kubuntu 11.04
  • laptops
  • learn
  • learn linux
  • legal
  • libre office
  • life
  • lightdm
  • linux
  • Linux distributions
  • linux keyboards
  • linux mint
  • linux multimedia players
  • linux music players
  • loco teams
  • logmein
  • lubuntu
  • lxde vs xfce
  • mac osx
  • mandriva
  • media players
  • metacity
  • microsoft windows
  • mounting
  • mplayer
  • ms windows
  • multi-touch gestures
  • multimedia
  • multimedia codecs
  • multimedia converters
  • multimedia players
  • multimedia utilities
  • music players
  • mypaint
  • natty narwhal
  • nautilus
  • nautilus scripts
  • nautilus tips
  • netbooks
  • netbooks under 200-250
  • network monitoring
  • networking
  • news
  • nokia phone suite
  • note taking
  • ntfs
  • nvidia
  • office productivity suits
  • office suits
  • oneiric ocelot 11.10
  • online radio
  • online storage
  • open source
  • open-source
  • opensource
  • opensuse
  • operating systems
  • optical disk burners
  • optical disks
  • optimizations
  • package managers
  • painting tools
  • parent control
  • password generators
  • password managers
  • pdf editors
  • pdf readers
  • pdf tools
  • pim software
  • pinguy os
  • plasma
  • plugins
  • portable
  • portable applications
  • portable laptops
  • privacy
  • professional video editors
  • programming tools
  • project management software
  • proprietary drivers
  • python applications
  • qt
  • qt applications
  • qt4
  • registry cleaner
  • remote access
  • remote desktop access
  • reviews
  • roboform
  • rom flashing
  • rss readers
  • satellite trackers
  • scanning tools
  • screen recorders
  • screenshot taker
  • scripts
  • search engines
  • security
  • shell extensions
  • shell themes
  • skype
  • smart phones
  • software
  • software emulators
  • sound servers
  • source code editor
  • stack exchange
  • startup managers
  • stock market
  • swimming
  • system cleaner
  • system information
  • system monitors
  • tablet pcs
  • tablets
  • task killers
  • tech help
  • tech news
  • tech tips
  • technology
  • terminal emulators
  • text editors
  • text translators
  • themes
  • thunar
  • thunderbir
  • thunderbird5
  • tips
  • transformation packs
  • tutorials
  • tweaks
  • twitter
  • ubunt
  • ubuntu
  • ubuntu 11.10
  • ubuntu 11.10 alpha 3
  • ubuntu derivatives
  • ubuntu derrivatives
  • ubuntu minimal install
  • ubuntu netbooks
  • ubuntu news
  • ubuntu one
  • ubuntu tablet
  • ultrabooks
  • unity 2d
  • unity desktop
  • unity desktop apps
  • usb
  • utilities
  • vector graphics
  • video editors
  • video utilities
  • videos
  • virtualbox
  • virtualization
  • virus scanners
  • vlc
  • voip
  • wallpaper contest
  • wallpapers
  • weather apps
  • web browser addons
  • web browsers
  • webcam
  • weight loss
  • weird
  • widgets
  • window managers
  • windows
  • wine
  • xml editors
  • xubuntu
  • youtube

Blog Archive

  • ▼  2012 (7)
    • ▼  August (2)
      • My New Toshiba AMD Notebook Rocks!
      • Dell XPS A2010 Plays a Good Game
    • ►  June (1)
    • ►  May (3)
    • ►  January (1)
  • ►  2011 (515)
    • ►  December (3)
    • ►  November (1)
    • ►  October (16)
    • ►  September (57)
    • ►  August (59)
    • ►  July (81)
    • ►  June (112)
    • ►  May (149)
    • ►  April (33)
    • ►  March (4)
  • ►  2008 (2)
    • ►  March (1)
    • ►  January (1)
Powered by Blogger.

About Me

Unknown
View my complete profile