Ubuntu Multimedia :: Record Audio Desktop With Ffmpeg?

Mar 22, 2010

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 :

[code]...

View 8 Replies


ADVERTISEMENT

Ubuntu Multimedia :: Record Audio And Desktop From Internal Source (ALSA)

Jan 15, 2010

Is there any way to record audio from internal source with gtk-recordmydesktop?

View 2 Replies View Related

Ubuntu Multimedia :: A Good Screen Recorder That Can Record Video From My Desktop And Audio Through A Mic?

Jul 14, 2011

im looking for a good screen recorder that can record video from my desktop and audio through a mic and i need it to export the files as mp4 so i can edit it. i can use terminal commands if necessary but would prefer a GUI because i only have a few days to learn the program.

View 4 Replies View Related

Ubuntu Multimedia :: Record Microphone Input Using Ffmpeg / Alsa Always Receive Error

Dec 20, 2010

I am attempting to record my microphone input using ffmpeg / alsa but always receive the following error:

[code]...

Using arecord works perfectly with hw:0,0. I had also tried to use /dev/snd/hwC0D0 as input but I receive an error from alsa saying that it doesn't exist (despite it existing and having adequate permissions). I know absolutely nothing about hardware but am comfortable around the command line

View 2 Replies View Related

OpenSUSE Multimedia :: FFmpeg And ALSA Records The System Sounds Just Fine, It Doesn't Record The Microphone?

Oct 28, 2010

I'm trying to record a video with sound through FFmpeg, and while it records the system sounds just fine, it doesn't record the microphone (in fact, it crashes on doing so!). The strange thing is that if I use arecord, it works just perfectly, but through ffmpeg it crashes.This is the command that I use to launch FFmpeg:

Code:
/usr/bin/ffmpeg
-f x11grab

[code]....

View 9 Replies View Related

Ubuntu Multimedia :: Convert Video To Audio Use Ffmpeg?

Jul 15, 2010

I want to convert all video file in folder a become audio file in folder b use ffmpeg, how to type it in terminal?

View 7 Replies View Related

Ubuntu Multimedia :: FFMPEG Audio Capture With Jack Or OSS

Apr 18, 2011

I'm looking for configuring a Ubuntu box, we need to capture alsa output into ffmpeg with jack or OSS but not pulseaudio, as that tends to glitch badly. We have things working, but we are sort of hacking around in the dark, we play music, but as we aren't linux audio experts ourselves.

View 1 Replies View Related

Ubuntu Multimedia :: Record Streaming Audio From SWF?

Feb 2, 2010

I would like to record the audio from a streaming audio swf file. The site is:[URL]I found how to record audio from flash files (ie. .....) but not streaming from swf. Would anyone know how to do this?

View 8 Replies View Related

Ubuntu Multimedia :: Record All Audio Output?

Jul 14, 2010

Have you ever wanted to record a sound heard from your computer or website? If yes outRec is perfect for you. This simple but powerful application let you to record your sound card audio output easily in a few steps and save it in different kinds of formats like wav, mp3 or ogg.

Download from [URL]

To get it work you need to install the dependencies with:

Code:
sudo apt-get install sox gambas2-runtime lame mplayer libnotify-bin libmp3lame0 gambas2-gb-form gambas2-gb-desktop gambas2-gb-gui libtwolame0

View 1 Replies View Related

Ubuntu Multimedia :: How To Record Streaming Audio In 10.04

Sep 5, 2010

Use Freecorder in Win7 to record streaming audio and save it as an mp3. Anyone know of a similar program for Ubuntu 10.04? Tried Sound Recorder but I guess that's just for a microphone. Streamripper only seems to work on ShoutCast.

View 3 Replies View Related

Ubuntu Multimedia :: Record Audio From A Game?

Feb 28, 2011

I want to record audio from a sdl game which uses alsa as output (pulseaudio is purged). I tried gtk-recordmydesktop to no avail. Can I make the game output to jack? If not how can I record the alsa output of the game?

View 6 Replies View Related

Ubuntu Multimedia :: 10.10 - Cannot Record Both Audio And Video

Jun 6, 2011

For some reason, I cannot record video with cheese. I cannot record video and audio on ....., just video. I can record audio on sound recorder. Why can't I get both? I have an e-machines (acer)em-250, 2g ram, 2ghz intel atom processor. Using Moon Os 4 neak (ubuntu 10.10 variant). I have downloaded and installed ffmpeg, and all other codecs. I can also get video on google voice and video, but no audio. Obviously I have a built-in webcam and mic. I've had this problem with every ubuntu distro I've tried since Oct. of 2010. This netbook came with Win. xp, and I had no problems with this issue then. I would just REALLY like to be able to use my webcam and be able to record video and audio.

View 3 Replies View Related

Ubuntu Multimedia :: Ffmpeg To Resample Audio But Leave Video Unchanged?

Mar 1, 2010

