Im using slackware 13.1 , and tried to record my desktop with recordmydesktop but the qualite was very bad, then i googled the subject little, and i found this commande with ffmpeg here is it:
I've been using RecordMyDesktop to do some simple videos (no fancy effects) and when I play them back, they are all jaggedy and pixelated and barely viewable.
I've noticed that there are a lot of different programs out there to record your desktop (screencast), and it can be tricky to understand the differences between them, their limitations, and how to use them, so i made a video where i show how to choose between them, what their features are, how to USE them, and how to get the highest quality video from them.
You can find it here: High Quality Screen Casts, Desktop Recording, with Linux
I can record my desktop for instructional aids but saying "And now click here" is not too cool and the user could miss the what-where. How do I have each mouse click play an audio sound or have a right click cause circular waves and a left click square waves around the mouse? Something graphic and/or audio. (My android tablet has the option of a click sound when a touch is recognized.)
I hope for something more obvious for the viewer. I don't use Compiz but would be willing to try it if that is the answer. Turning on Visual Effects (x) Extra does not do it. I didn't see anything in Assistive Technologies.
I creating a mini soft for screencast (audio + video) with ffmpeg.For the video,it's ok.For the sound, the capture of sound of my webcam (/dev/dsp1) it's ok.
Code: ffmpeg -f oss -ar 44100 -i /dev/dsp1 -acodec mp2 -ab 128k test.mp3 But for my audio desktop :
Ubuntu 8.04gnome-sound-recorder 2.22.0It is a simple recorder easy to use. But I can't find out how to add further recording after pressing [Stop]. Please advice how to continue recording instead of restarting a new recording.
I have recently grown to love Linux for its fast reliable virus free and clean uncluttered operation for word, photo, spreadsheet and especially internet use. As a pro musician I've used Sonar on Windows XP for years and it's a great programme, however for various reasons I would like to abandon Windows completeley and I like Audacity, Ardour and Rosegarden. Although basic, these would get me through most of my projects as a guitar teacher. My questions are: is it considered essential to install a real-time kernel or can you get by nudging audio by 50 ms or so. Ubuntu Studio would be the answer I guess although on my HP dual core I get mouse and keyboard freezes with Ubuntu after 9.04! - weird. Fedora has always been rock solid on my machines although I understand that there is no real time package for versions after F12. Are there musicians out there that use Fedora? - which versions and what set up.
I use 'scripts' to make copies of my ssh sessions for various reasons.
When I access the logs via less, etc, I see this:
Script started on Mon 12 Sep 2011 08:59:14 AM CDT
ESC]0;root@:~^G[root@ESC[1;31m ESC[0;0m~]# ESC]0;root@:~^G[root@ESC[1;31m ESC[0;0m~]# logout ESC[HESC[2JConnection to closed.^M Script started on Mon 12 Sep 2011 09:00:32 AM CDT
[Code].....
Does anyone know how I can get this cat output into a file for easy viewing?
Toshiba, Celeron, 64bit, Kubuntu 10.04 LTS I am trying desperately to get Audacity to record webcast streams. Neither the Audacity nor the Kubuntu Community have sufficient answers. get Audacity configured for recording web streams?
I have a Haupagge WinTV 1300MCE capture card,what is the best program to use for viewing Television and recording in Ubuntu 10.04 LTS or what programs are common with this card, best used.
I have xscreensaver installed and configured. I have it set to turn on after 5 minutes, cycle every 5 minutes. I have acpi setup to blank my monitor after 10 minutes and power off after 15 minutes. The problem is, sometimes it works, sometimes it doesn't. I haven't figured it out. The service from what I can tell only runs when the screen saver is active. So checking ps -e doesn't tell me much, and since there isn't a true problem it is not recording anything in the logs.
The problem is i unable to stream this kuraiamr_nb.mov file at my streaming server. when i play this file in quicktime player its stating that this is a unsupported media type.
I am looking for an option to convert .vob file to mp4 format. Command "ffmpeg -i S.vob x.mp4" is giving error message "[libfaac @ 01cac110] Unable to load libfaac.dll". I tried to convert in other formats like .avi with the same command and got success. Conversion is decreasing the quality like hell. Though size of the file after conversion is as big as original then why this bad quality. Some where I have read if I will not specify any argument it will keep the quality same but here it is not happening. Not sure why....
I want to start recording when someone starts talking, and stop recording when it becomes silent. I guess if there is stream audio processing tool like ImageMagick, so I can strip away blank sections like this:
I'm trying to convert Flac audio file to AAC file using command line. It's working fine. Now I want to do the same using fifo And it's freezing.So could you tall me what I'm doing wrong.
I am running this command in Ubuntu and windows but I get the full length instead of 10 mins. I want to split it in 10 minutes.ffmpeg -i 2000.flv -ss "00:00:00" -t "00:10:00" -vcodec copy -acodec libfaac 2010.flv
Code: $ffmpeg -i /data/sumeet/video/hollywood/you don't know jack/You.Dont.Know.Jack.2010.DVDRipwww.theevolution.org_by_digoloko.rmvb FFmpeg version git-1dbd813, Copyright (c) 2000-2010 the FFmpeg developers built on Oct 1 2010 19:28:12 with gcc 4.4.3
[Code].....
At least one output file must be specified Actually the video has embedded subtitles. I thing that is stream 0.2 in real media container. How can i pull that data out ?
I have a TV tuner card with its output connected to the CD in of an integrated sound card. Video is OK, and the sound also gets thorough (to the line out) when running xawtv, for example. However, I found no ways yet for recording it.I'm running Ubuntu 10.10 with ALSA drivers. Pulseaudio was running in the beginning, now it doesn't, but it doesn't seem to make much difference.
capturing with VLC, using plughw:0,0 as the audio capture device. (Result: no sound track at all in the resulting video.)arecord, then aplay.alsamixer. The capture source is set to "CD" (and on the input side it's also "CD" where I can effectively modify the volume for audio going through...), but still no result.
I've created some time-lapse videos from photos, using this command: ffmpeg -i IMG_%03d.JPG -s 1440x1080 -sameq video.MP4
And it worked great. Now I want to join several of these time-lapse videos to make a single, longer video (all the input videos have the exactly same format). I already tried using: cat video1.MP4 video2.MP4 > stitch.MP4
but the output ends up being equal to video1.MP4, I don't want to transcode nor changing any parameter of the video, I just want a end-to-end stitching, as if those videos were on a playlist.
i wanted to install ffmpeg with lame mp3 support.its procedure is as follows:
cd /usr/local/src/ffmpeg/ ./configure -enable-libmp3lame -enable-libogg -enable-libvorbis make && make install
but i have not passed -enable-libmp3lame during installing to ./configure so mp3lame support is not available.how can i modify existing installation to install libmp3
I use ffmpeg to convert my files, but when I do so, I lose the keyframes metadata from my flv files. The command I use right now is: $/usr/local/bin/ffmpeg -i %s -ab 96k -ar 44100 -b 500k -r 25 -f flv %sHow can I avoid ffmpeg to delete the keyframes info?
I am running a video script on my server and I am very new to running a dedicated server and commands. Most of our site was setup but other and someone has broke something and no one seems to know how to fix.
Here is the issue. We run a script that uses these requirements
[Mod edit]Adult content Link removed
requirements
Now our server guy ran a update inside webmin for debian and now our videos still convert but wont make thumbs. Here is what he did.
Now updating libsmbclient ..
Now the AVS script wont make thumbs and webmin still wants to do 3 more updates that get unmet dependencies errors. Here they are when we try to run another update.
Building complete list of updates ..
Now what we need to do is either undo the update he already did or maybe get the one its asking for now to work but not sure which one will fix our thumb generating problem? Here is the error in the log file of the AVS script.
(1)I got ffmpeg-checkout tarball dated 5 june 2010 . It was bigger than ffmpeg-export of same date but I noticed the binary ffmpeg & ffplay generated after './configure' & 'make' are same size.
(2)I am using ubuntu 8.04 with GNOME. I am able to compile ffmpeg with following options
[Code]....
Do I have to get tarballs (of libx264 & libtheora) & compile them .
I am running a server which is hosting a site where members can upload videoclips. I noticed that upon upload a thumbnail is not created for the videoclip. I found out that ffmpeg needed to be properly installed and in my case ffmpeg-php as the site runs on php. So far so good. I followed the instructions found somewhere to install ffmpeg-php but stall at the command: dot slash configure && make The error I get is:
checking for egrep... grep -E checking for a sed that does not truncate output... slash slash bin slash sed checking for gcc... no checking for cc... no checking for cc... no checking for cl... no configure: error: no acceptable C compiler found in $PATH
I presume it's because gcc is missing. how I can start tackling the problem and ultimately get gcc running so I can install the ffmpeg? I am really sorry I was hoping to elaborate a bit more but I get an error: You are only allowed to post URLs to other sites after you have made 15 posts or more. so I guess I need to wait and describe it differently.