Ubuntu Multimedia :: Remove Sound With Mencoder?

Jun 2, 2010

how to remove audio from an .ogv video (GTKRcordmydesktop) while converting to .avi using mencoder?

I've started with this command:

Code:
mencoder -ovc lavc -ofps 15 -oac mp3lame -af volnorm=1:1 out-2.ogv -o sound_editing.avi

View 1 Replies


ADVERTISEMENT

Ubuntu Multimedia :: No Sound - Completely Remove OSS

Mar 8, 2011

Few days ago the sound from my lenovo x61 started messing up so I did few googling and came up with solution to replace my pulseaudio with oss. Well, I following the instruction and now my sound stopped working altogether.

Quote:

aplay -l
**** List of PLAYBACK Hardware Devices ****
aplay: device_list:256: snd_ctl_pcm_next_device

View 2 Replies View Related

Ubuntu Multimedia :: Remove Banshee From Sound Menu?

Oct 14, 2010

I was playing with Banshee and installed the banshee-extension-soundmenu package to get the Banshee control in the Indicator Applet Sound Menu.

I had so many problems with Banshee crashing and using up my system resources that I decided to stop using it. I deselected the Sound Menu option from Banshee's Preferences>Extensions, then I uninstalled the banshee-extension-soundmenu package.

However after this the Sound Menu is still showing the Banshee control. Is there a way to get rid of it?

View 3 Replies View Related

OpenSUSE Multimedia :: Can I Remove Pulse Audio To Fix Glitchy Sound

Apr 11, 2011

I hear Pulse Audio is the culprit of all the sound issues. I would like to remove it, and default to straight ALSA or whatever distros like Fedora and Ubuntu use, which has never been problematic for me.

View 9 Replies View Related

Ubuntu Multimedia :: Transcoding Audio With Mencoder?

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

Ubuntu Multimedia :: Transcode And Merge Sub With Mencoder

Apr 20, 2010

I'm trying to transcode and merge sub with mencoder in order to watch a video on my nokia cellphone.

I'm using this command :

Code:

without success. The transcoding works, but no subtitle is merged.

The transcoding log is here

I'm using Karmic.

View 4 Replies View Related

Ubuntu Multimedia :: Mencoder (or A GUI) Conversion For Android?

Apr 28, 2010

So I typically use cat to put my avi files together.. but today I figure lets see about ripping over so I can watch on my Droid.

As nobody has a xvid or vlc player on the droid (yet.. coders are doing alot for Android ya know) I will have to convert the video down and change the format.. So.. can anybody tell me a mencoder command line directive to get as close to this as possible (I found ipod settings leave the actual video lacking).

Video
Format MP4
Encoder H.264
Resolution 854 x 480 (or 720 x 480; 480 x 320; 320 x 240)
Frame Rate 12 fps - 30 fps

[Code]....

View 1 Replies View Related

Ubuntu Multimedia :: Mencoder - Conversion To MP4 Fails?

Jun 6, 2010

Using Miksoft's Mobile Media Converter, and I cannot convert files to MPEG4.[URL]Converting to MPEG1/2 works fine, but trying to convert video for my son's PSP always produces an error. Here's the output:

Code:
>> Command executed:
"/opt/MIKSOFT/MobileMediaConverter/lib/mencoder" -oac lavc -ovc lavc -of lavf -lavcopts

[code]....

View 3 Replies View Related

Ubuntu Multimedia :: Video Capture Using Mencoder?

Sep 29, 2010

I am working in a script I have, to capture video with sound from my capture board, wich is a clone of the pico2000. This script was working in Ubuntu 9.10 untill I reformated my machine and instaled the Ubuntu 10.10, 64 bits. The machine is an AMD Athlon II, 2.6GHz with 3 GBytes of Ram. The former script was:

Code:
#!/bin/bash
clear
SERVICE="mencoder"
MOVIE=$(date +"%H%M")

[Code].....

View 1 Replies View Related

Ubuntu Multimedia :: MEncoder Settings For DVD Fast Rip

Nov 26, 2010

I'm doing a little python app for encoding .avi from dvds. I know there are a few really good applications out there that do the same thing but I wanted something simple with less faff. The application has 3 settings: Fast, Medium, and Slow. These are for the varying quality rips. For file format I was thinking either lavc or Xvid.

