Ubuntu Multimedia :: Installing Bonk Audio Format?

Jul 29, 2010

trying to install the bonk audio format on my machine but not managing it so far using the enclosed codec

[code]...

View 9 Replies


ADVERTISEMENT

Ubuntu Multimedia :: Best Audio Format ?

Jan 19, 2010

Alright, I got a pair of darn nice stereo headphones over the past month and I'd like to maximize their use with the best audio format possible on my Ubuntu computers. I have a pretty extensive music collection but now going from using Itunes, Winamp, Banshee, etc formats seem to be getting pretty extensive. I want to know what the BEST overall quality audio format is. I'm only talking about simple listening, not editing, if it makes a difference.

I don't care what the size of the song comes out to here. If a 5 minute song ends up being 25mb, so be it. And what is your reason behind your choice, short and sweet.

View 9 Replies View Related

Ubuntu Multimedia :: Optimal Audio Format?

May 14, 2011

Desired features:

1. Does not support DRM.
2. As lossless as possible.
3. Plays on Android devices including Xoom and Nexus One.
4. Supported by most major players.
5. If the best format is a bit lossy, then it has to be something I can get from most media stores.

View 1 Replies View Related

Ubuntu Multimedia :: Convert MP3 To Standard Audio Format?

Jul 4, 2010

I see lots of threads on converting your CDs to MP3s, but I want to do the opposite. I want to burn MP3s into CDs that will play on older CD players that dont have MP3 support.

So how do I do it? I have Mint on this particular computer, which is like having Medibuntu already I think.

View 7 Replies View Related

Ubuntu Multimedia :: Video And Audio File Format Converter?

Apr 18, 2010

I would like to get one software using which we can converto file format to another. Like .mkv to .mpg and .avi to mpg or .3gp to .avi . converting one to another.The other software I need is about ripping and editing mp3.From DVD video or VCD format, i would like to extract only audio mp3 files and i would like to cut some unwanted portion of those mp3 files.Which software do I need? I dont want to install Ubuntu studio

View 4 Replies View Related

Ubuntu Multimedia :: Audio Formats: Identification - Conversion - Figure Out What Format A File Is In?

Apr 12, 2010

I think that the biggest problem that I have had is that some of the music (and audio books) that I have gotten have not played on my walkman, or have not been able to be downloaded in to I-tunes.

First: I hate itunes... I only try to make it work because I love my wife. (and do not want her to hit me)

Second: I know that my Walkman has a very limited range of files that it can play, so I will need to convert some types of files.

But my basic questions:

* How can I figure out what format a file is in?
* Below that, how can I identify the singular characteristics of a file? (bit rate, and other formats...)
* Is there a best way to switch the formats or format options of these files. (I am currently using sox to do this, it seems to very complete)

Basically. I know nothing! The most that I do not know is that two files that as far as I can tell have the same formats, and should work the same never the less, one of them works, the other does not. I am looking to figure out a way to look at these files (maybe they are mislabeled) and figure out what their real format is (and a more complete format than just being MP3 or such) and then to be able to convert it in to a format that is able to be used by myself and/or my wife.

View 1 Replies View Related

Ubuntu Multimedia :: No Audio After Installing 10.04

Jul 22, 2010

i installed ubuntu 10.04 several weeks ago and it ran faultlessly. this week i upgraded to a 500gb hard disk and reinstalled 10.04. now, the problem is no audio across the board, rhythmbox, mplayer, videos and so on. i checked to see whether the audio device was being recognized:

[code]....

i then followed the two stickies in multimedia & video; the multimedia and video howto thru the installation section (using the lucid repositories) and the sound problems solutions guide thru the general help section and saving sound settings. but still no audio, video ok (as it was before). i've been using ubuntu for several years but i'm a noob so far as sound setup is concerned (this is a first time problem).

View 1 Replies View Related

Ubuntu Multimedia :: VLC Does Not Support The Audio Or Video Format "h264"?

Mar 24, 2010

After some update this morning, I can't play any video in Karmic. I've been using VLC for everything, now there is no video, only sound with the error message: p, li { white-space: pre-wrap; } No suitable decoder module: VLC does not support the audio or video format "h264". Unfortunately there is no way for you to fix this. Totem: "Can't play a text file without video."

View 1 Replies View Related

Ubuntu Multimedia :: VLC Does Not Support The Audio Or Video Format "h264"

Sep 1, 2011

whenever im trying to play a movie in vlc,a window is being popped up wih the following message.No suitable decoder module: VLC does not support the audio or video format "h264". Unfortunately there is no way for you to fix this.

View 4 Replies View Related

Ubuntu Multimedia :: Missing Audio On Installing Adobe Flash?

Apr 11, 2010

I just installed Adobe Flash on my Ubuntu OS, and the audio disappeared. I hit an error on installing the adobe Flash, the first attempt I have, I mistakenly downloaded and installed the version for 8.x, and hit an error on installation. After that I installed the version for 9.x and video runs, but audio is missing.

View 1 Replies View Related

