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
ADVERTISEMENT
Mar 7, 2010
I'm trying to convert a video in .ogm format to .avi format so I can stream it to my PS3 via uShare. I'm using Mencoder and the following command to do it (to transcode the audio from vorbis to mp3 and the video from mpeg4 to xvid):
Code: mencoder input.ogm -oac mp3lame -ovc xvid -xvidencopts pass=1 -o output.avi.The only problem is, the video contains 2 audio streams - one Japanese and one English. Needless to say, I need the English one. The above command only seems to transcode the Japanese audio though!Here's what ffmpeg has to say about the input file:
Code:
Input #0, ogg, from 'input.ogm':
Duration: 00:24:16.12, start: 0.000000, bitrate: 1280 kb/s[code]...
what I can do to specify the correct audio stream to encode? Also, how can I keep the bitrate the same as the output.avi seems to default to 96kbps?I'm not sure which audio stream is which but a little trial and error will sort that out in no time.
View 7 Replies
View Related
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
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
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
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
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
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
View Related
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
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
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
Mar 10, 2011
I am looking for audio transcoding tips. I would like to transcode mp3 to ogg on F14. Can someone advise me the tool to use and if there are some script lines required to operate in bulk mode?
View 10 Replies
View Related
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
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
Aug 4, 2010
Is there a way to record streaming audio from an integrated motherboard.
View 3 Replies
View Related
Jan 15, 2010
Is there any way to record audio from internal source with gtk-recordmydesktop?
View 2 Replies
View Related
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
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
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
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
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
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
Jan 22, 2010
I tried converting wma to mp3 with vlc, but an error comes up this is what it says.
p, li { white-space: pre-wrap; }
Streaming / Transcoding failed:
It seems your FFMPEG (libavcodec) installation lacks the following encoder:
MPEG Audio layer 1/2/3.
Either how can I get that encoder for vlc or what else can I use to convert wma to mp3?
View 9 Replies
View Related
Sep 21, 2010
Can't find anything quite like this having been asked already I have just bought all of Babylon 5, and want to put it on my hdd instead of using the discs. dvd::rip works fine for me. I can rip and then transcode titles to AVI manually. What I want is to rip a disc or two, and then have dvd::rip transcode them overnight (takes about 50 minutes per episode on my machine). I tried this on the command line: dvdrip -f transcode -t 2 b5s1d1.rip which, after briefly loading the GUI, just gets this error: Can't locate object method "error_dialog" via package "Video:VDRip::GUI::Main" at /usr/share/perl5/Video/DVDRip/GUI/Main.pm line 173. Gave up and found dvd::ripqueue, which is a gui utility that automates what I would have put into a script, but it doesn't work properly - dvd::rip launches, but only performs the first pass and produces no output. My projects were set up and saved correctly (as I said, all this works if I start it manually from the dvd::rip GUI).
View 2 Replies
View Related
Aug 24, 2010
I've been interested in trying to figure out how to do some real-time transcoding to downsize video files on the fly and play them back on my android phone. I read the Mencoder and vlc documentations and am trying to figure out an open source method and i don't mind setting up an apache server and writing some code to get a web interface.
View 1 Replies
View Related
Sep 12, 2010
In newer versions of Avidemux wrong parameters are set when choosing "Sony Playstation Portable" from the Auto menu. The PSP doesn't support more than 2 reference frames or 8x8 DCT Transform.
This is how you can fix it. Backup the original file
Code:
sudo cp /usr/lib/ADM_plugins/videoEncoder/x264/Sony PlayStation Portable.xml /usr/lib/ADM_plugins/videoEncoder/x264/Sony PlayStation Portable.xml.org
Edit the file
Code:
sudo gedit /usr/lib/ADM_plugins/videoEncoder/x264/Sony PlayStation Portable.xml
Change this line
[Code]...
View 1 Replies
View Related
Jul 22, 2010
i am trying to record a audio stream with mplayer
i use the following command
mplayer -dumpstream http://................ .pls -dumpfile /media/mmc2/music/
but cannot find any stream that has been downloaded onto my memory card
i am using a nokia n810 running maemo 4 os
the command starts the stream and it shows the song title etc but i am having problems with the location the stream is being downloaded to
View 1 Replies
View Related
Nov 12, 2010
I used to be able to do so with Windows, but not on Ubuntu. I tried everything, even the Sound recorder, and that doesn't work, either. The sound recorder barely registers the audio and Audacity just will not work no matter what I try.
View 4 Replies
View Related
Jul 15, 2010
is there any software for fedora which can record audio.
View 11 Replies
View Related
Jul 13, 2010
I've installed a tv card but I can't hear the sound through my built-in CMedia soundcard when I watch tv with TVTime. The tv card's audio output is externally connected to my soundcard's line in input. In the 'Input' tab of the 'Sound Preferences' dialog, I can see the input level meter moving.
Audacity can record the tv sound, and I can hear it when I have the 'pass-through' option enabled, or when I play the recording.
I can play media files without a problem, and I can hear the system sounds.
But for some reason I can't get the tv sound to go through to the soundcard's output.
Obviously I've got the audio configured wrong, but I don't know what to do to fix it.
View 12 Replies
View Related