I'm trying to write a bash script for gpodder to automatically convert video podcasts to play on my media player. I'm using ffmpeg for the conversions (compiled myself with all codecs enabled). I'd like to avoid resampling the video or audio whenever it's unnecessary but ffmpeg seems to want to resample my video even if I only give it audio parameters to change.For example I have a test video with the following parameters:

Code:
Stream #0.0(eng): Video: h264, yuv420p, 640x480, 1394 kb/s, 29.97 fps, 29.97 tbr, 2997 tbn, 5994 tbc
Stream #0.1(eng): Audio: aac, 44100 Hz, stereo, s16, 159 kb/s

[code]...

View 2 Replies View Related

Ubuntu Multimedia :: Record Audio W/o Transcoding Using Cvlc?

Jan 4, 2010

The commandcvlc --run-time 180 "http://amber.streamguys.com:4500/wcvehd1.m3u" --sout file/ogg:/home/mikeb/Audio_Recordings/WCVE-test"$(date +%F-%T)".oggwill successfully record a stream from my local NPR station. If I understand the messages thatare printed to stdout when I run it, this transcodes the mp3 stream to an ogg filece I am using this to timeshift a program that I otherwise would not be able to listen to, I would prefer simply to dump the stream in mp3 format without transcoding. tried changing "ogg" "dump" but that produces an error about the --sout option. Can someone tell me how to modify this command so that it simply dumps the incoming stream to a file in mp3 format

View 8 Replies View Related

Ubuntu Multimedia :: VLC Record Audio Stream Script

May 6, 2010

I was wondering is somebody could look at this simple script that I am working on. I cannot get it to output to my home directory. I noticed the message "bad input or output format" in the VLC verbose terminal.

View 3 Replies View Related

Ubuntu Multimedia :: Record Audio From Sound Card 10.10?

Nov 11, 2010

I can't seem to get my computer to record the audio from an application... Sound Recorder, Audacity, and outRec all output files but they are just silence, even though when I see them in a media player they show the visualizations. I have followed a couple guides to no avail.

View 4 Replies View Related

Ubuntu Multimedia :: Audio-recorder Doesn't Record Rai?

Jan 6, 2011

I'm trying to record the beautiful music of rai-tv. Sadly to say it onlyings me audio-files with no sound at all. Ps. In "alsamixer" everything is on 100%

View 1 Replies View Related

Ubuntu Multimedia :: Record Audio Playback From An Application And The Microphone?

Jan 12, 2010

I am trying to record audio playback from an application and the microphone at the same time on recordmydesktop using pulse audio. I just can't figure out how to mix them both. I have tried a lot already and can only get either the mic or the audio playback to be recorded, not both. Can this be done using pavucontroll?

I have been search now for hours to find a solution (also here on the forum) for this and getting really frustrated now. Maybe i'm just missing something really obvious, so sorry if this is a stupid question.

View 5 Replies View Related

Ubuntu Multimedia :: Emu 1616 / Microdock And ALSA - Can't Record Audio

Mar 3, 2010

I have alsa 1.0.22 on my system. I can plug in my pcmcia card into my laptop, and my computer register's it, but when I plug in my microdock, alsa still thinks it's an EMU 1010, which is just the basic one, and I have a 1616, so none of my inputs register anything at all, so I can't record audio. The only thing that seems to be working perfectly or at all, are the audio jack on the pc card, the headphone jack on the microdock, and the stereo mini out for speakers on the microdock. I think it's odd that the headphone and stereo outs work on the microdock, but I can't input any audio. how to get the rest of my microdock to work?

View 2 Replies View Related

Ubuntu Multimedia :: Way To Record Streaming Audio From Integrated Motherboard

Aug 4, 2010

Is there a way to record streaming audio from an integrated motherboard.

View 3 Replies View Related

Ubuntu Multimedia :: User Friendly Video Converter - Ffmpeg Cannot Convert A .avi To .3gp With Audio Working

May 15, 2011

i am using Ubuntu 11.04 on my computer system. I urgently need a good video converter for converting videos.I have already installed FFmpeg and men-coder,Winff etc. The problem is each has its own drawback.For instance ffmpeg cannot convert a .avi to .3gp with audio working. My preferences are the converter should be user friendly, should support all popular video formats.

View 2 Replies View Related

Ubuntu Multimedia :: Record Live Show (video And Audio) Using Vlc For Website?

Jun 13, 2010

I am wondering how i would do this using VLC (i want both video and audio to be recored),
i see this RTSP Protocol people use but no idea how to use this for a website thats going to have a live show on.

By the way the thing i want to record will be here http://e3.nintendo.com.

Would it be rtsp://e3.nintendo.com?
hopefully thats a link that can be recorded...right?

the reason i want to record this is because i got a test i have to take... i gotta stay for like 2 hours.

View 6 Replies View Related

Ubuntu Multimedia :: Record Audio Card Output And Mic Input Gtk-recordmydesktop?

Feb 13, 2011

I am currently trying to start doing some screen casting and having a problem with audio recording in gtk-recordmydesktop. The problem is that I need to record both; my computers audio card output, and my mic input at the same time. As of now I am able to record one or the other.

