Tag Info

Hot answers tagged

35

You want simple? Install nautilus-image-converter It adds two context menu items in nautlius so you can right click and choose "Resize Image". (The other is "Rotate Image"). You can do a whole directory of images in one go if you like and you don't even have to open up an application to do so. Very simple to use, very simple to configure.


24

First install imagemagick sudo apt-get install imagemagick Open a terminal and run this command: `convert -resize 50% source.png dest.jpg` It will reduce the size by 50% You can also specify the size: `convert -resize 1024X768 source.png dest.jpg`


17

All the information is on the wiki. I suspect these are going to evolve over the next few weeks so I won't copy-paste them here for now. https://wiki.ubuntu.com/UbuntuTV/Contributing There is now a PPA from WebUpd8's Alin Andrei. It only works for 11.10 and contains a patched unity-2d package as well as the new unity-video-lens package. All you have to ...


15

I solved my problem. 1) check if any pulseaudio instance is running : pulseaudio --check (my weren't so i just advanced to step 3) 2) if any instance is running : pulseaudio -k 3) finally start pulseaudio again as a daemon : pulseaudio -D 4) start banshee again and enjoy !


12

If you're just doing a couple of images, most image editors in Ubuntu (Gimp, F-Spot, etc) will let you do a basic resize. If you want to edit tens, hundreds or thousands of images, I prefer Phatch. Phatch is a GUI-based batch photo editor that will let you perform a whole load of transformations on images. sudo apt-get install phatch ImageMagick is good ...


11

Install this packageby clicking on this icon: Or via command line: sudo apt-get install ubuntu-restricted-extras Installing this package will allow you to play MP3 files, and to decode various audio formats such as LAME. It will also allow you to use Microsoft fonts, install the Java Runtime Environment, Adobe Flash, and play DVDs. Additional reading: ...


11

Install the xdotool package, and try issuing xdotool key XF86AudioLowerVolume and xdotool key XF86AudioRaiseVolume.


10

Finally I figured out how to do it. These are the steps: Create a subdirectory called VIDEO_TS and move all files there. Create an DVD ISO file by executing: genisoimage -iso-level 1 -dvd-video -volset-size 1 -o output.iso root_folder Mount the DVD ISO by executing: sudo mount -t iso9660 -o loop output.iso /media/cd/ The result will be a compatible ...


9

kdenlive is (in my experience) the easiest software which will allow you to perform that task in a few steps and without problems. Even so, the OpenShot Video Editor project is also useful but it yet needs lots of hard work to get closer to the kdenlive. Here are a screenshot of the kdenlive and openshot respectively: I would suggest you to take a look ...


9

Open Ubuntu Software Center, search for vlc and install it. Then go Applications --> Sound and Video --> VLC. On VLC press Media --> Open folder and select the folder that contains the VOB files.


9

Install ubuntu-restricted-extras Also have a look at this page.


9

For Ubuntu 12.04 Click on the button: or by simply opening a terminal and typing sudo apt-get install xbmc. After the release of Ubuntu 12.04 updates should be available in the stable XBMC PPA above and XBMC can be updated by adding the PPA and updating your system. sudo apt-add-repository ppa:team-xbmc/ppa sudo apt-get update && sudo apt-get ...


8

TimeKpr I guess it has everything you need. Limit access time per day per user, easy gui for configuration, abitlity to bypass for a day, add some "reward time", notification of remaining time for users, etc. The project page is here. They also have a PPA for ubuntu which you can add to your Software Sources: deb ...


8

Some are for legal reasons - some video/audio formats require further license agreements or don't quite fit under the Ubuntu license schema. You can read more about this on the Ubuntu Wiki: Restricted Formats page. I know that Ubuntu Studio comes with a lot of these codecs and "drivers" already installed. However for an average desktop user it's a lot of ...


8

All the applications that are listed in Preferred Applications are registered in /usr/share/gnome-control-center/default-apps. To add VLC to the list of media players, Create a file called vlc.xml in /usr/share/gnome-control-center/default-apps: Hit Alt+F2 and run the following command: gksu gedit /usr/share/gnome-control-center/default-apps/vlc.xml ...


8

You can install Ubuntu by downloading it, buning it on a cd/DVD or a USB. install Ubuntu, When booted in Ubuntu follow the steps bellow. step 1 Remove the Video Lens that comes with the YouTube scope or else there will be conflicts: sudo apt-get remove lens-video Install Ubuntu TV using the test PPA sudo add-apt-repository ppa:nilarimogard/test3 sudo ...


6

As noted in Ubuntu Community Documentation, by default, Ubuntu tries to only include completely free software means that proprietary media formats are not configured 'out of the box'. However, extra packages can be installed to play those proprietary media format. To play the proprietary media format, install the ubuntu-restricted-extras package. You can ...


6

VLC comes with configurable hotkey definitions. To access the hotkey menu open Tools -> Preferences -> Hotkeys: The key for a given action can be determined by clicking on the line in between Clear and Apply. Then a window pops up to ask you for the new key combination. Press Apply to save these. This procedure works fine with standard keyboard keys. ...


6

I had a similar problem and the issue was that Gnome would capture the media keys before they reached VLC, to fix this you can go to "System->Preferences->Keyboard Shortcuts" There you will see a header called sound (Expand it if needed), and remove the key combinations you want in VLC from there (You can disable them by clicking on the item and then ...


6

sudo apt-get install imagemagick mogrify -resize 50% *png # keep image aspect ratio mogrify -resize 320x240 *png # keep image aspect ratio mogrify -resize 320x240! *png # don't keep image aspect ratio Actually, to fully use the aspect ratio keeping, do like this: mogrify -resize x240 *png or mogrify -resize 320x *png


6

You need to install the package totem-plugins-extra. You can find it in the Software Centre or just use: sudo apt-get install totem-plugins-extra from the command line. Now open Totem, go to Edit -> Plugin, check that the coherence plugin is installed. In the dropbox of the sidebar select Coherence DLNA/UPnP Client. You should be able to browse your ...


6

I don't have my laptop with me to try this right now, but I think this should work, or at least get you close: echo $(date +%s -d"+ $(echo 8*60*60 | bc -l) seconds") > sudo tee /sys/class/rtc/rtc0/wakealarm ; sudo pm-suspend --auto-quirks ; ogg123 ~/Music/*.ogg That's "8 hours from now" -- 8 hours * 60 minutes per hour * 60 seconds per minute. Adjust ...


5

You are right, the ffmpeg packages in Ubuntu 10.04 and 10.10 do not support video filters. If you use Ubuntu 10.10, you can add unofficial packages from the Debian Multimedia Project and install their ffmpeg version (you should not do this if you use Ubuntu 10.04, there are too many conflicts with older packages. Also do not combine those packages with ...


5

GIMP is probably the easiest way, since it has a fairly simple UI for such common tasks. All you have to do is open up your image and go to Image → Image Size and then change accordingly. There are ways to do batch resizing using the GIMP as well, but I don't know them by heart.


5

ImageMagick is the package you want. It contains a number of useful command line tools for this very purpose. Here's a simple tutorial explaining how to batch resize images:- http://www.novell.com/coolsolutions/tip/16524.html


5

Drag-and-drop works brilliantly in Unity (in 11.04). You can drag and drop both directly onto open windows, or onto the applications launcher. In the screenshot below I'm drag-n-dropping a video file. The launcher fades the icons of all the programs that can't handle a video file, leaving only Banshee and Totem. Note that in this example then Totem is ...


5

First click here to open the sound menu: Then click sound preferences to open the sound preferences: Now you can slide your volume above 100%


5

Check if your speakers are working. You can test this from System Settings / Sound / Hardware tab. I had the same problem this morning. The reason this happened for me - I changed the device for sound output from analog to HDMI while fiddling with the sound settings last night. You can check the device you are using from System Settings / Sound / Output ...


4

You can right click at the desired video file then choose "Proprieties" > "Open with" the "VLC". Also you can edit mimeapps.list at ~/.local/share/applications and add: video/dv=vlc.desktop; video/mpeg=vlc.desktop; video/x-mpeg=vlc.desktop; video/msvideo=vlc.desktop; video/quicktime=vlc.desktop; video/x-anim=vlc.desktop; video/x-avi=vlc.desktop; ...


4

The multimedia keybindings are stored in $HOME/.gconf/apps/gnome_settings_daemon/keybindings/%gconf.xml. But note that this directory only exists if you changed any of the values -- keys with their default value (e.g. play = XF86Audioplay) are not stored. Default values for the multimedia keys are stored in a so called schema file (for details see the gconf ...



Only top voted, non community-wiki answers of a minimum length are eligible