Ubuntu Multimedia :: Video And Audio Player - Installing All The Codecs

May 1, 2010

Just installed ubuntu 10.04 and would like some suggestions on a good video and audio player and maybe an idiots guide to installing all the codecs i need. I would like to find an audio player with some good visualizations.

View 4 Replies View Related

Ubuntu Multimedia :: Unable To Retrieve Audio CD Information After Installing Restricted-extras?

Sep 5, 2010

I've got Ubuntu 10.4 and have been using Rhythmbox to play CDs. When I put a CD in it would always be recognised and Rhythmbox would display the artist and song titles. Today I installed the following package:ubuntu-restricted-extrasThis was so I could rip CDs to MP3s. This worked, however it seems to have also had the side effect of preventing Rhythmbox from retrieving information about audio CDs. If I run Rhythmbox from a shell I get the following debug:

** (rhythmbox:2271): DEBUG: Loading the real store page
** (rhythmbox:2271): DEBUG: navigation requested to https://one.ubuntu.com/music/store-no-token

[code]....

View 1 Replies View Related

Ubuntu Multimedia :: Converting Any Video Format To 3gp Format?

Jul 21, 2011

converting videos to 3gp format.

i have installed transmaggedon software but it fails to convert because quicktime muxer plugin is not installed.

This plugin is not available in the repositories.

How can i get this video converter to work or what else can i do to be able to convert videos to 3gp format?

View 2 Replies View Related

Ubuntu :: Extract Audio And Then Convert To Mp4 Format?

Feb 7, 2010

I'm trying to extract audio and then convert to mp4 format a bunch of flv files downloaded from internet. There are three files I intend to use ffmpeg in the following options:

ffmpeg -i input.flv -acodec copy output.mp3
and
ffmpeg -i "input.flv" -f mp4 -vcodec libxvid -s 640x360 -b 768kb -r 25 -aspect 16:9 -acodec libfaac -ab 96kb -ar 44100 -ac 2 "output.mp4"
So I started writing a script like this:
#!/bin/bash -x
cd /home/koli/exp

[Code]....

View 5 Replies View Related

Fedora :: Audio Video Format Converter?

Apr 3, 2010

Is there any converter which can handle audio and video files like Total video Convertor in windows?I am looking for a gui tooli want to convert wma to wav and mp3 for now...i do lots of format conversions

View 1 Replies View Related

Software :: VLC Doesn't Support Audio Or Video Format

Jun 11, 2010

I recorded some videos on my cell phone then downloaded them to the computer. VLC will play the video but no sound. Below is the message vlc display while the video is playing.No suitable decoder module:VLC does not support the audio or video format "samr". Unfortunately there is no way for you to fix this.

View 4 Replies View Related

Ubuntu Multimedia :: Gtk-RecordMyDesktop - Capture On-screen Audio And My Webcam Audio At The Same Time

Jan 10, 2011

How I would capture on-screen audio AND my webcam audio at the same time.(My webcam seems to rely on pulse).

View 1 Replies View Related

Ubuntu Multimedia :: Error - Audio Codec Missing And Doesn't Play The Audio

Jan 30, 2011

I want to listen to this audio file: [URL] but my real player 11.0.0.4028 gold desn play it, it says that there is a codec 28_8 missing, I go to relaplayer page, download the last release available for linux systems, but the message is the same : audio codec missing and doesn't play the audio.

I havev tried to play the audio with smplayer (not luck), vlc can play the audio but the pause button doesn't work so I have to listen the entire audio all the time I stop it playing. Is there any audio player capable od reproducing in the proper way this audio in ubuntu? No one of my video players totem, smplayer, realplayer or vlc are capable of playing this video: [URL]

View 9 Replies View Related

Ubuntu Multimedia :: Ripping Audio CDs Besides Rhythymbox And Audio CD Extractor?

Apr 9, 2011

What is available for ripping audio CDs besides Rhythymbox and Audio CD Extractor?

View 6 Replies View Related

Ubuntu :: Format My SSD Without Installing An OS?

Apr 7, 2011

Still trying to fix this netbook, and I am wondering if there is a way I can format the SSD on it without installing an OS?

View 4 Replies View Related

Slackware :: Can't Play Movies In VLC - Doesn't Support Audio Or Video Format XVID

Feb 23, 2011

I like this linux distribution more than the others that i have used, because is more stable for my work. But there are some little problems that I can't solve. I'm using it with a laptop HP G60 and i can run OpenOffice, Mozilla and some other programs (python, grass, qgis) that used for work at the office, but when I go home and want to watch a movie with my girl, listen some music or any other simple task, i find a lot of little problems:

1. Adjust the bright of the screen, the Power Management Guidance don't do it and I really need it.

2. Can't play movies in VLC "No suitable decoder module. VLC does not support the audio or video format XVID. Unfortunately there is no way for you to fix this"

3. And today I can't play music because there is a message "KDE detected that one or more internal sound devices were removed" this is: Output HDA Intel, INTEL HDMI 0 (HDMI Audio Output)