So my first question is, which is better? I really don't know anything about it and I haven't found a decent site that compares them. And secondly what are the best settings for a DVD rip for a Fast Rip, a 'Best of Both' Rip, and a Best Quality Rip? If I've missed any factors in this, please let me know, I'm new to the DVD ripping game. I have no intentions of distributing the movies, they are for my own uses.

View 2 Replies View Related

Ubuntu Multimedia :: Converting OGV To AVI In Mencoder - Too Much Framedrop?

Jan 9, 2011

I'm trying to convert my screencast to an .avi file, but when I open it... the commentary track is waaay out of sync. No matter which codec I use, it will not stop dropping frames!

View 4 Replies View Related

Ubuntu Multimedia :: Way To Convert 3gp Format To Avi Using Mencoder?

Apr 9, 2011

I wonder if there is a way to convert 3gp format to avi using mencoder or something similar?

View 7 Replies View Related

Ubuntu Multimedia :: Mencoder Can't See Libdv / Get It To Find Codec?

Feb 12, 2010

I've just been trying to convert a video to DV format, but mencoder doesn't know about libdv.

Using the command code...

How can I get mencoder to find the codec? Is there a specific place it looks for them?

View 3 Replies View Related

Ubuntu Multimedia :: MEncoder Fails To Find File?

Apr 5, 2010

I have a video that is currently in .mkv format, and I need it in .avi, however, when I attempt to convert it with MEncoder, it cannot find the video. (Please note this is my first attempt to convert anything with MEncoder, or convert any video on Linux). What I entered and my results are as follows -

mencoder Pocketful_Of_Rainbows.mkv -o Pocketful_Of_Rainbows.avi -ovc xvid -oac mp3lame
MEncoder SVN-r29237-4.4.1 (C) 2000-2009 MPlayer Team
File not found: 'Pocketful_Of_Rainbows.mkv'

[code].....

View 4 Replies View Related

Ubuntu Multimedia :: Build Mencoder With Dirac Support?

Apr 7, 2010

I want to try encoding some videos with Dirac. I was told on another site that I have to build mencoder with Schroedinger support if I want to do this with OGMRip. I have installed the libschroedinger package installed. How do I buld it with mencoder?

I am using Ubuntu 10.04.

View 1 Replies View Related

Ubuntu Multimedia :: Mencoder Motion Compensation Deinterlacing

May 24, 2010

Is the motion compensation deinterlacer missing in Ubuntu's Version of Mencoder?

mencoder -vf help doesn't show it (I guess this means it's not installed...), although mencoder's man pages do have an mcdeint entry.

I have those versions installed:

Code:

I first tried the Versions shipped with Ubuntu Lucid Lynx, then I installed them from the Medibuntu repositories. Both without any success. Does anyone know, how to enable mcdeint support? Is there a repository or something I could add to my sources?

View 2 Replies View Related

Ubuntu Multimedia :: Create Video From JPEGs - Use Mencoder To Add The Audio?

Jan 18, 2010

My 1st and only grandson turned 1 year old and we have taken about 1 million pics of him. I wanted to make a video from pictures taken in the past year. The first one is an ultra sound picture. The last one was taken this last Saturday. I have 153 12 MPixel pictures in a folder. They are named C001.jpg - C153.jpg (I can rename them if needed).

I had noticed mencoder or ffmpeg can create movies from jpegs. But, I didn't think about the frames per second. Would I need to make like 20 copies of each picture and then make it like 10 FPS? or something like that? Optimally, I would like to have a video where each picture lasts for 8-10 seconds or so and I would be able to add a song as audio. (I think I know how to use mencoder to add the audio).

View 9 Replies View Related

Ubuntu Multimedia :: Get The Error That MEncoder Doesn't Support AAC Encoding?

Aug 5, 2010

I use the script h264enc (installed from the repos) to encode my dvds into avi and mp4. It was working flawlessly under 9.10, now I get the error that MEncoder doesn't support AAC encoding? I have installed all the restricted drivers and I can play dvds, mp4's, .

View 8 Replies View Related

Ubuntu Multimedia :: Mencoder X264 Encoding Broken In Maverick?

Oct 16, 2010

I recently upgraded to Maverick and am loving it. Converting over my various scripts to work on the new box I notice that my video trascoding script, which uses mencoder to re-encode video as h264, now does not work.

Code:
mencoder $inpfile -oac mp3lame -lameopts vbr=3:q=3 -ovc x264 -x264encopts crf=22:threads=auto:subq=4:bframes=2:b_pyramid:weight_b:turbo=1 -ofps 25 -o $outfile
For a long time this has worked just fine but the command basically bombs out every time with
Code:
FATAL: Cannot initialize video driver.
I tried using the medibuntu mplayer/mencoder but still no dice.

Does anyone know how I can get this important functionality back?

View 4 Replies View Related

Ubuntu Multimedia :: Mencoder Cam Recording Script No Longer Works?

Mar 20, 2011

I have been using mencoder to record audio and video from my Logitech Quickcam Pro 9000. I've been using the following wrapper script under 10.04:

Code:
#!/bin/bash
outFile=$(date +%Y-%m-%d)
mencoder tv:// -tv driver=v4l2:width=800:height=600:device=/dev/video0:forceaudio:adevice=/dev/audio1 -ovc lavc -oac mp3lame -lameopts

[Code]....

The video and audio work in other applications, but for some reason mencoder isn't using them. I don't like Cheese because it seems like I can't get equally high framerates at good resolution, and besides I want to be able to run this from the command line.

View 6 Replies View Related

Ubuntu Multimedia :: Can't Compile Mplayer / Mencoder With Libvpx Support

Apr 26, 2011

I want to encode video content with mencoder and libvpx codec. I have libvpx installed on my machine and I can encode with libvpx using ffmpeg. My OS is Ubuntu 10.10, 64bit. I downloaded fresh mplayer/mencoder from SVN repository. If I configure mplayer/mencoder without any explicit enabled features using:

[Code]...

View 3 Replies View Related

Ubuntu Multimedia :: Loop A Video A Number Of Times In Ffmpeg Or Mencoder?

Jun 5, 2010

How do you loop a video a number of times in ffmpeg or mencoder? I made a ogv out of a gif. It loops 1 time, so it's less than a second.

View 4 Replies View Related

Debian Multimedia :: Force Mencoder To Stop Streaming?

Aug 12, 2010

Is there a way to instruct mencoder to stop streaming/recording after a specified period associated with a loss of signal?I use mencoder to record over-the-air television recordings. Most of the time there are no problems.Occasionally a station's transmission signal disappears, caused by quirky atmospheric conditions, usually at night.Noticing these signal outages is easy by the mencoder error message:dvb_streaming_read, attempt N. %x failed with errno %y when reading %z bytes"Lengthy outages are unbearable because mencoder silently waits forever rather than quit.The significant problem with lengthy signal outages is mencoder continues recording for the time specified by the -endpos parameter. Thus, for example, if the recording is scheduled for 2 hours and there is a 20 minute loss of signal, the recording does not end until 2 hours and 20 minutes after starting.

Generally, when the interruption is lengthy the recording is ruined and I don't care to watch. I would like to programmatically tell mencoder to stop waiting and quit.Is there a way to do this? Say, after ten minutes of no signal, just terminate.I do not notice any parameters that might offer that option, but I could be overlooking something obvious. I tried the -skiplimit parameter with no success.I am aware of the MPlayer/MEncoder Tips and Tricks thread.

View 2 Replies View Related

Debian Multimedia :: Up-to-date Binaries Of Mplayer, Mencoder And Ffmpeg

Mar 18, 2010

I'm wondering if anyone distributes mplayer, mencoder, and ffmpeg, up-to-date builds of each and their associated dependencies (x264, faac, xvid, etc).I had to compile all that stuff myself and fought with it, and finally got it working.

If no one distributes latest builds, then I was thinking of going further with what I've done to help others: virtualbox lenny and automated compiles of all packages and putting up the builds, with latest revisions of mplayer and ffmpeg from their source code repos. Using LD_LIBRARY_PATH to isolate the build so any modern linux can run the produced binaries, with only glibc as a dependency.

