Ubuntu Multimedia :: Use Kazam Screencaster In Terminal?
Mar 24, 2011
I want to use Kazam Screencaster to record my vids, but it goes to the tray when you record, and I don't use a panel (my desktop is the very definition of minimalistic. I just use all shortcuts and terminal.)
is there any way I can record/stop it with the terminal?
View 2 Replies
ADVERTISEMENT
Jan 4, 2011
I've installed the screencaster recordMyDesktop, but the program isn't working fine.
View 1 Replies
View Related
Jun 1, 2011
I need a screen recorder - but today I did. Being a quite recent Fodora convert I had a quick squint about the forums and found nothing but problems with the more well known desktop recorders or commandline ffmeg / mencoder solutions.A name that did crop up a few times is KAZAM - an Ubuntu Launchpad project... hmmm I thinks - shouldn't be too hard to get up on F15 being a python script... this Fedora solution is based on the Debian howto found here: [URL] And here it is:
1) You will need a few tools and dependencies 1st:
Code:
sudo yum install bzr intltool python-keybinder gnome-python-rsvg python-xlib python-distutils-extra python-pycurl x264-libs
2) Grab the code branch from launchpad by bzr:
Code:
sudo bzr branch lp:kazam
3) change into Kazam folder and install:
Code:
cd kazam
sudo python setup.py install
4) Job done!
You'll now have an Applications -> Sound & Video -> Kazam Screencaster shortcut in your menu Once you have started a recording (with audio if you like and have pulse setup) you can pause / stop from the bottom panel applet and can then save the MKV to disk for or open further editing. The "Edit with" option does not seem to be working yet - at least not on my machine but that is no major hardship
View 4 Replies
View Related
Jan 31, 2011
https://bugs.launchpad.net/unity/+bug/711098
View 1 Replies
View Related
Jan 24, 2011
gnome-terminal from the Debian squeeze does not use the 'default_size_columns' and 'default_size_rows' from the /apps/gnome-terminal/profiles/Default/ folder of gconf.
View 6 Replies
View Related
Aug 26, 2011
I find xcompmgr more than adequate for making a desktop look pretty modern, and I don't like the more extravagentCompiz gimmicks - but there is one thing that irritates when using xcompmgr which someone here might have worked round.
Rounded window borders don't draw and redraw properly when using the Terminal (gnome-terminal and the LXDE and Xfce ones) or system monitor and moving them from their default place. You get this little white botch at the corners. I'm not massively technical and I'm ambivalent about how much more I want to learn as I have plenty of creative outlets already, but I would like to solve this. Somehow xcompmgr is treating these programs as a different class? It's capable of drawing the window borders properly as it is just these two programs that get botched. Possibly this doesn't get noticed as maybe people usually use xcompmgr with openbox and LXDE and their square window borders. I did do a search but there was nothing matching what I saw.
View 3 Replies
View Related
Jan 28, 2010
Is there any way to get information about whether something is currently played via the speakers? Is there an app that "scans" the VU-meter (e.g. pavumeter) in a terminal and prints out any information about the current "sound-volume" that goes out?I'd like to create a script that prevents my Ubuntu to suspend while something (e.g. music) is played... I know that e.g. Rhythmbox has a plugin for that, but I'd like to use SongBird...
View 5 Replies
View Related
Mar 8, 2010
I am trying to convert movies to mpeg4 or more specifically formatted to play on my blackberry curve. I followed installation guide from this tutorial [URL]. Everything installed and the program works but when I add a file and pick presets and hit convert the terminal pops up and says the following:
[Code].....
So I press Enter and the terminal closes, than... nothing happens just staring at the winff screen.
I really have no idea where to go with this. I found a link from the forums earlier on these common crashes but cant seem to find it again.
View 1 Replies
View Related
Apr 7, 2011
is it possible to rip a Video DVD to hdd with a command line command ? Or with a bash script. What I want it to do is to rip the Video DVD as is in VIDEO_TS structure to the HDD. No encoding to other formats.
Can it be done ? And How ?
View 5 Replies
View Related
Jul 4, 2011
what i mean is like type "banshee play Hatsune_Miku" and it plays...... and google yield no results so i brought it here.
View 4 Replies
View Related
Jan 31, 2010
I'm trying to write a script that opens up vlc, opens up the playlist, and then opens up my music folder. So thus it looks like this so far;
Code:
#!/bin/bash
vlc &
# command to open up vlc playlist
gnome-open /media/files/multimedia/music
However, I seem to have no clue as to how to open vlc's playlist from a command. I know the hotkey for opening the playlist is "ctrl + L" but I don't know if this is useful at all.
View 5 Replies
View Related
Feb 4, 2010
Is it possible to install a bluray ripper via the terminal that can be used via the terminal?
I'm using xbmc and from what I've read it's not possible in the frontend.
View 1 Replies
View Related
Feb 27, 2010
My terminal program comes up as a white screen (see Screen shot picture)and so does the login screen (Like when you run updates and it asks you to log in so you can update, YES that screen) I have searched and found nothing on this
I have a Dell Optiplex GX115
Dell LED flat screen 49T monitor
Ubuntu 9.10
512mb ram
80gb hard drive
View 3 Replies
View Related
Mar 14, 2010
I was having issues with xscreensaver, desktop background and VLC all cutting out at same or different times and narrowed it down to "possibly" compiz or the FGLXR ATI driver that was recommended for my ATI HD3200 card. So, without knowing better, i went into hardware settings and removed the proprietary driver and did a reboot thinking the system would come back up and default back to a vanilla driver. No dice. Hello white screen of death! So, i am assuming that I can just reinstall via terminal and life will be good again? So, looking for CLI commands via terminal for reinstall.. (if possible)
View 9 Replies
View Related
May 23, 2010
I opened gstreamer-properties from the terminal. Following some directions from another thread, I changed the output to "custom" and filled in a box with a bunch of code that I didn't know anything about. I pressed "test" and it didn't work. Out of frustration, I deleted the text I had written in the box and closed gstreamer-properties. Now it won't open back up. When I try to open it from the terminal I get:
gstreamer-properties-Message: Skipping unavailable plugin 'artsdsink'
gstreamer-properties-Message: Skipping unavailable plugin 'esdsink'
Segmentation fault
That's it. It won't open and when I try to open it directly from its source folder, nothing happens at all. How can I open it back up so I can continue to fiddle with it and (hopefully) fix this blue-tint problem.
View 3 Replies
View Related
Jun 5, 2010
how to make videos in Linux and have found some interesting stuff. I subscribe to Linux Journal and ran across a nice video showing how to make a movie with ffmpeg. If you are interested check out this video. [URL]
View 1 Replies
View Related
Jun 29, 2010
Greetings Ubuntu World. I'm trying to find out how do you access external drives inside the terminal of Ubuntu 10.4 or Fedora 12? I'm not sure which command to use.
View 3 Replies
View Related
Sep 3, 2010
Muse will not make sound. The jack server is running, but not from the terminal. I can only get it to run with the Jack control. But it IS running. And still, I hear no sound from muse.Muse is connected to the system in the connection window.So, whats the problem?
View 3 Replies
View Related
Jul 11, 2011
Is there any way to pull up deleted history with terminal and delete it permanently so that even a computer forensic couldn't pull it back up?
View 2 Replies
View Related
Sep 28, 2010
I use webcam with the streamer application. So, to record a video I have to put in terminal something like this:
Code:
streamer -q -c /dev/video0 -f rgb24 -r 24 -t 00:30:00 -o /home/shark/untitled.avi
I know I can use other applications but I have got problems with all except with this. This is really annoying because it is a delay job. So, I am wondering how can I make a script that the terminal will ask me to name the file or even better to ask where to put my file.
View 9 Replies
View Related
Nov 18, 2010
I'm looking for a way to change the balance of my audio in the terminal. (i.e. setting a different volume for the left and the right speaker).I can set the volume level for both channels at once with a command like:
Code:
pacmd set-sink-volume 1 32768
But I'd like to do something like
Code:
pacmd set-balance 1 -0.2
to shift the balance towards the left speaker.
View 1 Replies
View Related
Jan 20, 2011
fun trick ??Turn your terminal into a music player with nvlc
View 2 Replies
View Related
Apr 24, 2011
I've been testing with the SoundConverter software and I want to write a script for it.Most music files on my pc are *.flac. But I want to convert some albums to my mp3 player with a script. Everything works fine. I do this:Code:soundconverter -b -m audio/mpeg -s .mp3 *.flacBut the quality is 128kbps.Is there any way to change the bitrate (in the terminal ofcourse)?And if this is not possible, is there an alternative that copies the tags correct like SoundConverter?
View 5 Replies
View Related
Jun 6, 2011
Recently Banshee won't start up all the way. If I just start it from the Unity launcher I get a blank white screen which will eventually stop responding. If I run Banshee from a terminal I get this output:
Code:
[Info 14:08:56.332] Running Banshee 2.0.0: [Ubuntu Natty (development branch) (linux-gnu, x86_64) @ 2011-04-18 16:18:52 UTC]
[Info 14:08:58.329] Updating web proxy from GConf
[Info 14:08:58.536] All services are started 1.852889
** (Banshee:4120): DEBUG: SyncDaemon already running, initializing SyncdaemonDaemon object .....
(Banshee:4120): Cogl-glx-WARNING **: ./cogl-framebuffer.c:912: Failed to create an OpenGL framebuffer
View 4 Replies
View Related
Dec 8, 2010
I am looking for a method to add new encoding to Gnome Terminal.The encoding i want to add is MIK (Bulgarian DOS cyrillic encoding) and it is not found in Terminal -> Set character encoding -> Add or remove list.Is there a way to add this encoding to the list ? Or is there some other terminal or telnet / ssh client which allows me to add encodings ?
View 3 Replies
View Related
May 29, 2011
Iv installed debian 6.0.1 and tried to install the kde desktop. it installed ok but when i boot up now i just get a terminal. Iv tried starting x but apparently its already running which kinda makes sence since the terminal IS a bit gui (you can use the mouse to select some menu buttons at the top) Iv made sure xorg and kdm and all that jass in installed and up to date but nothing seems to work.
I saw in an ubuntu forum that someone with the same problem solved it by renaming their home folder then making a new one with "the correct permissions" however i have no idea hgow to do that from the terminal and alot fot eh commands they talked about dont seem to work which i was surprised by since i thought it was all bash? (ie startx, service, sudo are all invalid commands for me apparently)
View 4 Replies
View Related
Jun 18, 2010
I debate whether to place this under Server or under Multimedia, because it's both. I have Server 10.04 installed on a Foxconn Intel Atom board. For one of it's duties, I hope to set it up as a jukebox with Subsonic. I plugged in a pair of headphones and set about testing. Long story short, I have no audio from them, although I can get a light hiss when using sound-test. (I will have no GUI on this machine. Everything will be done through terminal or through a browser.)
Using lspci, I have this: 00:1b.0 Audio device: Intel Corporation N10/ICH 7 Family High Definition Audio Controller (rev 02)
Using aplay -l, I have this:
**** List of PLAYBACK Hardware Devices ****
card 0: Intel [HDA Intel], device 0: ALC662 rev1 Analog [ALC662 rev1 Analog]
Subdevices: 0/1
Subdevice #0: subdevice #0
card 0: Intel [HDA Intel], device 1: ALC662 rev1 Digital [ALC662 rev1 Digital]
[Code]...
View 2 Replies
View Related
Feb 15, 2011
I'm trying to create an iso file in a terminal with the following command:
$cat /dev/sr0 > nameofdisk.iso
I get the following error
cat: /dev/sr0: Input/output error
I already checked and my optical drive is indeed /dev/sr0. I've hunted google a few hours trying to figure it out. Does anyone know why I'd be getting this error?
View 4 Replies
View Related
Mar 29, 2011
I Am considering adding a sound card to my system and I am open to any suggestions. I have a lot of media files and I also do some gaming.
View 1 Replies
View Related
Feb 25, 2010
When I was running it before, that was Debian as well, I was able to make my gnome-terminal window decorations completely transparent and/or gone - so the terminal appeared to be typing directly on the desktop.
The method I used before to accomplish this was pretty straightforward, these options could be found in the actual terminal's interface and menu options.
However, now, I get the following result:
Click on the image for a larger size image so as you're able to see the picture in more detail.
View 2 Replies
View Related