I know maybe these problems are stupid but in windows is easier to fix them. I'm tired of search in google because i just find solved problems for Ubuntu and it takes a lot of time.

View 5 Replies View Related

OpenSUSE Multimedia :: 11.1 Updates To Pulse Audio In Gnome Improve Audio Functionality ?

Oct 17, 2010

I'm thinking of installing openSUSE-11.1 Gnome on a Fujitsu-Siemens Amilo 7400M laptop because the wireless in Gnome is much more user friendly than KDE3/KDE4 in openSUSE-11.1. The idea is to give this laptop to my 84-year old mother and things need to 'just work' for her (she currently has a desktop running openSUSE-11.1 KDE3 that uses a WIRED interface to the web).

I refuse to update this laptop to openSUSE-11.2 nor 11.3 (nor other recent distributions) because every kernel update after the 2.6.27 kernel has broken the Intel i855GM graphics drivers for that laptop. There are many bug reports and none have fixed the problem for this Fujitsu-Siemens implementation of the i855GM graphics.

Hence I am looking at Gnome.

I booted the laptop to a Gnome openSUSE-11.1 liveCD and wireless is easy and works great. But audio is very very VERY bad. It is incredibly user unfriendly and it does NOT work well. I assume that is because pulse audio in openSUSE-11.1 was very immature.

I note these updated packages in the openSUSE-11.1 update repository:

Code:

So my question is, did the updates to pulse audio (in the openSUSE-11.1 update repository) fix the pulse audio situation? Are there ANY helpful views on this?

Currently my wife is using this laptop with KDE-4.4.4 (and openSUSE-11.1) so I can't just install Gnome and play with it without taking the laptop away from her for a while (note the hard drive is too small for a dual boot of KDE/Gnome).

View 6 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 :: Ffmpeg / Mtv Format - Error "Unable To Find A Suitable Output Format For Output.mtv"

Jan 22, 2011

I'm still trying to find out if my coby mp3 player will actually play mtv video files as is advertised.

ffmpeg -formats does list mtv but the only command I really ever used was one to convert a vid to an mp3 so I tried Code: ffmpeg -i test.mp4 -acodec copy output.mtv it returns Code: Unable to find a suitable output format for 'output.mtv' I can't find any mtv files online for purchase or free for that matter, so I know this is all pretty obscure but shouldn't there be a way to convert them since ffmpeg lists mtv format?

View 6 Replies View Related

Ubuntu Multimedia :: M-Audio Delta 66 And ATI HD Audio?

Jun 1, 2010

I am having some issues with getting Ubuntu Studio 10.04 to work correctly on my system. Everything works fine except sound. I have a M-Audio Delta 66 audio interface and my onboard sound is disabled. When I run the command alsaconf I can see the ICE1712 card without issue. However when I run alsamixer the only option it is giving me is my HD sound from my ATI video card. For some reason it seems the ATI card has locked the audio to it with no way to remove it. I have reinstalled the alsa drivers for my card and can only see it through alsaconf. When I tell alsaconf to configure the ICE1712 card it says it configured it properly.When I run the command envy24control it says no ICE1712 cards were found.

View 9 Replies View Related

Ubuntu Multimedia :: Flv Video + Audio To Ogg Audio Only?

Dec 22, 2010

Is there an application that anyone knows about that I can use to convert either an .flv or .ogg file that contains both audio and video to just an audio .ogg file (preferably vorbis+theora) without audacity? I'm fairly certain audacity could accomplish this but it seems like overkill for what I'm trying to do and the computer I'm trying to use does not run it so well.

::EDIT:: I should also mention that I've tried looking on google. I did find downloadhelper extension for firefox which uses ffmpeg to convert the files but I don't see any obvious way to strip the video.

View 2 Replies View Related

General :: Format HDD Running Ubuntu 10.04 To NTFS For Installing Windows 7?

May 14, 2011

I'm trying to install Windows 7 on a system running Ubuntu 10.04 but I ran into problems because the hard drive is not NTFS formatted. How do I get this hard drive to NTFS so I can install Windows 7?

View 6 Replies View Related

SUSE / Novell :: Format Whole Hdd And Installing Open

May 19, 2009

I have 1 Pentium IV 1.7 Ghz machine with 40 gb Seagate hdd which was previously running RedHat version4. Yes very old version running squid.

I am trying to format whole hdd and installing OpenSuSe but after installing it shows booting GRUB and show L letter thats it.

I tried manually creating partitions and 2nd time automatic lay out.

View 3 Replies View Related

Ubuntu Multimedia :: Multimedia File Format Converters?

Mar 16, 2010

Is there any multimedia file format converter which can convert .mov to .flv on Ubuntu.

View 2 Replies View Related

Ubuntu Multimedia :: Use In Kubuntu 9.10 Audio Codec - <voxware Metasound Audio Codec>?

Jan 26, 2010

how I can use in my Kubuntu 9.10, audio codec - <voxware metasound audio codec>? P.S. Sorry for my bad english. I look forward to an answer,

View 7 Replies View Related







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