View 3 Replies View Related

Ubuntu Multimedia :: Mencoder Error: "libavcodec.so.51: Undefined Symbol: FaacDecDecode"

Aug 6, 2010

I'm trying to use mencoder and get these errors:

Code:

/>mencoder
mencoder: /usr/local/lib/libavformat.so.52: no version information available (required by mencoder)
mencoder: /usr/local/lib/libavutil.so.49: no version information available (required by mencoder)

[code]....

View 7 Replies View Related

Ubuntu :: Have 2 Sound Indicators, Trying To Remove One?

Sep 12, 2010

When I installed Lucid a couple months ago, I removed the sound/messages indicator from my panel and somehow installed a single sound indicator in my panel.Now, I want to revert that.I put the message/sound indicator back, but for the life of me, I can't remember how to get rid of the single sound indicator anymore...The one I want to remove is highlighted red in the attached screenshot. I don't remember how I got it there in the first place (I found some tutorial online and did it), and now I can't get rid of it no matter what I do

View 4 Replies View Related

Ubuntu Multimedia :: Unable To Hear Any Sound At All Using M-audio Delta 44 Sound-card

Jan 3, 2010

I am unable to hear any sound at all using my M-audio delta 44 soundcard (which works fine in Windows - Dual boot).how I can get this working?

View 4 Replies View Related

Ubuntu Multimedia :: No Sound Coming From Creative Labs XiFi Sound Card

Dec 20, 2010

I have been using Ubuntu as my main OS on my desktops for a couple of years now. Started off with a HP with a Creative Labs XiFi soundcard, but am now using a Dell with a Creative Labs Audigy. Sound worked perfectly on the Dell since a clean install (about 7 months ago). I turned it on a week or so ago, and no sound! Even the little sound indicator in the notification area has gone.

View 8 Replies View Related

Ubuntu Multimedia :: Via Vt1708s Azalia No Sound When Starting Jack Sound Server?

Jun 7, 2011

After installing I was not able to get many of the audio programmes to work. After some reading, I realised that this was probably due to jack not starting.

I was unable to get jack to start normally but have been able to get it started with the playback only option selected. Programmes that use jack now work, however there is no sound once jack has been started. The sound does work in other programs when jack is not started. Strangely, I only have to open qjackctl for the sound to stop, and jack is not even started. Initially I thought these problems were due to my sound card not being supported, but I believe that alsa support was added for the via 1708 codec at some point. I found that support had been added in a document showing the changes between alsa versions; however I cannot find the exact model listed as a supported sound card on the alsa site.

I believe that altering jack settings could fix the problem, as i have been able to get audio to work in hydrogen by selecting plughw:0 but there is still no sound in other programs. I have tried altering many other settings but to no avail, however I do not really understand the meaning of the settings that i am adjusting.

Does anyone know what settings to adjust or know something else that might fix this problem so that sound works once jack has been started?

Also, would programmes that use jack such as audacity, hydrogen, and ardour work with pulseaudio as the main sound server if I were to install normal ubuntu - it might be worth seeing if my soundcard works with the puleaudio sound server

if this helps, here is the error message received when jack does not start when the normal duplex option is selected.

21:24:04.867 Patchbay deactivated.
21:24:04.868 Statistics reset.
21:24:04.886 ALSA connection change.
Cannot connect to server socket err = Connection refused

[Code].....

also, when i open alsamixer in the terminal for some reason the headphone part is greyed out, even when the sound is working before qjackctl is opened.

View 4 Replies View Related

Ubuntu Multimedia :: Lucid 10.04 No Sound As Normal User / But Sound OK As Root

May 1, 2010

I've got a custom compiled kernel, just built on Lucid 10.04 from the kernel sources.System works fine, except for sound.When I log in as normal user and try to play a wav file using.The sound file is being played, but I hear no sound.However, when I do "sudo -s" and become root, execute the same mplayer command then I can hear the sound.My Sound preferences shows no input device and only "Dummy Output" as output device.On the generic kernel as came with the Lucid 10.04 CD, sound preferences shows different devices.The strange thing is: when I compiled my custom kernel, I changed nothing to the sound options in the kernel config file.

View 6 Replies View Related







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