View 4 Replies View Related

Ubuntu Multimedia :: Record Audio From Multible Sources To Seperate Tracks?

Feb 15, 2011

I've been googling this problem a lot these last couple of days, with no luck.The thing is, I need to record audio from an old Tascam four track cassette recorder. I have three tracks on the tape and I want to record them to three seperate tracks on the computer. I don't have and cannot afford a decent multi-track soundcard (one of the reasons I'm using the cassette recorder, another being really cool drum sound). This means I cannot record the tracks seperately and sync them afterwards, because the speed of each playback isn't 100% reliable.

I have a USB guitar link from Behringer, which I could use and has one mono plug. Pulse Audio picks that up as a seperate input and with Jokosher I can assign line-in left and right to two seperate tracks and the USB link to a third one. The problem is however that Jokosher constantly freezes up and I've never been able to make it work properly. So my question is: is there any other way/software I could use to record from two seperate audio sources?

View 1 Replies View Related

Ubuntu Multimedia :: Good Animation Software - Can Record Audio And Import Pictures

Mar 26, 2010

I want a program similar to Windows Movie Maker that can record audio and import pictures that I made with GIMP and put them on a timeline so that I can make an animation.

View 5 Replies View Related

Ubuntu Multimedia :: Record Sound In Kubuntu 10.04 - Default Device For Audio Recording Does Not Work

Jun 28, 2010

I have detected some problems when I try to record sound in my Kubuntu 10.04 system.

The problem is that the "default" device for audio recording does not work but I have to select another device to do so. I always selected the "default" device for audio recoding but currently I have to select hw:0,2 device.

Another odd thing is that different programs show me different device. For example, Audacity shows me that I have the following audio recording devices:

- HDA Intel: ALC888 Digital (hw:0,1)
- HDA Intel: ALC888 Analog (hw:0,2)
- spdif
- default

The only one that works is hw:0,2.

But arecord shows me (when I execute "arecord -L") the following:

Finally, in KDE system preferences for audio I get that I have 2 different audio devices for audio recording:

- HDA Intel (ALC888 Analog): it is said that it will try first x-phonon (CARD=0, DEV=0) and, if the latter does not work, it will try plughw (CARD=0, DEV=0)

- HDA Intel (ALC888 Digital): it is said that it will try first x-phonon (CARD=0, DEV=1) and, if the latter does not work, it will try plughw (CARD=0, DEV=1)

Where is the hw:0,2? and how can I set the alsa system to use hw:0,2 as the default device for audio recording?

All of that would not be a problem but I also have an ubuntu 9.04 installed on a virtual machine (by using virtualbox) and audio recording doesn't work there. I suppose that it is becase of the virtual sound card is using default devices for playing and recording audio.

I must say that audio playback works fine in both host and guest systems. It is just audio recording.

View 6 Replies View Related

Ubuntu Multimedia :: Unable To Record My Desktop / What To Do?

Feb 17, 2010

I Wanna Record My Desktop So I Found a Program Called gtk-recordmydesktop Ok,Then i Installed It
But When i click Record Waaaa The Windows Close.
I Tried Istanbul and It Wasn't Running.
I Treid Wink Which Do The Same First Program.
I Tried Xvid But The Same Thing Happens!!!!!!
IS There Any Program That Take screenshot for 1 sec i mean like take 1 screenshot per second.I Know IT Would Be Slow But It Might Help.
Or Is There A Way To Fix this ?

View 5 Replies View Related

Ubuntu Multimedia :: How To Record Sound From Desktop

Jul 14, 2011

Im trying to record sound comming from firefox, but I dont seem to be able to find a right application for that purpose..

View 9 Replies View Related

OpenSUSE Multimedia :: Audio Choppy - Can't Play Any Audio With Amarok When Desktop Effects Are Enabled

Jun 7, 2011

to start off, i'll post the specs of the machine:

dell inspiron e1505
3.2 gb ram
1.86 ghz intel core duo
ati x1400 gfx
opensuse 11.4 kde 32 bit.

okay, here are the details: can't play any audio with amarok when desktop effects are enabled because the minute a window is moved, it will distort the audio. even when disabling desktop effects, some applications still cause this. can't play videos videos even with desktop effects disabled because of the same reason.

i just switched from ubuntu and when i ran version 11.04, i had to disable kms to do anything. i tried on opensuse 11.4 and the audio was flawless but the gfx went all to hell.

View 3 Replies View Related

Ubuntu Multimedia :: After Installing Nvidia Card Ffmpeg Desktop Capture Fails To Work?

Nov 10, 2010

i installed an nvidia graphics card recently and this

Code:
ffmpeg -f alsa -ac 2 -i pulse -f x11grab -r 30 -s 1024x768 -i :0.0 -acodec pcm_s16le -vcodec libx264 -vpre lossless_ultrafast -threads 0 ./Desktop/mydesktop.mkv

[code]....

View 4 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved